User:Chrysophylax/common.css: Difference between revisions
Jump to navigation
Jump to search
Chrysophylax (talk | contribs) Created page with "h1 { color: blue; }" |
Chrysophylax (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
h1 { | h1 { | ||
color: blue; | color: blue; | ||
} | |||
p { | |||
font-family: "Gentium Plus", "Gentium Book Basic", "Gentium Basic", "Times New Roman", Times, serif; | |||
} | |||
table { | |||
font-family: "Gentium Plus", "Gentium Book Basic", "Gentium Basic", "Times New Roman", Times, serif; | |||
} | } | ||
Revision as of 20:39, 17 January 2015
h1 {
color: blue;
}
p {
font-family: "Gentium Plus", "Gentium Book Basic", "Gentium Basic", "Times New Roman", Times, serif;
}
table {
font-family: "Gentium Plus", "Gentium Book Basic", "Gentium Basic", "Times New Roman", Times, serif;
}