RAAAA!
F***, i changed the wrong file, could somebody please revert this change!!
Sorry...
>Author: Jogy
>Date: 2006-05-25 08:46:05 +0000 (Thu, 25 May 2006)
>New Revision: 8864
>
>Modified:
> trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.cs=
>s
>Log:
>CSS tweaking on Configuration page
>
>Modified: trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/t=
>heme.css
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.c=
>ss 2006-05-25 00:40:12 UTC (rev 8863)
>+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.c=
>ss 2006-05-25 08:46:05 UTC (rev 8864)
>@@ -12,43 +12,57 @@
>=20
> th {
> font-weight: bold;
>- background-color: #d0e2ff;
>+ background-color: #e8e8e8;
> }
>=20
> th, td {
> margin: 0;
> padding: 5px;
>- border: 1px solid #b0b0d0;
>+ border: 1px solid #d0d0d0;
> }
>=20
> pre, textarea {
> font-family: Courier;
> font-weight: normal;
>- font-size: 80%;
>+ font-size: 8pt;
> }
>=20
> pre#reference {
> overflow: auto;
> }
>=20
>+table, pre {
>+ margin: 0 0 5px 0;
>+ padding: 0;
>+}
>+
>+form {
>+ margin: 0;
>+ padding: 0;
>+}
>+
> /* body and page header */
>=20
> body {
>- padding: 0;
> margin: 0;
>- background-color: #f5f9ff;
>+ padding: 0;
>+ background-color: #f0f0f0;
> }
>=20
>+#page {
>+}
>+
> /* page's topbar */
>=20
> #topbar {
> margin: 0;
> padding: 5px;
> min-height: 50px;
>+ background-color: #e8e8e8;
> background-image: url(logo.png);
> background-repeat: no-repeat;
> background-position: 30px 3px;
>- background-color: #eaf2ff;
>+ border-bottom: 1px solid #d0d0d0;
> }
>=20
> #topbar h1 {
>@@ -61,44 +75,34 @@
> /* navigation */
>=20
> #navbar {
>- margin-bottom: 5px;
>- padding: 0;
>- border-bottom: 1px solid #d0d0f0;
>- border-top: 1px solid #d0d0f0;
>- background-color: #eaf2ff;
>+ margin: 5px 5px 0 0;
>+ padding: 10px;
>+ position: absolute;
>+ width: 150px;
>+ background-color: #e8e8e8;
>+ border: 1px solid #d0d0d0;
> }
>=20
> #navbar ul {
>- margin: 0;
>+ margin: 0 0 0 30px;
> padding: 0;
>- width: 100%;
>- display: table;
>- border-collapse: collapse;
>- border: 0px hidden;
> }
>=20
> #navbar li {
>- margin: 0px;
>- padding-left: 5px;
>- padding-right: 5px;
>+ margin: 0;
>+ padding: 0;
> list-style-type: none;
>- display: table-cell;
>- text-align: center;
>- border-left: 1px solid #d0d0f0;
> }
>=20
>-#navbar li:hover {
>- background-color: #75a9ff;
>-}
>-
> #navbar a {
> color: #000000;
> text-decoration: none;
>- display: block;
>- width: 100%;
>- height: 100%;
> }
>=20
>+#navbar a:hover {
>+ color: #ff0000;
>+}
>+
> /* alerts */
>=20
> .alert-error {
>@@ -116,27 +120,31 @@
> /* infoboxes */
>=20
> div.infobox {
>- margin: 10px;
>+ margin: 0 0 5px 0;
> padding: 10px;
>- background-color: #f6f9ff;
>- border: 1px solid #b1ceff;
>+ background-color: #f0f0f0;
>+ border: 1px solid #d0d0d0;
> }
>=20
> div.infobox div.infobox-header {
> margin: -10px -10px 10px -10px;
> padding: 10px 35px 10px 10px;
>- border-bottom: 1px dotted #b1ceff;
>+ border-bottom: 1px dotted #a0a0a0;
> font-weight: bold;
> font-size: 11pt;
>- background-color: #eaf2ff;
>+ background-color: #e8e8e8;
>+ background-repeat: no-repeat;
>+ background-position: right;
> }
>=20
> div.infobox-information div.infobox-header {
>- background-color: #e5efff;
>+ background-color: #e8e8f0;
>+ background-image: url(information.gif);
> }
>=20
> div.infobox-warning div.infobox-header {
> background-color: #f8f8c0;
>+ background-image: url(warning.gif);
> }
>=20
> div.infobox-alert {
>@@ -145,6 +153,7 @@
>=20
> div.infobox-alert div.infobox-header {
> background-color: #ffd0d0;
>+ background-image: url(alert.gif);
> }
>=20
> div.infobox-error {
>@@ -169,7 +178,10 @@
> /* content */
>=20
> #content {
>+ margin: 5px 5px 5px 0;
> padding: 0;
>+ position: absolute;
>+ left: 177px;
> }
>=20
> a {
>@@ -177,7 +189,7 @@
> }
>=20
> a:hover {
>- color: #7070bb;
>+ color: #ff0000;
> }
>=20
> .interfacelink {
>@@ -193,12 +205,13 @@
>=20
> /* plugins page */
>=20
>-table.plugins {
>- width: 100%;
>+table.plugins th, table.plugins td {
>+ font-size: 8pt;
> }
>=20
> table.plugins span {
> font-weight: bold;
>+ font-size: 8pt;
> }
>=20
> table.plugins form {
>@@ -210,70 +223,55 @@
> ul.config {
> margin: 0 0 5px 0;
> padding: 0;
>- border: 1px solid #d0d0d0;
>+ border-top: 1px solid #d0d0d0;
>+ border-right: 1px solid #d0d0d0;
>+ border-left: 1px solid #d0d0d0;
> }
>=20
> ul.config li {
> margin: 0;
>- padding: 5px;
>+ padding: 15px 10px 15px 10px;
> list-style: none;
> text-align: left;
>- display: table;
>+ border-bottom: 1px solid #d0d0d0;
> }
>=20
>-ul.config li:hover span.configlongdesc {
>- display: block;
>-}
>-
> ul.config span.configprefix {
>+ margin: 0;
>+ padding: 10px 35px 10px 10px;
> display: block;
>- width: 100%;
>- background-color: #e5efff;
>- text-indent: 15px;
>+ border-bottom: 1px dotted #a0a0a0;
> font-weight: bold;
> font-size: 16pt;
>+ font-variant: small-caps;
>+ background-color: #e8e8e8;
> }
>=20
> ul.config span.configshortdesc {
> text-align: left;
> font-weight: bold;
>- float: left;
>- margin-right: 10px;
>- width: 300px;
>- display: table-cell;
>+ float: left;
>+ width: 30%;
> }
>=20
> ul.config span.configlongdesc {
>- display: none;
>- position: absolute;
>- left: 40px;
>- background-color: #e1ecff;
>- border: 1px solid #97beff;
>- padding: 5px;
>+ display: block;
>+ text-align: left;
> }
>=20
>-span.config {
>- display: table-cell;
>- width: 100%;
>-}
>-
> ul.config input[type=3Dtext] {
>- width: 100%;
>+ width: 70%;
> }
>=20
> /* darknet page */
>=20
>-table.darknet_connections {
>- width: 100%;
>-}
>-
> table.darknet_connections th, table.darknet_connections td {
>- font-size: 80%;
>+ font-size: 8pt;
> }
>=20
> table.darknet_connections span {
> font-weight: bold;
>- font-size: 80%;
>+ font-size: 8pt;
> }
>=20
> table.darknet_connections span.peer_connected {
>@@ -316,18 +314,6 @@
> font-size: 7pt;
> }
>=20
>-#reftext {
>- width: 100%;
>-}
>-
>-#refurl {
>- width: 100%;
>-}
>-
>-#reffile {
>- width: 100%;
>-}
>-
> /* queue page */
>=20
> table.queue th, table.queue td {
>
>_______________________________________________
>cvs mailing list
>cvs at freenetproject.org
>http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs