Style Crown1.css: Difference between revisions

From Ansteorra History Wiki
Jump to navigationJump to search
This style sets format for Crown pages, it is in development and experimental.
 
No edit summary
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
#content2 {


body {
font-family: georgia, serif;


text-align:center;
text-align: center;


font-size:76%;
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;
 
}


font-family: georgia, serif;


line-height:1.3;
#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: left;
padding: 10px;


}
}
[[Category:Style]]

Latest revision as of 20:52, 17 February 2009

  1. content2 {

font-family: georgia, serif;

text-align: center;

background:red;

background-image: url("red-laurel-1.gif"); }

table {

background-image: url("gold-laurel-2.gif");

border:solid black 2px;

font-size:1.4em; }

td, th {

padding: 0.35em;

border: solid 1px black;

}


  1. wrap {

background-image: url("gold-laurel-2.gif");

text-align: left;

padding: 10px;

}