Style Main1.css: Difference between revisions
From Ansteorra History Wiki
Jump to navigationJump to search
Fitzmorgan (talk | contribs) No edit summary |
Fitzmorgan (talk | contribs) mNo edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
text-align: center; | text-align: center; | ||
background:red; | /* background:red; | ||
background-image: url("http://historian.ansteorra.org/wiki/graphics/red-laurel-1.gif"); | background-image: url("http://historian.ansteorra.org/wiki/graphics/red-laurel-1.gif"); | ||
} | } */ | ||
table { | table { | ||
list-style-image: url("http://historian.ansteorra.org/wiki/graphics/blackstar2.gif"); | |||
background-image: url("http://historian.ansteorra.org/wiki/graphics/red-laurel-1.gif"); | border-collapse: separate; | ||
border-spacing: 7px; | |||
background: gray; | |||
/* background-image: url("http://historian.ansteorra.org/wiki/graphics/red-laurel-1.gif"); */ | |||
font-size:1em; | font-size:1em; | ||
} | } | ||
Line 24: | Line 29: | ||
td, th { | td, th { | ||
padding: | background: gray; | ||
padding: 5px; | |||
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"); */ | ||
} | } | ||
list-style-image: url(http://historian.ansteorra.org/wiki/graphics/blackstar2.gif); | |||
#wrap { | #wrap { | ||
background-image: url("http://historian.ansteorra.org/wiki/graphics/red-laurel-1.gif"); | /* background-image: url("http://historian.ansteorra.org/wiki/graphics/red-laurel-1.gif"); */ | ||
background: gray; | |||
text-align: left; | text-align: left; | ||
padding: | padding: 5px; | ||
} | } | ||
[[Category:Style]] | [[Category:Style]] |
Latest revision as of 10:21, 28 March 2009
- content2 {
font-family: georgia, serif;
text-align: center;
/* background:red;
background-image: url(""); } */
table {
list-style-image: url("");
border-collapse: separate;
border-spacing: 7px;
background: gray;
/* background-image: url(""); */
font-size:1em;
}
td, th {
background: gray;
padding: 5px;
/* background-image: url(""); */ }
list-style-image: url();
- wrap {
/* background-image: url(""); */
background: gray;
text-align: left;
padding: 5px;
}