comparison user/style.css @ 6:077b0a0a3e6d

remaining originals according to dependency walk
author Robert Boland <robert@markup.co.uk>
date Thu, 16 Feb 2017 22:29:02 +0000
parents
children
comparison
equal deleted inserted replaced
5:55445b456ad0 6:077b0a0a3e6d
1 body
2 {
3 font-size:100%;
4 font-family:verdana,arial,'sans serif';
5 background-image:url("http://www.bookwhack.com/images/bkgdx-repeat.png");
6 background-repeat:repeat-x;
7 background-color: #FFFFFF;
8 color:#FFFFFF;
9 margin-left:180px;
10 margin-right:200px;
11 margin-top:100px;
12 margin-bottom:100px;
13 text-align:center;
14 }
15
16 h1 {font-size:200%;}
17 h2 {font-size:140%;}
18 h3 {font-size:110%;}
19
20 th {background-color:#FFFFFF;}
21
22 ul {list-style:circle;}
23 ol {list-style:upper-roman;}
24
25 a:link {color:#FFFFFF;}
26 a:visited {color:#FFFFFF;}
27 a:hover {color:FFFFFF;}
28