diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/user/style.css	Thu Feb 16 22:29:02 2017 +0000
@@ -0,0 +1,28 @@
+body
+{
+font-size:100%;
+font-family:verdana,arial,'sans serif';
+background-image:url("http://www.bookwhack.com/images/bkgdx-repeat.png");
+background-repeat:repeat-x;
+background-color: #FFFFFF;
+color:#FFFFFF;
+margin-left:180px;
+margin-right:200px;
+margin-top:100px;
+margin-bottom:100px;
+text-align:center;
+}
+
+h1 {font-size:200%;}
+h2 {font-size:140%;}
+h3 {font-size:110%;}
+
+th {background-color:#FFFFFF;}
+
+ul {list-style:circle;}
+ol {list-style:upper-roman;}
+
+a:link {color:#FFFFFF;}
+a:visited {color:#FFFFFF;}
+a:hover {color:FFFFFF;}
+