Author: dbkr
Date: 2006-03-27 18:54:18 +0000 (Mon, 27 Mar 2006)
New Revision: 8327
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
Log:
pokito's changes to the 'clean' CSS file.
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
2006-03-27 08:53:35 UTC (rev 8326)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
2006-03-27 18:54:18 UTC (rev 8327)
@@ -1,31 +1,35 @@
+/* body and page header */
+
body {
- margin:0;
- padding:0;
- background-color:#f0f0f0;
+ margin: 0;
+ padding: 0;
+ background-color: #f0f0f0;
position: relative;
- font-family:Arial;
+ font-family: Arial;
}
#topbar {
- margin:0 0 5px 0;
- padding:5px;
- min-height:50px;
- background-color:#e8e8e8;
- background-image:url(logo.png);
- background-repeat:no-repeat;
- background-position:30px 3px;
- border-bottom:1px solid #d0d0d0;
- font-family:Arial;
+ margin: 0 0 5px 0;
+ padding: 5px;
+ min-height: 50px;
+ background-color: #e8e8e8;
+ background-image: url(logo.png);
+ background-repeat: no-repeat;
+ background-position: 30px 3px;
+ border-bottom: 1px solid #d0d0d0;
+ font-family: Arial;
}
#topbar h1 {
- margin:0;
- padding:7px 0 0 0;
- text-align:center;
- font-weight:normal;
- font-size:20pt;
+ margin: 0;
+ padding: 7px 0 0 0;
+ text-align: center;
+ font-weight: normal;
+ font-size: 20pt;
}
+/* navigation */
+
#navbar {
margin:0 5px 0 0;
padding:10px;
@@ -35,17 +39,32 @@
border:1px solid #d0d0d0;
}
+#navbar ul {
+ margin: 0 0 0 30px;
+ padding: 0;
+}
+
+#navbar li {
+ margin: 0;
+ padding: 0;
+ list-style-type: none;
+}
+
#navbar a {
- color:#000000;
- text-decoration:underline;
+ color: #000000;
+ text-decoration: none;
+ font-family: Arial;
+ font-size: 14px;
}
#navbar a:hover {
- color:#ff0000;
+ color: #ff0000;
}
+/* content */
+
#content {
- float:left;
+ float: left;
max-width: 80%;
}
@@ -53,27 +72,27 @@
font-size: 70%;
}
-.infobox {
- margin:0 0 5px 0;
- padding:10px;
- background-color:#f0f0f0;
- border:1px solid #d0d0d0;
+.infobox, .config ul {
+ margin: 0 0 5px 0;
+ padding: 10px;
+ background-color: #f0f0f0;
+ border: 1px solid #d0d0d0;
}
.infobox h2 {
margin: -10px;
margin-bottom: 10px;
- padding:0;
- border-bottom:1px dotted #000000;
- font-family:Arial;
- font-weight:bold;
- font-size:110%;
- background-color:#e8e8e8;
+ padding: 10px;
+ border-bottom: 1px dotted #000000;
+ font-family: Arial;
+ font-weight: bold;
+ font-size: 110%;
+ background-color: #e8e8e8;
}
.interfacelink {
- color:#000000;
- text-decoration:underline;
+ color: #000000;
+ text-decoration: underline;
}
#activity {
@@ -82,12 +101,7 @@
.config ul {
margin: 0 0 15px 0;
- padding: 10px;
- border: 1px dotted #000000;
- font-family: Arial;
- font-weight: normal;
- font-size: 13pt;
- list-style-position: inside;
+ padding: 10px 10px 10px 20px;
}
.cancel {