demo.1
- added possibility to add data into tempaltes via json - restructured output files - some work on styles
This commit is contained in:
parent
1bb57b109b
commit
8bc8da74db
18 changed files with 1004 additions and 199 deletions
|
|
@ -164,3 +164,41 @@ ins {
|
|||
del {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
// General Classes
|
||||
// ------------------------------------------------------------------------------
|
||||
.txt-tiny {
|
||||
font-size: .5em !important;
|
||||
}
|
||||
|
||||
.txt-smaller {
|
||||
font-size: .75em !important;
|
||||
}
|
||||
|
||||
.txt-larger {
|
||||
font-size: 1.2em !important;
|
||||
}
|
||||
|
||||
.txt-huge {
|
||||
font-size: 3em !important;
|
||||
}
|
||||
|
||||
.txt_center {
|
||||
text-align: center !important;
|
||||
}
|
||||
.txt_right {
|
||||
text-align: right !important;
|
||||
}
|
||||
.txt_left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.txt_white {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.txt_black {
|
||||
color: black;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue