Style Main1.css: Difference between revisions
From Ansteorra History Wiki
Jump to navigationJump to search
Fitzmorgan (talk | contribs) (Commented out the portions of style that added the background images.) |
Fitzmorgan (talk | contribs) mNo edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
table { | table { | ||
list-style-image: url("http://historian.ansteorra.org/wiki/graphics/blackstar2.gif"); | |||
border-collapse: separate; | border-collapse: separate; | ||
border-spacing: 7px; | border-spacing: 7px; | ||
background: gray; | |||
/* 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"); */ | ||
Line 26: | Line 28: | ||
td, th { | td, th { | ||
background: gray; | |||
padding: 5px; | padding: 5px; | ||
Line 37: | Line 41: | ||
/* 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; |
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;
}