From: <var...@us...> - 2008-09-08 03:23:51
|
Revision: 6250 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6250&view=rev Author: vargenau Date: 2008-09-08 03:24:01 +0000 (Mon, 08 Sep 2008) Log Message: ----------- Valid CSS Modified Paths: -------------- trunk/themes/Crao/crao.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2008-09-07 16:14:51 UTC (rev 6249) +++ trunk/themes/Crao/crao.css 2008-09-08 03:24:01 UTC (rev 6250) @@ -165,7 +165,7 @@ background-color: transparent; font: bolder 67px/50px Verdana, Arial, Helvetica, sans-serif; letter-spacing: -0.1em; - font-variant: condensed; + /* font-variant: condensed; */ } #logo img { border: 0px; @@ -258,7 +258,7 @@ text-align: left; } blockquote.mail-style-quote { - border-left: #ff993;/* MODIFY-color */ + border-left: #FF9933;/* MODIFY-color */ margin: 0em; margin-bottom: 1em; border: 1px solid #FF9933;/* MODIFY-color */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-01-24 13:16:30
|
Revision: 6442 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6442&view=rev Author: vargenau Date: 2009-01-24 11:33:59 +0000 (Sat, 24 Jan 2009) Log Message: ----------- boxed and bordered tables Modified Paths: -------------- trunk/themes/Crao/crao.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2009-01-24 11:32:28 UTC (rev 6441) +++ trunk/themes/Crao/crao.css 2009-01-24 11:33:59 UTC (rev 6442) @@ -1118,6 +1118,46 @@ /* Hide NS4 bugs hack elements. */ div.br { display: none; } +/* + * table class="boxed" + * will put a border around the table (but not around the cells) + * + * table class="bordered" + * will put a border around the table and the cells + * + * In both cases, the caption will be bold and centered under the table + * + * In both cases, the headers (th) will have a "#d8d8d8" background + */ + +table.boxed, table.bordered, table.bordered th, table.bordered td { + border-width: 1px; + border-style: solid; + border-collapse: collapse; + vertical-align: top; +} + +table.boxed td, table.bordered td, +table.boxed th, table.bordered th { + padding-left: 5px; + padding-right: 5px; + padding-top: 0px; + padding-bottom: 0px; +} + +table.boxed caption, table.bordered caption { + text-align: center; + font-weight: bold; + caption-side: bottom; + padding-top: 0.8em; +} + +table.boxed th, +table.bordered th, + font-weight: bold; + background-color: #d8d8d8; +} + /* For emacs users * * Local Variables: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-01-30 18:30:02
|
Revision: 6466 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6466&view=rev Author: vargenau Date: 2009-01-30 18:29:58 +0000 (Fri, 30 Jan 2009) Log Message: ----------- Valid CSS code Modified Paths: -------------- trunk/themes/Crao/crao.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2009-01-30 18:20:34 UTC (rev 6465) +++ trunk/themes/Crao/crao.css 2009-01-30 18:29:58 UTC (rev 6466) @@ -304,7 +304,6 @@ border: 1px solid ButtonFace; } - #navbuttons { display: inline; } @@ -661,7 +660,7 @@ font-size: small; font-weight: normal; /*font-style: menu;*/ - font-family: Tahoma, sans-serif, Arial, Helvetica; + font-family: Tahoma, Arial, Helvetica, sans-serif; height: 18px; margin: 5px 0px; float: none; @@ -677,7 +676,7 @@ font-size: small; font-weight: normal; /*font-style: menu;*/ - font-family: Tahoma, sans-serif, Arial, Helvetica; + font-family: Tahoma, Arial, Helvetica, sans-serif; background-color: threedlightshadow; color: black; } @@ -758,13 +757,12 @@ background-color: #ccc; } .editarea legend{ - font-family: Verdana, Helvetica, Arial; + font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1em; padding: 0.2em; border: 1px solid #333; background-color: #eee; - text-align:; } fieldset.editarea { margin : 1ex; @@ -802,7 +800,7 @@ font-size: smaller; } .transclusion { - border: 1px solid grey;/* MODIFY-color */ + border: 1px solid gray;/* MODIFY-color */ padding-left: 0.8em; padding-right: 0.8em; padding-top: 0px; @@ -1021,7 +1019,7 @@ text-align : center; color : #000; background-color : #FFF; - border : solid 0px none; + border : solid 0px; } /* reset post NN4 */ /*/*/ @@ -1069,7 +1067,7 @@ h2.wikiblog-heading { font-size: 2em; padding-bottom: 0.5em; - border-bottom: 2px solid grey;/* MODIFY-color */ + border-bottom: 2px solid gray;/* MODIFY-color */ } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-03-10 10:47:38
|
Revision: 7979 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7979&view=rev Author: vargenau Date: 2011-03-10 10:47:32 +0000 (Thu, 10 Mar 2011) Log Message: ----------- explode background attributes Modified Paths: -------------- trunk/themes/Crao/crao.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2011-03-10 08:54:06 UTC (rev 7978) +++ trunk/themes/Crao/crao.css 2011-03-10 10:47:32 UTC (rev 7979) @@ -162,8 +162,7 @@ width:auto; background-color: transparent; font: bolder 67px/50px Verdana, Arial, Helvetica, sans-serif; - letter-spacing: -0.1em; - /* font-variant: condensed; */ + letter-spacing: -0.1em; } #logo img { border: 0px; @@ -171,7 +170,7 @@ #logo a { color: #ccc; font: bolder 67px/50px Arial, Verdana, Helvetica, sans-serif; - text-decoration: none; + text-decoration: none; } /* @@ -182,11 +181,14 @@ */ div.ie-actionbuttons { - position: relative/*absolute*/; - /*max-width: 30%;*/ height: 22px; + position: relative; + height: 22px; right: 0; bottom: 0; margin: 0px; - background: transparent url(images/BG.png) no-repeat top right; + background-color: transparent; + background-image: url(images/BG.png); + background-repeat: no-repeat; + background-position: top right; text-align: right; vertical-align: bottom; padding-left: 2em; @@ -196,14 +198,15 @@ border: 0px none; } -/* body>div#actionbuttons { position: fixed; } */ #actionbuttons { position: fixed; -/* position: absolute; */ - max-width: 30%; height: 22px; + max-width: 30%; + height: 22px; right: 0px; bottom: 0px; margin: 0px; - background: transparent url(images/BG.png) top left;/* MODIFY-IMG */ + background-color: transparent; + background-image: url(images/BG.png); + background-position: top left; vertical-align: bottom; padding-left: 2em; padding-right: 1em; @@ -219,8 +222,8 @@ width: 100%; margin-bottom: 0.5em; margin-top: auto; - background-color:transparent; - border: 0px; + background-color: transparent; + border: 0px; } /* @@ -258,7 +261,7 @@ .mail-style-quote blockquote.mail-style-quote { margin-left: 0.3em; margin-bottom : 0em; - background: transparent; + background-color: transparent; border-style: none; border-left: 2px solid #FF9933;/* MODIFY-color */ padding: 0em; @@ -319,7 +322,7 @@ width: auto; text-align: right; padding-right: 10px; - background-color:transparent; + background-color: transparent; color:#ccc; font-size:12px; } @@ -500,17 +503,17 @@ } /* QuestionMark #600 */ .wikiunknown a, .named-wikiunknown a { - color: #FFFFFF; - background-color: #000000;/* MODIFY-color */ - text-decoration: none; - font-weight: normal; - font-size: 1em; - padding: 1px; - padding-top: 0px; - padding-bottom: 0px; - border-top: 1px solid #000000; - border-bottom: 1px solid #000000; - margin-right: 2px; + color: #FFFFFF; + background-color: #000000;/* MODIFY-color */ + text-decoration: none; + font-weight: normal; + font-size: 1em; + padding: 1px; + padding-top: 0px; + padding-bottom: 0px; + border-top: 1px solid #000000; + border-bottom: 1px solid #000000; + margin-right: 2px; } /* Backlinks */ @@ -536,9 +539,9 @@ h1 { /* MODIFY-TXT */ margin-top: 10px; - background-color: transparent; - color: #555; - } + background-color: transparent; + color: #555; +} h1 a.backlinks{ /* MODIFY-TXT */ color: #777; @@ -558,8 +561,8 @@ } h4, h5, h6 { /* MODIFY-TXT */ margin-bottom: 0px; - background-color: transparent; - color: #111; + background-color: transparent; + color: #111; } /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |