Style Crown1.css: Difference between revisions
From Ansteorra History Wiki
Jump to navigationJump to search
Fitzmorgan (talk | contribs) mNo edit summary |
Fitzmorgan (talk | contribs) No edit summary |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
# | #content2 { | ||
font-family: georgia, serif; | |||
text-align: center; | |||
background:red; | |||
background-image: url("http://historian.ansteorra.org/wiki/graphics/red-laurel-1.gif"); | |||
} | |||
table { | |||
background-image: url("http://historian.ansteorra.org/wiki/graphics/gold-laurel-2.gif"); | |||
border:solid black 2px; | |||
font-size:1.4em; | |||
} | } | ||
td, th { | |||
padding: 0.35em; | |||
border: solid 1px black; | |||
} | |||
#wrap { | #wrap { | ||
background-image: url("http://historian.ansteorra.org/wiki/graphics/gold-laurel-2.gif"); | background-image: url("http://historian.ansteorra.org/wiki/graphics/gold-laurel-2.gif"); | ||
text-align: | |||
text-align: left; | |||
padding: 10px; | |||
} | } | ||
[[Category:Style]] | |||
Latest revision as of 20:52, 17 February 2009
- content2 {
font-family: georgia, serif;
text-align: center;
background:red;
background-image: url("
");
}
table {
background-image: url("
");
border:solid black 2px;
font-size:1.4em; }
td, th {
padding: 0.35em;
border: solid 1px black;
}
- wrap {
background-image: url("
");
text-align: left;
padding: 10px;
}