Revision: 8399
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8399&view=rev
Author: vargenau
Date: 2012-10-06 11:05:48 +0000 (Sat, 06 Oct 2012)
Log Message:
-----------
Reformat CSS
Modified Paths:
--------------
trunk/themes/Crao/crao.css
trunk/themes/Hawaiian/Hawaiian.css
trunk/themes/MacOSX/MacOSX-topbottombars.css
trunk/themes/MacOSX/MacOSX.css
trunk/themes/MonoBook/IE60Fixes.css
trunk/themes/MonoBook/IE70Fixes.css
trunk/themes/MonoBook/commonPrint.css
trunk/themes/MonoBook/main.css
trunk/themes/MonoBook/rtl.css
trunk/themes/MonoBook/wikiprintable.css
trunk/themes/MonoBook/wikistandard.css
trunk/themes/Portland/portland.css
trunk/themes/Sidebar/jscalendar/calendar-phpwiki.css
trunk/themes/Sidebar/jscalendar/calendar-win2k-1.css
trunk/themes/Sidebar/jscalendar/calendar-win2k-cold-1.css
trunk/themes/Sidebar/sidebar.css
trunk/themes/SpaceWiki/SpaceWiki.css
trunk/themes/Wordpress/Wordpress.css
trunk/themes/blog/IEFixes.css
trunk/themes/blog/Kubrick.css
trunk/themes/default/IEFixes.css
trunk/themes/default/highlight.css
trunk/themes/default/phpwiki-modern.css
trunk/themes/default/phpwiki-printer.css
trunk/themes/default/phpwiki-topbottombars.css
trunk/themes/default/phpwiki.css
trunk/themes/default/toolbar.css
trunk/themes/fusionforge/fusionforge-autonumbering.css
trunk/themes/fusionforge/fusionforge-fullscreen.css
trunk/themes/fusionforge/fusionforge-print.css
trunk/themes/fusionforge/fusionforge-rereading.css
trunk/themes/fusionforge/fusionforge.css
trunk/themes/shamino_com/shamino_com.css
trunk/themes/smaller/IEFixes.css
trunk/themes/smaller/phpwiki.css
trunk/themes/wikilens/wikilens.css
Modified: trunk/themes/Crao/crao.css
===================================================================
--- trunk/themes/Crao/crao.css 2012-10-06 10:28:33 UTC (rev 8398)
+++ trunk/themes/Crao/crao.css 2012-10-06 11:05:48 UTC (rev 8399)
@@ -12,50 +12,62 @@
*/
body {
- background-color: #ccc;/* MODIFY-color */
- font-family: Helvetica, Verdana, Arial, sans-serif;
- font-size: 12px ;
- line-height: 14px ;
- margin: 0;
- padding: 0;
- border: 0 none ;
- color: #000;
- text-align: left;
+ background-color: #ccc; /* MODIFY-color */
+ font-family: Helvetica, Verdana, Arial, sans-serif;
+ font-size: 12px;
+ line-height: 14px;
+ margin: 0;
+ padding: 0;
+ border: 0 none;
+ color: #000;
+ text-align: left;
}
img {
- border: 0;
- vertical-align: middle;
+ border: 0;
+ vertical-align: middle;
}
table {
- border-spacing: 0;
- /* For Mozilla */
- empty-cells: show;
+ border-spacing: 0;
+ /* For Mozilla */
+ empty-cells: show;
}
-a:link, a {/* MODIFY-TXT */
+
+a:link, a {
+ /* MODIFY-TXT */
color: #33c;
text-decoration: underline;
background-color: transparent;
}
-a:visited {/* MODIFY-TXT */
+
+a:visited {
+ /* MODIFY-TXT */
color: #33c;
text-decoration: underline;
background-color: transparent;
}
-a:hover {/* MODIFY-TXT */
+
+a:hover {
+ /* MODIFY-TXT */
color: #03f;
- text-decoration:underline;
+ text-decoration: underline;
background-color: transparent;
}
+
a.wiki, a.wikiadmin, a.named-wiki {
}
+
hr {
- background-color: #ccc;/* MODIFY-color */
+ background-color: #ccc; /* MODIFY-color */
height: 1px;
- border: 1px solid #ccc; /* MODIFY-color */
+ border: 1px solid #ccc; /* MODIFY-color */
}
-div.wikitext pre { font-family: monospace; }
+
+div.wikitext pre {
+ font-family: monospace;
+}
+
p {
font-size: 1em;
margin: 0;
@@ -64,19 +76,38 @@
/* generic classes ----------------------------------------------- */
-.tt { font-family: monospace; }
-.strike { text-decoration:line-through; }
+.tt {
+ font-family: monospace;
+}
-.align-left {text-align: left;}
-.align-right {text-align: right;}
-.align-center {text-align: center;}
-
-.top {vertical-align: top;}
+.strike {
+ text-decoration: line-through;
+}
-.nowrap {white-space: nowrap;}
+.align-left {
+ text-align: left;
+}
-.fullwidth { width: 100%; }
+.align-right {
+ text-align: right;
+}
+.align-center {
+ text-align: center;
+}
+
+.top {
+ vertical-align: top;
+}
+
+.nowrap {
+ white-space: nowrap;
+}
+
+.fullwidth {
+ width: 100%;
+}
+
/* --------------------------------------------------------------- */
/*
@@ -84,9 +115,9 @@
*****LISTES
******************************
*/
-ul{
+ul {
position: relative;
- padding : 0;
+ padding: 0;
margin: 0;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 100%;
@@ -94,8 +125,9 @@
list-style: inside;
background-color: transparent;
}
-ul ul{
- position: relative;
+
+ul ul {
+ position: relative;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 100%;
margin-left: 2em;
@@ -104,48 +136,53 @@
li.rc-major {
list-style: none;
display: block;
- background-color: #fff;/* MODIFY-color */
+ background-color: #fff; /* MODIFY-color */
margin: 6px 0;
- border: 1px #666 dashed;/* MODIFY-color */
- padding:0.5ex;
+ border: 1px #666 dashed; /* MODIFY-color */
+ padding: 0.5ex;
}
-li.evenrow{
- border: 0;
- padding:1ex;
+li.evenrow {
+ border: 0;
+ padding: 1ex;
}
-li.oddrow{
- border: 0;
- padding:1ex;
+
+li.oddrow {
+ border: 0;
+ padding: 1ex;
}
-li strong{
- font-weight: normal;
- background-color: transparent;
+
+li strong {
+ font-weight: normal;
+ background-color: transparent;
}
-strong.wiki-summary{
- display: block;
- padding:5px 0;
- background-color: transparent;
+strong.wiki-summary {
+ display: block;
+ padding: 5px 0;
+ background-color: transparent;
}
-li a.wiki-rc-action{
- display:inline;
- }
li a.wiki-rc-action {
- border: 0;
-/*border-left: 1.2em solid #FC0;*/
-/*la puce de dernieres modifs*/
+ display: inline;
}
+
+li a.wiki-rc-action {
+ border: 0;
+ /*border-left: 1.2em solid #FC0;*/
+ /*la puce de dernieres modifs*/
+}
+
li.rc-major a.wiki {
- font-size: 1.2em;
- font-weight: bold;
+ font-size: 1.2em;
+ font-weight: bold;
}
+
li>p {
- display: inline;
+ display: inline;
}
-p.wiki-rc-action
-{
+
+p.wiki-rc-action {
text-align: center;
vertical-align: middle;
padding: 5px 5px 5px 5px;
@@ -153,10 +190,9 @@
background-color: transparent;
}
-p a.wiki-rc-action
-{
+p a.wiki-rc-action {
display: inline;
- padding:0 10px;
+ padding: 0 10px;
font-weight: bold;
background-color: transparent;
}
@@ -167,25 +203,29 @@
******************************
*/
#header {
- background-color: #333;/* MODIFY-color */
+ background-color: #333; /* MODIFY-color */
}
-#logo {/* MODIFY-TXT */
- color: #ccc;
+
+#logo {
+ /* MODIFY-TXT */
+ color: #ccc;
display: inline;
margin-top: 0;
margin-left: 0;
height: 50px;
- width:auto;
+ width: auto;
background-color: transparent;
- font: bolder 67px/50px Verdana, Arial, Helvetica, sans-serif;
+ font: bolder 67px/50px Verdana, Arial, Helvetica, sans-serif;
letter-spacing: -0.1em;
}
+
#logo img {
border: 0;
}
+
#logo a {
- color: #ccc;
- font: bolder 67px/50px Arial, Verdana, Helvetica, sans-serif;
+ color: #ccc;
+ font: bolder 67px/50px Arial, Verdana, Helvetica, sans-serif;
text-decoration: none;
}
@@ -199,7 +239,8 @@
div.ie-actionbuttons {
position: relative;
height: 22px;
- right: 0; bottom: 0;
+ right: 0;
+ bottom: 0;
margin: 0;
background-color: transparent;
background-image: url(images/BG.png);
@@ -218,7 +259,8 @@
position: fixed;
max-width: 30%;
height: 22px;
- right: 0; bottom: 0;
+ right: 0;
+ bottom: 0;
margin: 0;
background-color: transparent;
background-image: url(images/BG.png);
@@ -230,7 +272,10 @@
padding-bottom: 0.5ex;
border: 0 none;
}
-#actionbuttons div { }
+
+#actionbuttons div {
+}
+
#actionbuttons a, #actionbuttons a:link {
position: relative;
display: inline;
@@ -248,43 +293,51 @@
******************************
*/
#content {
- margin-top: 0;
- margin-left:7%;
+ margin-top: 0;
+ margin-left: 7%;
margin-right: 7%;
- margin-bottom:7%;
- background-color: #f2f2f2;/* MODIFY-color */
- border: 1px #999 solid;/* MODIFY-color */
+ margin-bottom: 7%;
+ background-color: #f2f2f2; /* MODIFY-color */
+ border: 1px #999 solid; /* MODIFY-color */
padding-left: 2em;
padding-right: 15px;
- padding-top: 15px;
+ padding-top: 15px;
padding-bottom: 0.5ex;
}
+
/* titre */
-div.boxtitrehead {}
-div.boxtitrehead a.backlinks {}
+div.boxtitrehead {
+}
+
+div.boxtitrehead a.backlinks {
+}
+
div.wikitext {
font-size: 1em;
line-height: 130%;
text-align: left;
}
+
blockquote.mail-style-quote {
- border-left: #FF9933;/* MODIFY-color */
+ border-left: #FF9933; /* MODIFY-color */
margin: 0;
margin-bottom: 1em;
- border: 1px solid #FF9933;/* MODIFY-color */
+ border: 1px solid #FF9933; /* MODIFY-color */
padding: 0.5em;
}
+
.mail-style-quote blockquote.mail-style-quote {
margin-left: 0.3em;
- margin-bottom : 0;
+ margin-bottom: 0;
background-color: transparent;
border-style: none;
- border-left: 2px solid #FF9933;/* MODIFY-color */
+ border-left: 2px solid #FF9933; /* MODIFY-color */
padding: 0;
padding-left: 0.5em;
}
+
blockquote p {
- margin-top: 0.5ex;
+ margin-top: 0.5ex;
margin-bottom: 0.5ex;
}
@@ -293,77 +346,96 @@
*****NAVBAR
******************************
*/
-.toolbar, input.button, #signin { font-family:Verdana, Arial, Helvetica, sans-serif; }
+.toolbar, input.button, #signin {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+}
-div.toolbar{
- display:block;
- background-color:#f2f2f2;/* MODIFY-color */
- border: 1px #666 solid;/* MODIFY-color */
- margin: 2% 7%;
+div.toolbar {
+ display: block;
+ background-color: #f2f2f2; /* MODIFY-color */
+ border: 1px #666 solid; /* MODIFY-color */
+ margin: 2% 7%;
}
+
.toolbar {
- padding: 0;
- margin: 0;
+ padding: 0;
+ margin: 0;
}
+
.edit-toolbar {
- padding: 0;
- margin: 0;
+ padding: 0;
+ margin: 0;
}
+
.edit-toolbar img, .edit-toolbar input {
- background-color: #fff;
- border: 1px solid ButtonFace;
+ background-color: #fff;
+ border: 1px solid ButtonFace;
}
#navbuttons {
display: inline;
}
-#navbuttons img{
- margin:5px 0 5px 10px;
+
+#navbuttons img {
+ margin: 5px 0 5px 10px;
}
-#navbuttons a:link, #navbuttons a{/* MODIFY-TXT */
+
+#navbuttons a:link, #navbuttons a {
+ /* MODIFY-TXT */
font-weight: bold;
padding-left: 1ex;
padding-right: 1ex;
- color:#333;
+ color: #333;
}
-#navbuttons a:visited{}
-#navbuttons a:hover{}
+#navbuttons a:visited {
+}
+
+#navbuttons a:hover {
+}
+
/*
******************************
*****SIGNIN
******************************
*/
-#signin{/* MODIFY-TXT */
- width: auto;
+#signin {
+ /* MODIFY-TXT */
+ width: auto;
text-align: right;
padding-right: 10px;
background-color: transparent;
- color:#ccc;
- font-size:12px;
+ color: #ccc;
+ font-size: 12px;
}
-#signin form{/* MODIFY-TXT */
- text-align: center;
+
+#signin form {
+ /* MODIFY-TXT */
+ text-align: center;
padding: 1px;
margin: 0;
display: inline;
}
-#signin input{/* MODIFY-TXT */
+
+#signin input {
+ /* MODIFY-TXT */
padding: 0;
padding-left: 3px;
margin: 0;
- font-family: Verdana, Arial, Helvetica, sans-serif ;
- color:#333;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ color: #333;
font-size: 12px;
}
-#signin input.wikisignin{
+
+#signin input.wikisignin {
padding: 0;
margin: 0;
border: 0 none;
}
-#signin a.wiki{/* MODIFY-TXT */
- color:#FFF;
+#signin a.wiki {
+ /* MODIFY-TXT */
+ color: #FFF;
background-color: transparent;
}
@@ -378,49 +450,61 @@
/*padding-right: 10px;*/
float: right;
}
-#search form{
- text-align: center;
+
+#search form {
+ text-align: center;
padding: 1px;
margin: 0;
display: inline;
}
-#search input{
+
+#search input {
padding: 0;
padding-left: 3px;
margin: 0;
- font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333;
font-size: 12px;
}
-#search input.wikiaction{
+
+#search input.wikiaction {
padding: 0;
margin: 0;
border: 0 none;
}
-.search-context { background: white; font-style: oblique; }
+
+.search-context {
+ background: white;
+ font-style: oblique;
+}
+
.search-term {
- background: yellow;
- font-weight: normal;
+ background: yellow;
+ font-weight: normal;
}
+
#livesearch {
- height: 13px;
- width: 100px;
+ height: 13px;
+ width: 100px;
}
+
#LSResult {
- position: absolute;
- text-align: left;
- display: none;
- z-index: 100;
- background-color: white;
- border: 1px solid #d0d0d0;
- font-size: 9px;
- overflow: hidden;
+ position: absolute;
+ text-align: left;
+ display: none;
+ z-index: 100;
+ background-color: white;
+ border: 1px solid #d0d0d0;
+ font-size: 9px;
+ overflow: hidden;
}
+
#LSHighlight {
- background-color: #f08000;
+ background-color: #f08000;
}
+
#LSResult .evenrow {
- background-color: #f0f0f0;
+ background-color: #f0f0f0;
}
/*
@@ -429,15 +513,22 @@
******************************
*/
body.sidebar {
- font-size: smaller;
- margin: 0.5em;
+ font-size: smaller;
+ margin: 0.5em;
}
+
body.sidebar div.wikitext {
- padding: 0.5em;
+ padding: 0.5em;
}
-body.sidebar { padding-left: 1em; }
-body.sidebar h2 { margin-top: 0; }
+body.sidebar {
+ padding-left: 1em;
+}
+
+body.sidebar h2 {
+ margin-top: 0;
+}
+
/*
******************************
*****WIKI-FORM
@@ -449,15 +540,24 @@
* have a class yet, so it must be referenced indirectly
*/
/*div.wikiaction { background-color: #f2f2f2; }*/
- /*div.wikiadmin { background-color: #fee; } */
-form.wikiadmin div { color: #000; background-color: #f2f2f2; }
+/*div.wikiadmin { background-color: #fee; } */
+form.wikiadmin div {
+ color: #000;
+ background-color: #f2f2f2;
+}
+
div.wikiaction, form.wikiadmin div {
}
+
/* Prevent buttons from overlapping when the toolbar is wrapped. */
-a.wikiaction, a.wikiadmin { line-height: 2.6ex; }
+a.wikiaction, a.wikiadmin {
+ line-height: 2.6ex;
+}
/* Add space between the input field and following buttons, but not after the last button. */
-div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] { margin-right: 0.5em; }
+div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] {
+ margin-right: 0.5em;
+}
/*
******************************
@@ -466,9 +566,14 @@
*/
/* Link icons */
-img.linkicon { vertical-align: middle; }
-img.rssicon { vertical-align: baseline; }
+img.linkicon {
+ vertical-align: middle;
+}
+img.rssicon {
+ vertical-align: baseline;
+}
+
/*
******************************
*****ADMIN-ACTION
@@ -481,10 +586,13 @@
.wikiunsafe {
color: #000;
- background-color: #f2f2f2;/* MODIFY-color */
+ background-color: #f2f2f2; /* MODIFY-color */
}
-input.wikiadmin {color: #000; background-color: #fff; }
+input.wikiadmin {
+ color: #000;
+ background-color: #fff;
+}
/*
******************************
@@ -498,14 +606,15 @@
font-size: 100%;
background-color: transparent;
}
- /* QuestionMark #600 */
+
+/* QuestionMark #600 */
.wikiunknown a, .named-wikiunknown a {
color: #FFFFFF;
- background-color: #000000;/* MODIFY-color */
+ background-color: #000000; /* MODIFY-color */
text-decoration: none;
font-weight: normal;
font-size: 1em;
- padding: 1px;
+ padding: 1px;
padding-top: 0;
padding-bottom: 0;
border-top: 1px solid #000000;
@@ -520,44 +629,66 @@
color: #006;
}
-
/* Interwiki links */
-.wikipage { font-weight: bold; }
-.interwiki { text-decoration: none; }
-.interwiki, i.interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; }
-.interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; }
+.wikipage {
+ font-weight: bold;
+}
+.interwiki {
+ text-decoration: none;
+}
+
+.interwiki, i.interwiki .wikipage, em .interwiki .wikipage {
+ font-style: oblique;
+}
+
+.interwiki .wikipage, i .interwiki, em .interwiki {
+ font-style: normal;
+}
+
/*
******************************
*****HEADING
******************************
*/
-h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
+h1, h2, h3, h4, h5, h6 {
+ font-family: Arial, Helvetica, sans-serif;
+}
-h1 { /* MODIFY-TXT */
- margin-top: 10px;
+h1 {
+ /* MODIFY-TXT */
+ margin-top: 10px;
background-color: transparent;
color: #555;
}
-h1 a.backlinks{ /* MODIFY-TXT */
+h1 a.backlinks {
+ /* MODIFY-TXT */
color: #777;
- text-decoration:none;
+ text-decoration: none;
}
-h1 a.wiki{ /* MODIFY-TXT */
+
+h1 a.wiki {
+ /* MODIFY-TXT */
color: #777;
- text-decoration:none;
+ text-decoration: none;
}
-h1 a.pagetitle{ /* MODIFY-TXT */
+
+h1 a.pagetitle {
+ /* MODIFY-TXT */
color: #555;
- text-decoration:none;
+ text-decoration: none;
}
-h1 a:hover{ /* MODIFY-TXT */
+
+h1 a:hover {
+ /* MODIFY-TXT */
color: #888;
- text-decoration:underline;
+ text-decoration: underline;
}
-h4, h5, h6 { /* MODIFY-TXT */
- margin-bottom: 0;
+
+h4, h5, h6 {
+ /* MODIFY-TXT */
+ margin-bottom: 0;
background-color: transparent;
color: #111;
}
@@ -572,15 +703,15 @@
div.rss {
background-color: #fff;
- color:#000;
+ color: #000;
border: 2px solid #ddd;
}
-
div.feed {
font-size: 1.4em;
padding: 0.5em;
}
+
.chandesc {
font-size: 0.9em;
}
@@ -588,7 +719,7 @@
div.rssitem {
display: block;
background-color: #fff;
- color:#000;
+ color: #000;
border-top: 1px solid #ddd;
padding: 0 0.5em;
@@ -599,6 +730,7 @@
border: 0;
margin-top: 0.5em;
}
+
div.itemdesc {
font-size: 1em;
margin-bottom: 0.5em;
@@ -609,57 +741,74 @@
*****TABLES
******************************
*/
-table, td { font-family: Verdana, Arial, Helvetica, sans-serif; }
+table, td {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+}
+
caption {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: auto;
}
+
.pagelist {
- background-color: white;/* MODIFY-color */
- border:1px #333 dashed;/* MODIFY-color */
+ background-color: white; /* MODIFY-color */
+ border: 1px #333 dashed; /* MODIFY-color */
}
-.pagelist thead, .pagelist thead u {}
-.pagelist tr.evenrow { background-color: white ;}
-.pagelist tr.oddrow { background-color: white; }
-.pagelist td { padding:3px; }
+
+.pagelist thead, .pagelist thead u {
+}
+
+.pagelist tr.evenrow {
+ background-color: white;
+}
+
+.pagelist tr.oddrow {
+ background-color: white;
+}
+
+.pagelist td {
+ padding: 3px;
+}
+
th.gridbutton {
- background-color: ThreeDLightShadow;
- color: black;
- font-size: small;
- font-weight: normal;
- font-family: Tahoma, Arial, Helvetica, sans-serif;
- height: 18px;
- margin: 5px 0;
- float: none;
- white-space: nowrap;
- max-height: 24px;
- padding: 5px 0 5px 0;
- border-width: 1px;
- border-style: solid;
- border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
+ background-color: ThreeDLightShadow;
+ color: black;
+ font-size: small;
+ font-weight: normal;
+ font-family: Tahoma, Arial, Helvetica, sans-serif;
+ height: 18px;
+ margin: 5px 0;
+ float: none;
+ white-space: nowrap;
+ max-height: 24px;
+ padding: 5px 0 5px 0;
+ border-width: 1px;
+ border-style: solid;
+ border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
}
+
input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton {
- text-decoration: none;
- font-size: small;
- font-weight: normal;
- font-family: Tahoma, Arial, Helvetica, sans-serif;
- background-color: ThreeDLightShadow;
- color: black;
+ text-decoration: none;
+ font-size: small;
+ font-weight: normal;
+ font-family: Tahoma, Arial, Helvetica, sans-serif;
+ background-color: ThreeDLightShadow;
+ color: black;
}
-.wikilink{
- display:block;
+.wikilink {
+ display: block;
}
-#revision{
- font-size:10px;
- text-align:right;
- background-color: #f2f2f2;/* MODIFY-color */
+#revision {
+ font-size: 10px;
+ text-align: right;
+ background-color: #f2f2f2; /* MODIFY-color */
/* "paper" borders */
padding-left: 2em;
padding-right: 1em;
- padding-top: 0.5ex;
+ padding-top: 0.5ex;
padding-bottom: 0.5ex;
clear: both;
}
@@ -670,35 +819,43 @@
padding: 0;
padding-top: 0.25ex;
}
-#xhtml-validator
-{
+
+#xhtml-validator {
font-size: small;
text-align: center;
margin-top: 1em;
}
-
/*
******************************
*****EDIT-PAGE
******************************
*/
-form { margin: 0; }
+form {
+ margin: 0;
+}
+
input, textarea {
margin: 0.1em;
background-color: #FFF;
vertical-align: middle;
font-size: 1em;
}
-input.wikisignin{
+
+input.wikisignin {
border: 0 none;
- background-color:#FFF;
+ background-color: #FFF;
}
-input.wikiaction{
+
+input.wikiaction {
border: 1px solid black;
- background-color:#D7FA8C;
+ background-color: #D7FA8C;
}
-input.numeric { text-align: center; }
+
+input.numeric {
+ text-align: center;
+}
+
/* Make the textarea the full page width */
textarea.wikiedit {
width: 90%;
@@ -714,13 +871,15 @@
font-size: smaller;
border: 1px none;
}
-#editarea-size legend{
+
+#editarea-size legend {
text-align: right;
font-size: smaller;
border: 1px solid #CCC;
background-color: #ccc;
}
-.editarea legend{
+
+.editarea legend {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1em;
@@ -728,19 +887,21 @@
border: 1px solid #333;
background-color: #eee;
}
+
fieldset.editarea {
- margin : 1ex;
+ margin: 1ex;
margin-top: 1em;
text-align: center;
- padding : 10px;
+ padding: 10px;
border: 1px solid #333;
background-color: #E8E8E5;
}
+
fieldset.toolbar {
- margin : 1ex;
+ margin: 1ex;
margin-top: 0;
text-align: center;
- padding : 3px;
+ padding: 3px;
border: 1px solid #FFF;
background-color: #FFF;
}
@@ -750,50 +911,53 @@
.transclusion-title {
text-align: right;
font-style: oblique;
- font-size: smaller;
+ font-size: smaller;
text-decoration: underline;
margin-bottom: 0.25ex;
- margin-right: 0.25em;
+ margin-right: 0.25em;
}
+
.transclusion, .wiki-edithelp {
font-size: smaller;
}
+
.transclusion {
- border: 1px solid gray;/* MODIFY-color */
- padding-left: 0.8em;
+ border: 1px solid gray; /* MODIFY-color */
+ padding-left: 0.8em;
padding-right: 0.8em;
- padding-top: 0;
- padding-bottom: 0;
- margin-left: 0.25em;
- margin-right: 0.25em;
+ padding-top: 0;
+ padding-bottom: 0;
+ margin-left: 0.25em;
+ margin-right: 0.25em;
margin-bottom: 0.1ex;
}
+
.wiki-edithelp {
background-color: white;
border: medium solid #fff8dc; /* MODIFY-color */
- padding-left: 0.5em;
+ padding-left: 0.5em;
padding-right: 0.5em;
- padding-top: 0.75ex;
+ padding-top: 0.75ex;
padding-bottom: 0.75ex;
- margin-left: 0;
+ margin-left: 0;
margin-right: 0;
margin-top: 1ex;
margin-bottom: 1ex;
}
+
.wiki-edithelp .wiki {
/* color: #5454ff;*/
}
+
.wiki-edithelp p {
font-family: Verdana, Helvetica, Arial, sans-serif;
- padding-left: 0.5em;
+ padding-left: 0.5em;
padding-right: 0.5em;
- padding-top: 0.5ex;
+ padding-top: 0.5ex;
padding-bottom: 0.5ex;
margin: 0;
}
-
-
/*
******************************
*****CALENDAR
@@ -801,14 +965,15 @@
*/
table.cal {
- float:right;
- font-size:10px;
+ float: right;
+ font-size: 10px;
border: 1px solid #333;
- background-color: #ccc;/* MODIFY-color */
+ background-color: #ccc; /* MODIFY-color */
margin: 10px;
padding: 1px;
/* For Mozilla */
- empty-cells: hide;}
+ empty-cells: hide;
+}
/* cells */
table.cal td {
@@ -816,73 +981,98 @@
}
/* Month-name header */
-table.cal-header { /* MODIFY-TXT */
-font-size: larger;
-background-color: #333;/* MODIFY-color */
-color: #f2f2f2;}
-table.cal-header tr, table.cal-header td { text-align: center; }
-.cal-arrow {/* MODIFY-TXT */
+table.cal-header {
+ /* MODIFY-TXT */
+ font-size: larger;
+ background-color: #333; /* MODIFY-color */
+ color: #f2f2f2;
+}
+
+table.cal-header tr, table.cal-header td {
+ text-align: center;
+}
+
+.cal-arrow {
+ /* MODIFY-TXT */
font-weight: bold;
text-decoration: none;
color: #fff;
}
-a.cal-arrow {/* MODIFY-TXT */
- color:#fff;
+
+a.cal-arrow {
+ /* MODIFY-TXT */
+ color: #fff;
}
/* Day-names header */
-table.cal tbody tr .cal-dayname { }
+table.cal tbody tr .cal-dayname {
+}
.cal-dayname td {
- text-align: center;
+ text-align: center;
font-size: smaller;
text-decoration: none;
- background-color: #f2f2f2;/* MODIFY-color */
+ background-color: #f2f2f2; /* MODIFY-color */
}
/* Individual days */
a.cal-hide {
- font-size: 9px;
-text-decoration: none; }
+ font-size: 9px;
+ text-decoration: none;
+}
/* Today */
- /* cell */
+/* cell */
table.cal td.cal-today {
margin: 1px;
- border: 1px solid #333;/* MODIFY-color */
+ border: 1px solid #333; /* MODIFY-color */
color: #000;
- background-color: #f2f2f2;/* MODIFY-color */
+ background-color: #f2f2f2; /* MODIFY-color */
}
- /* text */
-table.cal td.cal-day a.cal-day {font-size: 9px;
-text-decoration: underline; }
+/* text */
+table.cal td.cal-day a.cal-day {
+ font-size: 9px;
+ text-decoration: underline;
+}
+
/*
******************************
*****DIFF
******************************
*/
-.diff .block div { position: relative; padding-left: 1.5em; }
-.diff .prefix { position: absolute; left: 0.5em; top: 0; }
+.diff .block div {
+ position: relative;
+ padding-left: 1.5em;
+}
+
+.diff .prefix {
+ position: absolute;
+ left: 0.5em;
+ top: 0;
+}
+
/* main box */
.diff {
-color: #000;
+ color: #000;
background-color: transparent;
border: 1px solid black;
}
+
.diff .block {
-color: #000;
+ color: #000;
background-color: #ccc;
padding-left: 1em;
}
/* individual blocks */
.diff .context {
-color: #000;
+ color: #000;
background-color: transparent;
border: none;
}
+
/* + - line prefix */
.diff .block tt {
font-weight: normal;
@@ -892,6 +1082,7 @@
margin-left: 0;
border: none;
}
+
/* changed words */
.diff del, .diff ins {
font-weight: bold;
@@ -901,33 +1092,45 @@
/* blocks containing deleted or added words */
.diff .original, .diff .deleted,
.diff .final, .diff .added {
-color: #000;
+ color: #000;
background-color: white;
}
+
/* blocks containing deleted words */
.diff .original, .diff .deleted {
-color: #000;
+ color: #000;
background-color: #fcc;
border: none;
}
+
/* blocks containing added words */
.diff .final, .diff .added {
-color: #000;
+ color: #000;
background-color: #cfc;
border: none;
}
/* deleted words */
-.diff del {color: #000; background-color: #f99; }
+.diff del {
+ color: #000;
+ background-color: #f99;
+}
+
/* added words */
-.diff ins {color: #000; background-color: #9f9; }
+.diff ins {
+ color: #000;
+ background-color: #9f9;
+}
/*
******************************
*****INFO-HISTORY
******************************
*/
-td.pageinfo { font-weight: bold; }
+td.pageinfo {
+ font-weight: bold;
+}
+
.pageinfo-minoredit, .pageinfo-authorid {
font-size: smaller;
font-style: oblique;
@@ -953,47 +1156,46 @@
******************************
*/
-#clear
- {
- clear : both;
- margin : 0;
- margin-top : -7px;
- padding : 2px;
- text-align : center;
- color : #000;
- background-color : #FFF;
- border : solid 0;
+#clear {
+ clear: both;
+ margin: 0;
+ margin-top: -7px;
+ padding: 2px;
+ text-align: center;
+ color: #000;
+ background-color: #FFF;
+ border: solid 0;
}
+
/* reset post NN4 */
/*/*/
-#clear
- {
- margin-top : 0;
+#clear {
+ margin-top: 0;
}
-
/*
******************************
*****IMG-HACK
******************************
*/
-img.inlineimage{
+img.inlineimage {
border: 0;
vertical-align: middle;
- margin : 0 5px 0 5px;
+ margin: 0 5px 0 5px;
}
-em > img.inlineimage{
+
+em > img.inlineimage {
float: left;
border: 0;
vertical-align: middle;
- margin : 5px 15px 15px 0;
+ margin: 5px 15px 15px 0;
}
-strong > img.inlineimage{
+strong > img.inlineimage {
float: right;
border: 0;
vertical-align: middle;
- margin : 5px 0 15px 15px;
+ margin: 5px 0 15px 15px;
}
/*
@@ -1005,7 +1207,7 @@
h2.wikiblog-heading {
font-size: 2em;
padding-bottom: 0.5em;
- border-bottom: 2px solid gray;/* MODIFY-color */
+ border-bottom: 2px solid gray; /* MODIFY-color */
}
/*
@@ -1014,17 +1216,22 @@
******************************
*/
-.interwiki-map thead td { text-decoration: underline; }
-.printer { display: none; }
+.interwiki-map thead td {
+ text-decoration: underline;
+}
+.printer {
+ display: none;
+}
+
.error {
color: black;
background-color: #eee;
- margin-top: 1em;
+ margin-top: 1em;
margin-bottom: 1em;
- padding-left: 0.8em;
+ padding-left: 0.8em;
padding-right: 0.8em;
- padding-top: 0.8ex;
+ padding-top: 0.8ex;
padding-bottom: 0;
border: medium solid red;
clear: both;
Modified: trunk/themes/Hawaiian/Hawaiian.css
===================================================================
--- trunk/themes/Hawaiian/Hawaiian.css 2012-10-06 10:28:33 UTC (rev 8398)
+++ trunk/themes/Hawaiian/Hawaiian.css 2012-10-06 11:05:48 UTC (rev 8399)
@@ -11,41 +11,70 @@
* General
*/
img {
- border: 0;
- vertical-align: baseline;
+ border: 0;
+ vertical-align: baseline;
}
-form { margin: 0; }
-input { margin: 0.1em; }
-input.numeric { text-align: right; }
+form {
+ margin: 0;
+}
+
+input {
+ margin: 0.1em;
+}
+
+input.numeric {
+ text-align: right;
+}
+
table {
- border-spacing: 1px;
- /* For Mozilla */
- empty-cells: show;
+ border-spacing: 1px;
+ /* For Mozilla */
+ empty-cells: show;
}
+
caption {
- caption-side: top;
- text-align: left;
- margin-bottom: .5ex;
- /* Allow the caption to extend to the full page width */
- width: 100%;
+ caption-side: top;
+ text-align: left;
+ margin-bottom: .5ex;
+ /* Allow the caption to extend to the full page width */
+ width: 100%;
}
/* generic classes ----------------------------------------------- */
-.tt { font-family: monospace; }
-.strike { text-decoration:line-through; }
+.tt {
+ font-family: monospace;
+}
-.align-left {text-align: left;}
-.align-right {text-align: right;}
-.align-center {text-align: center;}
-
-.top {vertical-align: top;}
+.strike {
+ text-decoration: line-through;
+}
-.nowrap {white-space: nowrap;}
+.align-left {
+ text-align: left;
+}
-.fullwidth { width: 100%; }
+.align-right {
+ text-align: right;
+}
+.align-center {
+ text-align: center;
+}
+
+.top {
+ vertical-align: top;
+}
+
+.nowrap {
+ white-space: nowrap;
+}
+
+.fullwidth {
+ width: 100%;
+}
+
/* --------------------------------------------------------------- */
/**
@@ -54,426 +83,542 @@
/* Main wiki text box */
body {
- color: black;
- background-color: white;
- background-image: url("images/uhhbackground.jpg");
- background-repeat: repeat;
- font-family: Arial, Helvetica, sans-serif;
- margin: 1ex 0.5em;
+ color: black;
+ background-color: white;
+ background-image: url("images/uhhbackground.jpg");
+ background-repeat: repeat;
+ font-family: Arial, Helvetica, sans-serif;
+ margin: 1ex 0.5em;
}
+
body p {
- margin-left: 1em;
+ margin-left: 1em;
}
#logo img {
- border: 1px outset gray;
- margin-left: 1em;
- margin-bottom: 1ex;
+ border: 1px outset gray;
+ margin-left: 1em;
+ margin-bottom: 1ex;
}
+
img#signature {
- background-color: white;
- border: 1px outset gray;
- padding-left: 8px;
- padding-right: 8px;
- padding-top: 8px;
- padding-bottom: 14px;
+ background-color: white;
+ border: 1px outset gray;
+ padding-left: 8px;
+ padding-right: 8px;
+ padding-top: 8px;
+ padding-bottom: 14px;
}
+
div.wikitext {
- margin-top: 1ex;
- margin-bottom: 0.5ex;
- padding-left: 0.8em;
- padding-right: 0.8em;
- padding-top: 0.5ex;
- padding-bottom: 0.5ex;
- clear: both;
+ margin-top: 1ex;
+ margin-bottom: 0.5ex;
+ padding-left: 0.8em;
+ padding-right: 0.8em;
+ padding-top: 0.5ex;
+ padding-bottom: 0.5ex;
+ clear: both;
}
-div.wikitext hr { height: 1px; }
-div.wikitext pre { font-family: monospace; }
+div.wikitext hr {
+ height: 1px;
+}
+div.wikitext pre {
+ font-family: monospace;
+}
/* Mozilla RecentChanges Sidebar */
body.sidebar {
- font-size: smaller;
- margin: 0.5em;
+ font-size: smaller;
+ margin: 0.5em;
}
+
body.sidebar div.wikitext {
- padding: 0.5em;
+ padding: 0.5em;
}
-body.sidebar div.wikitext ul { padding-left: 1em; }
-body.sidebar h2 { margin-top: 0; }
+body.sidebar div.wikitext ul {
+ padding-left: 1em;
+}
+body.sidebar h2 {
+ margin-top: 0;
+}
+
/**
* Link styles
*/
.wiki, .named-wiki {
- font-weight: bold;
- color: #87785c;
+ font-weight: bold;
+ color: #87785c;
}
-.wiki { text-decoration: none; }
-.named-wiki { text-decoration: underline; }
+.wiki {
+ text-decoration: none;
+}
+
+.named-wiki {
+ text-decoration: underline;
+}
+
/**
* wikiaction, wikiadmin, wikiunsafe:
*/
-.wikiaction, .wikiadmin, .wiki-rc-action, .backlinks { text-decoration: none; }
-.wikiaction, .wikiadmin { font-weight: bold; }
+.wikiaction, .wikiadmin, .wiki-rc-action, .backlinks {
+ text-decoration: none;
+}
-.wikiaction, .wikiaction table, span.wikiaction { color: #4d5a6b; }
-.wikiadmin, .wikiadmin table { color :#ff7e00; }
-.wikiunsafe { }
+.wikiaction, .wikiadmin {
+ font-weight: bold;
+}
-.backlinks { color: #1d4fc0; }
-h1 .backlinks { text-decoration: underline; }
+.wikiaction, .wikiaction table, span.wikiaction {
+ color: #4d5a6b;
+}
+.wikiadmin, .wikiadmin table {
+ color: #ff7e00;
+}
+.wikiunsafe {
+}
+
+.backlinks {
+ color: #1d4fc0;
+}
+
+h1 .backlinks {
+ text-decoration: underline;
+}
+
/* Unknown links */
-.wikiunknown a, .named-wikiunknown a, .wikiunknown u { color: #a6977a; }
+.wikiunknown a, .named-wikiunknown a, .wikiunknown u {
+ color: #a6977a;
+}
/* Interwiki links */
-.wikipage { font-weight: bold; }
-.interwiki { text-decoration: none; }
+.wikipage {
+ font-weight: bold;
+}
+
+.interwiki {
+ text-decoration: none;
+}
+
.interwiki, i.interwiki .wikipage, em .interwiki .wikipage {
- font-style: oblique;
+ font-style: oblique;
}
+
.interwiki .wikipage, i .interwiki, em .interwiki {
- font-style: normal;
+ font-style: normal;
}
-
/**
* headings
*/
-h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
+h1, h2, h3, h4, h5, h6 {
+ font-family: Arial, Helvetica, sans-serif;
+}
-h1 { margin: 0; }
+h1 {
+ margin: 0;
+}
/**
* tables
*/
-caption { font-family: Arial, Helvetica, sans-serif; }
+caption {
+ font-family: Arial, Helvetica, sans-serif;
+}
+
.pagelist {
}
+
.pagelist thead, .pagelist thead u {
}
-.pagelist tr.evenrow { background-color: #eee; }
-.pagelist tr.oddrow { background-color: white; }
+
+.pagelist tr.evenrow {
+ background-color: #eee;
+}
+
+.pagelist tr.oddrow {
+ background-color: white;
+}
+
th.gridbutton {
- background-color: ThreeDLightShadow;
- color: black;
- font-family: Tahoma, Arial, Helvetica, sans-serif;
- font-size: small;
- font-weight: normal;
- margin: 5px 0;
- white-space: nowrap;
- max-height: 24px;
- padding: 5px 0 5px 0;
- border-width: 1px;
- border-style: solid;
- border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
+ background-color: ThreeDLightShadow;
+ color: black;
+ font-family: Tahoma, Arial, Helvetica, sans-serif;
+ font-size: small;
+ font-weight: normal;
+ margin: 5px 0;
+ white-space: nowrap;
+ max-height: 24px;
+ padding: 5px 0 5px 0;
+ border-width: 1px;
+ border-style: solid;
+ border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
}
+
input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton {
- text-decoration: none;
- font-size: small;
- font-weight: normal;
- font-family: Tahoma, Arial, Helvetica, sans-serif;
- background-color: ThreeDLightShadow;
- color: black;
+ text-decoration: none;
+ font-size: small;
+ font-weight: normal;
+ font-family: Tahoma, Arial, Helvetica, sans-serif;
+ background-color: ThreeDLightShadow;
+ color: black;
}
/**
* Toolbar
*/
-.toolbar, input.button { font-family: Arial, Helvetica, sans-serif; }
+.toolbar, input.button {
+ font-family: Arial, Helvetica, sans-serif;
+}
.toolbar {
- padding: 0;
- margin: 0;
+ padding: 0;
+ margin: 0;
}
+
/* Prevent buttons from overlapping when wrapped */
-#navbar, #actionbar { line-height: 140%; }
+#navbar, #actionbar {
+ line-height: 140%;
+}
.editdate {
- font-family: Arial, Helvetica, sans-serif;
- margin: 0;
- padding: 0;
- padding-top: 0.25ex;
+ font-family: Arial, Helvetica, sans-serif;
+ margin: 0;
+ padding: 0;
+ padding-top: 0.25ex;
}
-
/**
* Edit Page & View Source
*/
/* Make the textarea the full page width */
.wikiedit {
- width: 100%;
- margin-bottom: 0.5ex;
- margin-top: 0.5ex;
- padding: 2px;
+ width: 100%;
+ margin-bottom: 0.5ex;
+ margin-top: 0.5ex;
+ padding: 2px;
}
-input.button { font-family: Arial, Helvetica, sans-serif; }
+input.button {
+ font-family: Arial, Helvetica, sans-serif;
+}
+
#editarea-size {
- margin-top: 1ex;
- text-align: right;
- font-size: smaller;
+ margin-top: 1ex;
+ text-align: right;
+ font-size: smaller;
}
/* IncludePage plugin ================================================= */
.transclusion-title {
- text-align: right;
- font-style: oblique;
- font-size: smaller;
- text-decoration: underline;
- margin-bottom: 0.25ex;
- margin-right: 0.25em;
+ text-align: right;
+ font-style: oblique;
+ font-size: smaller;
+ text-decoration: underline;
+ margin-bottom: 0.25ex;
+ margin-right: 0.25em;
}
+
.transclusion, .wiki-edithelp {
- font-size: smaller;
+ font-size: smaller;
}
+
.transclusion {
- background: inherit;
- border: 1px dotted #a6977a;
- padding-left: 0.8em;
- padding-right: 0.8em;
- padding-top: 0;
- padding-bottom: 0;
- margin-left: 0.25em;
- margin-right: 0.25em;
- margin-bottom: 0.1ex;
+ background: inherit;
+ border: 1px dotted #a6977a;
+ padding-left: 0.8em;
+ padding-right: 0.8em;
+ padding-top: 0;
+ padding-bottom: 0;
+ margin-left: 0.25em;
+ margin-right: 0.25em;
+ margin-bottom: 0.1ex;
}
+
.wiki-edithelp {
- border: medium solid #d8caae;
- padding-left: 0.5em;
- padding-right: 0.5em;
- padding-top: 0.75ex;
- padding-bottom: 0.75ex;
- margin-left: 0;
- margin-right: 0;
- margin-top: 1ex;
- margin-bottom: 1ex;
+ border: medium solid #d8caae;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ padding-top: 0.75ex;
+ padding-bottom: 0.75ex;
+ margin-left: 0;
+ margin-right: 0;
+ margin-top: 1ex;
+ margin-bottom: 1ex;
}
+
.wiki-edithelp .wiki {
- color: #87785c;
+ color: #87785c;
}
+
.wiki-edithelp p {
- font-family: Arial, Helvetica, sans-serif;
- padding-left: 0.5em;
- padding-right: 0.5em;
- padding-top: 0.5ex;
- padding-bottom: 0.5ex;
- margin: 0;
+ font-family: Arial, Helvetica, sans-serif;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ padding-top: 0.5ex;
+ padding-bottom: 0.5ex;
+ margin: 0;
}
-
/**
* Calendar plugin
*/
table.cal {
- border: 1px outset gray;
- margin: 0.5ex 0.5em;
- padding: 1px;
- /* For Mozilla */
- empty-cells: hide;
+ border: 1px outset gray;
+ margin: 0.5ex 0.5em;
+ padding: 1px;
+ /* For Mozilla */
+ empty-cells: hide;
}
+
/* Month-name & arrows area */
table.cal thead {
}
+
table.cal table.cal-header td {
- padding-top: 110px;
+ padding-top: 110px;
}
+
table.cal thead tr:first-child {
- background-image: url("images/pictures/SteamVolcanoDusk.jpg");
- background-repeat: no-repeat;
- background-position: center;
- font-size: larger;
+ background-image: url("images/pictures/SteamVolcanoDusk.jpg");
+ background-repeat: no-repeat;
+ background-position: center;
+ font-size: larger;
}
- /* Month-name & arrows cells */
+
+/* Month-name & arrows cells */
table.cal table.cal-header td {
- text-align: center;
- color: white;
- background-color: transparent;
- border: 0;
+ text-align: center;
+ color: white;
+ background-color: transparent;
+ border: 0;
}
- /* arrow text */
+
+/* arrow text */
.cal-arrow {
- text-decoration: none;
- color: white;
- font-weight: bold;
+ text-decoration: none;
+ color: white;
+ font-weight: bold;
}
/* Day-names header */
table.cal tr .cal-dayname {
- background: inherit;
+ background: inherit;
}
+
.cal-dayname td {
- text-align: center;
- font-size: smaller;
- text-decoration: none;
- color: black;
- padding-bottom: 0.5ex;
+ text-align: center;
+ font-size: smaller;
+ text-decoration: none;
+ color: black;
+ padding-bottom: 0.5ex;
}
/* Individual days */
- /* cells */
+/* cells */
table.cal tbody td {
- border: 0.5pt solid #ddd;
- background-color: white;
- text-align: right;
+ border: 0.5pt solid #ddd;
+ background-color: white;
+ text-align: right;
}
- /* text */
+
+/* text */
a.cal-hide {
- text-decoration: none;
- color: black;
- font-weight: normal;
+ text-decoration: none;
+ color: black;
+ font-weight: normal;
}
- /* Today */
- /* cell */
+
+/* Today */
+/* cell */
table.cal td.cal-today {
- margin: 1px;
- background-color: white;
- border: 0.5pt solid black;
+ margin: 1px;
+ background-color: white;
+ border: 0.5pt solid black;
}
- /* text */
+
+/* text */
table.cal td.cal-today a {
- color: blue;
+ color: blue;
}
- /* Day with a data page */
- /* cell */
+
+/* Day with a data page */
+/* cell */
table.cal td.cal-day {
- margin: 1px;
- background-color: white;
- border: 0.5pt solid black;
+ margin: 1px;
+ background-color: white;
+ border: 0.5pt solid black;
}
- /* text */
+
+/* text */
table.cal td.cal-day a {
- color: red;
- text-decoration: none;
+ color: red;
+ text-decoration: none;
}
-
/**
* Diff Output
*/
/* main box */
.diff .block {
- background-color: #ccc;
- padding: 0.5ex 0.5em;
- margin: 0.5ex 0;
+ background-color: #ccc;
+ padding: 0.5ex 0.5em;
+ margin: 0.5ex 0;
}
/* individual lines */
-.diff .context { background-color: white; }
+.diff .context {
+ background-color: white;
+}
/* + - line prefix */
-.diff .block tt{
- font-weight: bold;
- font-family: monospace;
- margin-left: -.6em;
- color: black;
+.diff .block tt {
+ font-weight: bold;
+ font-family: monospace;
+ margin-left: -.6em;
+ color: black;
}
.diff del, .diff ins {
- font-weight: bold;
- text-decoration: none;
+ font-weight: bold;
+ text-decoration: none;
}
-.diff .original, .diff .deleted { background-color: #fcc; }
-.diff .final, .diff .added { background-color: #cfc; }
-.diff del { background-color: #f99; }
-.diff ins { background-color: #9f9; }
+.diff .original, .diff .deleted {
+ background-color: #fcc;
+}
+.diff .final, .diff .added {
+ background-color: #cfc;
+}
+
+.diff del {
+ background-color: #f99;
+}
+
+.diff ins {
+ background-color: #9f9;
+}
+
/**
* Other
*/
-.printer { display: none; }
+.printer {
+ display: none;
+}
div.error {
- color: black;
- border: medium solid #d8caae;
- margin-top: 1em;
- margin-bottom: 1em;
- padding-left: 0.8em;
- padding-right: 0.8em;
- padding-top: 0.8ex;
- padding-bottom: 0;
- font-size: smaller;
- clear: both;
+ color: black;
+ border: medium solid #d8caae;
+ margin-top: 1em;
+ margin-bottom: 1em;
+ padding-left: 0.8em;
+ padding-right: 0.8em;
+ padding-top: 0.8ex;
+ padding-bottom: 0;
+ font-size: smaller;
+ clear: both;
}
/* Debug */
.debug {
- color: black;
- font-family: monospace;
- margin: 1ex 0;
- padding: 0.5ex 0.5em;
- border: medium solid #d8caae;
+ color: black;
+ font-family: monospace;
+ margin: 1ex 0;
+ padding: 0.5ex 0.5em;
+ border: medium solid #d8caae;
}
.clear-floats {
- clear: both;
+ clear: both;
}
/**
* Search Results
*/
-.search-context { background-color: white; font-style: oblique; }
+.search-context {
+ background-color: white;
+ font-style: oblique;
+}
+
.search-term {
- background-color: yellow;
- font-weight: normal;
+ background-color: yellow;
+ font-weight: normal;
}
+
#LSResult {
- position: absolute;
- text-align: left;
- display: none;
- z-index: 100;
- background-color: white;
- border: 1px solid #d0d0d0;
- font-size: 9px;
- overflow: hidden;
+ position: absolute;
+ text-align: left;
+ display: none;
+ z-index: 100;
+ background-color: white;
+ border: 1px solid #d0d0d0;
+ font-size: 9px;
+ overflow: hidden;
}
+
#LSHighlight {
- background-color: #f08000;
+ background-color: #f08000;
}
+
#LSResult .evenrow {
- background-color: #f0f0f0;
+ background-color: #f0f0f0;
}
-.toolbar, div.toolbar { margin: 0.5ex 0; }
+.toolbar, div.toolbar {
+ margin: 0.5ex 0;
+}
/* Link icons */
-img.linkicon { vertical-align: middle; }
+img.linkicon {
+ vertical-align: middle;
+}
div.wikitext {
- width: auto;
- background-image: url("images/tchecker-white.png");
- background-repeat: repeat;
+ width: auto;
+ background-image: url("images/tchecker-white.png");
+ background-repeat: repeat;
}
+
.wiki-edithelp {
- background-image: url("images/tchecker-sand.png");
- background-repeat: repeat;
+ background-image: url("images/tchecker-sand.png");
+ background-repeat: repeat;
}
+
.wiki-edithelp p {
- background-image: url("images/tchecker-white.png");
- background-repeat: repeat;
+ background-image: url("images/tchecker-white.png");
+ background-repeat: repeat;
}
/**
* Diff Output
*/
-.diff .block div { position: relative; padding-left: 1.5em; }
-.diff .prefix { position: absolute; left: 0.5em; top: 0; }
+.diff .block div {
+ position: relative;
+ padding-left: 1.5em;
+}
+.diff .prefix {
+ position: absolute;
+ left: 0.5em;
+ top: 0;
+}
+
/**
* Other
*/
.debug {
- background-image: url("images/tchecker-sand.png");
- background-repeat: repeat;
+ background-image: url("images/tchecker-sand.png");
+ background-repeat: repeat;
}
/* WikicreoleTable, MediawikiTable and RichTable plugins ============== */
Modified: trunk/themes/MacOSX/MacOSX-topbottombars.css
===================================================================
--- trunk/themes/MacOSX/MacOSX-topbottombars.css 2012-10-06 10:28:33 UTC (rev 8398)
+++ trunk/themes/MacOSX/MacOSX-topbottombars.css 2012-10-06 11:05:48 UTC (rev 8399)
@@ -4,9 +4,9 @@
* General settings
*/
body {
- /* Odd large top padding is needed for Mozilla */
- padding-top: 16ex;
- padding-bottom: 9ex;
+ /* Odd large top padding is needed for Mozilla */
+ padding-top: 16ex;
+ padding-bottom: 9ex;
}
/**
@@ -15,45 +15,47 @@
* #navbar and #actionbar, such as in editpage and removepage
*/
div#header, div#footer {
- background: white url("images/bgpaper8.png");
- margin: 0;
- padding: 0;
- position: fixed;
- left: 0;
- right: 0;
- padding-top: 0.5ex;
- padding-bottom: 0.5ex;
- padding-left: 1em;
- padding-right: 1em;
+ background: white url("images/bgpaper8.png");
+ margin: 0;
+ padding: 0;
+ position: fixed;
+ left: 0;
+ right: 0;
+ padding-top: 0.5ex;
+ padding-bottom: 0.5ex;
+ padding-left: 1em;
+ padding-right: 1em;
}
+
hr.toolbar {
- display: none;
+ display: none;
}
-
/**
* Navbar
*/
div#header {
- top: 0;
- border-bottom: 1px solid #b2b2b2;
+ top: 0;
+ border-bottom: 1px solid #b2b2b2;
}
+
div#navbuttons {
- padding-bottom: 0.25ex;
+ padding-bottom: 0.25ex;
}
/**
* Actionbar
*/
div#footer {
- border-top: 1px solid #b2b2b2;
- /* kludge for Mozilla */
- bottom: -1ex;
- padding-bottom: 0;
+ border-top: 1px solid #b2b2b2;
+ /* kludge for Mozilla */
+ bottom: -1ex;
+ padding-bottom: 0;
}
+
p.editdate {
- margin-top: 0.75ex;
- margin-bottom: 0.5ex;
+ margin-top: 0.75ex;
+ margin-bottom: 0.5ex;
}
/* For emacs users
Modified: trunk/themes/MacOSX/MacOSX.css
===================================================================
--- trunk/themes/MacOSX/MacOSX.css 2012-10-06 10:28:33 UTC (rev 8398)
+++ trunk/themes/MacOSX/MacOSX.css 2012-10-06 11:05:48 UTC (rev 8399)
@@ -23,713 +23,1000 @@
TODO: Get rid of tables in wikiaction forms.
*/
-body { background: #fafafa url("images/bgpaper8.png"); }
-body.edit { background: #fafafa url("images/bggranular.png"); }
+body {
+ background: #fafafa url("images/bgpaper8.png");
+}
-body { }
+body.edit {
+ background: #fafafa url("images/bggranular.png");
+}
+body {
+}
+
/* Ensure identical vertical alignment for adjacent form buttons,
whether image based (Theme buttons) or not */
input[type=submit],
input[type=cancel],
-input[type=image] { vertical-align: middle }
+input[type=image] {
+ vertical-align: middle
+}
-h1, h2, h3, .toolbar, td { font-family: "Lucida Grande", Helvetica, Arial, sans-serif; }
+h1, h2, h3, .toolbar, td {
+ font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
+}
-input.button { font-family: "Lucida Grande", Helvetica, Arial, sans-serif; }
+input.button {
+ font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
+}
input.numeric {
- text-align: right;
+ text-align: right;
}
-.wikitext pre { font-family: Monaco, monospace; }
+.wikitext pre {
+ font-family: Monaco, monospace;
+}
+
input[type=text] {
- border-top: 1px solid #7c7c7c;
- border-left: 1px solid #c3c3c3;
- border-bottom: 1px solid #dddddd;
- border-right: 1px solid #c3c3c3;
+ border-top: 1px solid #7c7c7c;
+ border-left: 1px solid #c3c3c3;
+ border-bottom: 1px solid #dddddd;
+ border-right: 1px solid #c3c3c3;
}
/* Add space between the input field and following buttons, but not after the last button. */
div.wikiaction input[type=text],
div.wikiadmin input[type=text],
form.wikiadmin input[type=file] {
- margin-right: 0.5em;
+ margin-right: 0.5em;
}
/* generic classes ----------------------------------------------- */
-.tt { font-family: monospace; }
-.strike { text-decoration:line-through; }
+.tt {
+ font-family: monospace;
+}
-.align-left {text-align: left;}
-.align-right {text-align: right;}
-.align-center {text-align: center;}
-
-.top {vertical-align: top;}
+.strike {
+ text-decoration: line-through;
+}
-.nowrap {white-space: nowrap;}
+.align-left {
+ text-align: left;
+}
-.fullwidth { width: 100%; }
+.align-right {
+ text-align: right;
+}
+.align-center {
+ text-align: center;
+}
+
+.top {
+ vertical-align: top;
+}
+
+.nowrap {
+ white-space: nowrap;
+}
+
+.fullwidth {
+ width: 100%;
+}
+
/* --------------------------------------------------------------- */
/**
* Wiki
*/
div.wikitext {
- background: white;
- border-top: 1px solid #7c7c7c;
- border-left: 1px solid #c3c3c3;
- border-bottom: 1px solid #dddddd;
- border-right: 1px solid #c3c3c3;
- padding-left: 0.8em;
- padding-right: 0.8em;
- padding-top: 0.5em;
- padding-bottom: 0.5em;
- margin: 0.5ex 0;
- clear: both;
+ background: white;
+ border-top: 1px solid #7c7c7c;
+ border-left: 1px solid #c3c3c3;
+ border-bottom: 1px solid #dddddd;
+ border-right: 1px solid #c3c3c3;
+ padding-left: 0.8em;
+ padding-right: 0.8em;
+ padding-top: 0.5em;
+ padding-bottom: 0.5em;
+ margin: 0.5ex 0;
+ clear: both;
}
-input.wikitext { margin:0; }
+input.wikitext {
+ margin: 0;
+}
+
input[type=text] {
- height: 2.7ex;
- padding: 0.4ex 0.3ex;
+ height: 2.7ex;
+ padding: 0.4ex 0.3ex;
}
-div.toolbar { margin: 1ex 0; }
+div.toolbar {
+ margin: 1ex 0;
+}
/**
* PageTypes
*/
.interwiki-map thead td {
- background: #e8e8e8;
- font-weight: bold;
- font-size: smaller;
+ background: #e8e8e8;
+ font-weight: bold;
+ font-size: smaller;
}
-.interwiki-map thead td:first-child { text-decoration: underline; }
-.interwiki-moniker { background: #eee; }
-.interwiki-url { background: #f8f8f8; }
+.interwiki-map thead td:first-child {
+ text-decoration: underline;
+}
+
+.interwiki-moniker {
+ background: #eee;
+}
+
+.interwiki-url {
+ background: #f8f8f8;
+}
+
/* Mozilla RecentChanges Sidebar */
body.sidebar {
- font-size: smaller;
- margin: 0.5em;
+ font-size: smaller;
+ margin: 0.5em;
}
+
body.sidebar div.wikitext {
- padding: 0.5em;
+ padding: 0.5em;
}
-body.sidebar div.wikitext ul { padding-left: 1em; }
-body.sidebar h2 { margin-top: 0; }
+body.sidebar div.wikitext ul {
+ padding-left: 1em;
+}
+
+body.sidebar h2 {
+ margin-top: 0;
+}
+
div.error {
- background: #eee;
- border: 1px solid gray;
- padding-left: 0.8em;
- padding-right: 0.8em;
- padding-top: 0.8ex;
- padding-bottom: 0;
- margin-top: 1em;
- clear: both;
- font-size: smaller;
+ background: #eee;
+ border: 1px solid gray;
+ padding-left: 0.8em;
+ padding-right: 0.8em;
+ padding-top: 0.8ex;
+ padding-bottom: 0;
+ margin-top: 1em;
+ clear: both;
+ font-size: smaller;
}
/* Debug */
.debug {
- color: black;
- background: white;
- font-family: monospace;
- font-size: smaller;
- margin: 1ex 0;
- padding: 0.5ex 0.5em;
- border: 1px solid #eee;
+ color: black;
+ background: white;
+ font-family: monospace;
+ font-size: smaller;
+ margin: 1ex 0;
+ padding: 0.5ex 0.5em;
+ border: 1px solid #eee;
}
/*
* Link styles
*/
/* Wiki Links */
-a.wiki { text-decoration: none; }
-.wiki, .named-wiki { font-weight: bold; color:#1d42be; } /*blue*/
+a.wiki {
+ text-decoration: none;
+}
+.wiki, .named-wiki {
+ font-weight: bold;
+ color: #1d42be;
+}
+
+/*blue*/
+
/* Unknown links */
-.wikiunknown a, .named-wikiunknown a, .wikiunknown U { text-decoration: none; }
+.wikiunknown a, .named-wikiunknown a, .wikiunknown U {
+ text-decoration: none;
+}
-.wikiunknown, .named-wikiunknown {color: #555; }
+.wikiunknown, .named-wikiunknown {
+ color: #555;
+}
/* Interwiki links */
-a.interwiki { text-decoration: none; }
-.wikipage { font-weight: bold; }
+a.interwiki {
+ text-decoration: none;
+}
+.wikipage {
+ font-weight: bold;
+}
+
.interwiki,
-i .interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; }
+i .interwiki .wikipage, em .interwiki .wikipage {
+ font-style: oblique;
+}
.interwiki .wikipage,
-i .interwiki, em .interwiki { font-style: normal; }
+i .interwiki, em .interwiki {
+ font-style: normal;
+}
/*
* wikiaction, wikiadmin, wikiunsafe:
*/
-a.wikiaction, a.wikiadmin { text-decoration: none; }
+a.wikiaction, a.wikiadmin {
+ text-decoration: none;
+}
-img { border: 0; }
-img.rssicon { vertical-align: middle; }
-img.wiki-button { vertical-align: middle; }
-.wiki-button { border:0; }
+img {
+ border: 0;
+}
-a.wikiaction { border: 0; }
+img.rssicon {
+ vertical-align: middle;
+}
+img.wiki-button {
+ vertical-align: middle;
+}
+
+.wiki-button {
+ border: 0;
+}
+
+a.wikiaction {
+ border: 0;
+}
+
/* backlinks */
-a.backlinks { color: #006; }
+a.backlinks {
+ color: #006;
+}
/* Make the textarea on the edit page full width */
-textarea.wikiedit { width: 100%; margin-top: 1ex; }
+textarea.wikiedit {
+ width: 100%;
+ margin-top: 1ex;
+}
-p.editdate { font-size: smaller; margin-bottom: 0; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; }
+p.editdate {
+ font-size: smaller;
+ margin-bottom: 0;
+ font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
+}
/* Calendar plugin */
a.cal-hide,
-a.cal-arrow { text-decoration: none; }
-.cal-arrow { font-weight: bold; }
+a.cal-arrow {
+ text-decoration: none;
+}
+
+.cal-arrow {
+ font-weight: bold;
+}
+
.cal-dayname {
- font-size: smaller;
- text-decoration: none;
+ font-size: smaller;
+ text-decoration: none;
}
+
table.cal td {
- background: white;
- border-top: 1px solid #7c7c7c;
- border-left: 1px solid #c3c3c3;
- border-bottom: 1px solid #dddddd;
- border-right: 1px solid #c3c3c3;
+ background: white;
+ border-top: 1px solid #7c7c7c;
+ border-left: 1px solid #c3c3c3;
+ border-bottom: 1px solid #dddddd;
+ border-right: 1px solid #c3c3c3;
}
+
table.cal-header td {
- font-size: larger;
- background: white;
- border: 0;
+ font-size: larger;
+ background: white;
+ border: 0;
}
-table.cal td.cal-dayname { background: #e8e8e8; }
+
+table.cal td.cal-dayname {
+ background: #e8e8e8;
+}
+
table.cal td.cal-today {
- background: #f4f4f4;
- border-top: 1px solid #7c7c7c;
- border-left: 1px solid #c3c3c3;
- border-bottom: 1px solid #dddddd;
- border-right: 1px solid #c3c3c3;
+ background: #f4f4f4;
+ border-top: 1px solid #7c7c7c;
+ border-left: 1px solid #c3c3c3;
+ border-bottom: 1px solid #dddddd;
+ border-right: 1px solid #c3c3c3;
}
/* IncludePage plugin ================================================= */
.transclusion-title {
- font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
- font-size: smaller;
- text-decoration: underline;
- text-align: right;
- font-style: oblique;
- margin-bottom: 0.25ex;
- margin-right: 0.25em;
+ font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
+ font-size: smaller;
+ text-decoration: underline;
+ text-align: right;
+ font-style: oblique;
+ margin-bottom: 0.25ex;
+ margin-right: 0.25em;
}
.transclusion {
- background: #fdfdfd;
- border-top: 1px solid #7c7c7c;
- border-left: 1px solid #c3c3c3;
- border-bottom: 1px solid #dddddd;
- border-right: 1px solid #c3c3c3;
- padding-left: 0.8em;
- padding-right: 0.8em;
- padding-top: 0;
- padding-bottom: 0;
- margin: 0.5ex ;
- margin-left: 0.25em;
- margin-right: 0.25em;
- margin-bottom: 0.1ex;
- font-size: smaller;
+ background: #fdfdfd;
+ border-top: 1px solid #7c7c7c;
+ border-left: 1px solid #c3c3c3;
+ border-bottom: 1px solid #dddddd;
+ border-right: 1px solid #c3c3c3;
+ padding-left: 0.8em;
+ padding-right: 0.8em;
+ padding-top: 0;
+ padding-bottom: 0;
+ margin: 0.5ex;
+ margin-left: 0.25em;
+ margin-right: 0.25em;
+ margin-bottom: 0.1ex;
+ font-size: smaller;
}
/* The transclusion of the TextEditingRules Synopsis on templates/editpage.html */
.wiki-edithelp .transclusion {
- font-size: smaller;
- background: inherit;
- padding: 0.5ex 0.5em;
- margin: 0.2ex 5%;
+ font-size: smaller;
+ background: inherit;
+ padding: 0.5ex 0.5em;
+ margin: 0.2ex 5%;
}
-.wiki-edithelp .transclusion p { margin: 0; }
+
+.wiki-edithelp .transclusion p {
+ margin: 0;
+}
+
.wiki-edithelp {
- background: white;
- border-top: 1px solid #7c7c7c;
- border-left: 1px solid #c3c3c3;
- border-bottom: 1px solid #dddddd;
- border-right: 1px solid #c3c3c3;
- padding-left: 0.5em;
- padding-right: 0.5em;
- padding-top: 0.75ex;
- padding-bottom: 0.75ex;
- margin-left: 0;
- margin-right: 0;
- margin-top: 1ex;
- margin-bottom: 1ex;
- font-size: smaller;
+ background: white;
+ border-top: 1px solid #7c7c7c;
+ border-left: 1px solid #c3c3c3;
+ border-bottom: 1px solid #dddddd;
+ border-right: 1px solid #c3c3c3;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ padding-top: 0.75ex;
+ padding-bottom: 0.75ex;
+ margin-left: 0;
+ margin-right: 0;
+ margin-top: 1ex;
+ margin-bottom: 1ex;
+ font-size: smaller;
}
+
.wiki-edithelp p {
- font-family: Arial, Helvetica, sans-serif;
- padding-left: 0.5em;
- padding-right: 0.5em;
- padding-top: 0.5ex;
- padding-bottom: 0.5ex;
- margin: 0;
+ font-family: Arial, Helvetica, sans-serif;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ padding-top: 0.5ex;
+ padding-bottom: 0.5ex;
+ margin: 0;
}
+
div.wiki-message {
- background: #fff url("images/bggranular.png");
- border: solid 1px #d8d8d8;
- padding: 6pt;
+ background: #fff url("images/bggranular.png");
+ border: solid 1px #d8d8d8;
+ padding: 6pt;
}
-.printer { display: none; }
+.printer {
+ display: none;
+}
/**
* Diff Output
*/
/* main box */
.diff {
- background: white;
- border-top: 1px solid #7c7c7c;
- border-left: 1px solid #c3c3c3;
- border-bottom: 1px solid #dddddd;
- border-right: 1px solid #c3c3c3;
+ background: white;
+ border-top: 1px solid #7c7c7c;
+ border-left: 1px solid #c3c3c3;
+ border-bottom: 1px solid #dddddd;
+ border-right: 1px solid #c3c3c3;
}
+
.diff .block {
- background: #d8d8d8;
+ background: #d8d8d8;
}
/* individual blocks */
.diff .context {
- background: white;
- border: none;
+ background: white;
+ border: none;
}
+
/* + - line prefix */
.diff .block tt.prefix {
- font-weight: normal;
- font-family: monospace;
- margin-left: -1.6em;
- color: black;
- border: none;
+ font-weight: normal;
+ font-family: monospace;
+ margin-left: -1.6em;
+ color: black;
+ border: none;
}
+
/* changed words */
-.diff ins { font-weight: bolder; }
-.diff ins { text-decoration: none; }
+.diff ins {
+ font-weight: bolder;
+}
+.diff ins {
+ text-decoration: none;
+}
+
/* blocks containing deleted or added words */
.diff .original,
.diff .deleted,
.diff .final,
.diff .added {
- background: white;
+ background: white;
}
+
/* blocks containing deleted words */
.diff .original:first-child,
.diff .deleted:first-child {
- border-top: 2px solid #f99; /* fcc */
+ border-top: 2px solid #f99; /* fcc */
}
+
.diff .original,
.diff .deleted {
- background: white;
- border-left: 2px solid #f99; /* fcc */
- border-right: 2px solid #f99; /* fcc */
+ background: white;
+ border-left: 2px solid #f99; /* fcc */
+ border-right: 2px solid #f99; /* fcc */
}
+
.diff .original:last-child,
.diff .deleted:last-child {
- border-bottom: 2px solid #f99; /* fcc */
+ border-bottom: 2px solid #f99; /* fcc */
}
+
/* blocks containing added words */
.diff .final:first-child,
.diff .added:first-child {
- border-top: 2px solid #9f9; /* cfc */
+ border-top: 2px solid #9f9; /* cfc */
}
+
.diff .final,
.diff .added {
- background: white;
- border-left: 2px solid #9f9; /* cfc */
- border-right: 2px solid #9f9; /* cfc */
+ background: white;
+ border-left: 2px solid #9f9; /* cfc */
+ border-right: 2px solid #9f9; /* cfc */
}
+
.diff .final:last-child,
.diff .added:last-child {
- border-bottom: 2px solid #9f9; /* cfc */
+ border-bottom: 2px solid #9f9; /* cfc */
}
+
/* deleted words */
-.diff del { background: #fcc; } /* f99 */
+.diff del {
+ background: #fcc;
+}
+
+/* f99 */
/* added words */
-.diff ins { background: #cfc; } /* 9f9 */
+.diff ins {
+ background: #cfc;
+}
+/* 9f9 */
/**
* PageList output
*/
.pagelist {
- font-size: smaller;
+ font-size: smaller;
}
-.pagelist tr.evenrow { background: #f8f8f8; }
-.pagelist tr.oddrow { background: #eee; }
+
+.pagelist tr.evenrow {
+ background: #f8f8f8;
+}
+
+.pagelist tr.oddrow {
+ background: #eee;
+}
+
.pagelist thead td {
- background: #e8e8e8;
- text-decoration: none;
- font-weight: bold;
+ background: #e8e8e8;
+ text-decoration: none;
+ font-weight: bold;
}
-.pagelist thead td u { text-decoration: none; }
+
+.pagelist thead td u {
+ text-decoration: none;
+}
+
/* Yellow highlight for every td of mouseover'd tr in pagelist tbody
ie mac ignores all these */
.pagelist tbody tr:hover>td {
- border: solid #ffff99 2px;
+ border: solid #ffff99 2px;
}
+
/* some browsers give wacky expanding :hover cells,
use transparent border here instead of padding change */
.pagelist tbody tr>td {
- border: solid transparent 2px;
+ border: solid transparent 2px;
}
+
th.gridbutton {
- background-color: ThreeDLightShadow;
- color: black;
- font-family: Tahoma, Arial, Helvetica, sans-serif;
- font-size: small;
- font-weight: normal;
- height: 18px;
- white-space: nowrap;
- max-height: 24px;
- padding: 5px 0 5px 0;
- margin: 5px 0;
- float: none;
- border-width: 1px;
- border-style: solid;
- border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
+ background-color: ThreeDLightShadow;
+ color: black;
+ font-family: Tahoma, Arial, Helvetica, sans-serif;
+ font-size: small;
+ font-weight: normal;
+ height: 18px;
+ white-space: nowrap;
+ max-height: 24px;
+ padding: 5px 0 5px 0;
+ margin: 5px 0;
+ float: none;
+ border-width: 1px;
+ border-style: solid;
+ border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
}
+
input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton {
- text-decoration: none;
- font-size: small;
- font-weight: normal;
- font-family: Tahoma, Arial, Helvetica, sans-serif;
- background-color: ThreeDLightShadow;
- color: black;
+ text-decoration: none;
+ font-size: small;
+ font-weight: normal;
+ font-family: Tahoma, Arial, Helvetica, sans-serif;
+ background-color: ThreeDLightShadow;
+ color: black;
}
/**
* Search
*/
-#searchholder { display: inline; }
+#searchholder {
+ display: inline;
+}
/**
* Search Results
*/
-.search-context { background: white; font-style: oblique; }
+.search-context {
+ background: white;
+ font-style: oblique;
+}
+
.search-term {
- background: #9bdaff;
- font-weight: normal;
+ background: #9bdaff;
+ font-weight: normal;
}
+
#LSResult {
- position: absolute;
- text-align: left;
- display: none;
- z-index: 100;
- background-color: white;
- border: 1px solid #d0d0d0;
- font-size: 9px;
- overflow: hidden;
+ position: absolute;
+ text-align: left;
+ display: none;
+ z-index: 100;
+ background-color: white;
+ border: 1px solid #d0d0d0;
+ font-size: 9px;
+ overflow: hidden;
}
+
#LSHighlight {
- background-color: #f08000;
+ background-color: #f08000;
}
+
#LSResult .evenrow {
- background-color: #f0f0f0;
+ background-color: #f0f0f0;
}
.clear-floats {
- clear: both;
+ clear: both;
}
dl {
- display:table;
+ display: table;
}
+
/* dotted underline each dt. use display:table to shrink width */
dt {
- display: table;
- font-weight: bold;
- vertical-align: baseline;
- margin-top: 1.25ex;
- margin-bottom: 0.25ex;
- padding-left: 0.25ex;
- padding-right: 0.25ex;
- border-bottom-style: dotted;
- border-bottom-width: 2pt;
- border-bottom-color: #9999cc;
+ display: table;
+ font-weight: bold;
+ vertical-align: baseline;
+ margin-top: 1.25ex;
+ margin-bottom: 0.25ex;
+ padding-left: 0.25ex;
+ padding-right: 0.25ex;
+ border-bottom-style: dotted;
+ border-bottom-width: 2pt;
+ border-bottom-color: #9999cc;
}
+
/* No underlines for wiki-links in dt,
we already have dotted underline */
dt a.wiki, dt a.named-wiki {
- text-decoration: none;
+ text-decoration: none;
}
+
/* No top margin for first dt */
dl>dt:first-child {
- margin-top: 0;
+ margin-top: 0;
}
+
/* underline each dd. */
/* use display:table to shrink width */
dd {
-/* overflows wide text beyond containing dl */
-/* in most browsers :( Would have been nice */
-/* display: table; */
- position: relative;
- margin-left: 3.5em;
- margin-bottom: 0.5ex;
- padding-left: 0.125em;
- padding-bottom: 0.5ex;
- padding-right: 0.125em;
- border-bottom-style: solid;
- border-bottom-width: thin;
- border-bottom-color: #9999cc;
+ /* overflows wide text beyond containing dl */
+ /* in most browsers :( Would have been nice */
+ /* display: table; */
+ position: relative;
+ margin-left: 3.5em;
+ margin-bottom: 0.5ex;
+ padding-left: 0.125em;
+ padding-bottom: 0.5ex;
+ padding-right: 0.125em;
+ border-bottom-style: solid;
+ border-bottom-width: thin;
+ border-bottom-color: #9999cc;
}
+
pre,
div.plugin code {
- color: black;
- display: block;
- background-color: #fcfcfc;
- font-size: 90%;
- line-height: 1.25em;
- margin-top: 0.25em;
- margin-left: 0;
- margin-bottom: 2ex;
- margin-right: 0;
- padding-top: 0.25em;
- padding-left: 0.5em;
- padding-bottom: 0.25em;
- padding-right: 0.5em;
- border-style: solid;
- border-width: 1px;
- border-color: #ccc;
+ color: black;
+ display: block;
+ background-color: #fcfcfc;
+ font-size: 90%;
+ line-height: 1.25em;
+ margin-top: 0.25em;
+ margin-left: 0;
+ margin-bottom: 2ex;
+ margin-right: 0;
+ padding-top: 0.25em;
+ padding-left: 0.5em;
+ padding-bottom: 0.25em;
+ padding-right: 0.5em;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #ccc;
}
+
pre {
- background: #fafafa url("images/bgpaper8.png");
+ background: #fafafa url("images/bgpaper8.png");
}
+
/* Indented wrap past diff buttons in RecentChanges */
ul li.rc-major, ul li.rc-minor {
- margin-left: 0;
- padding-left: 3em;
- text-indent: -3em;
+ margin-left: 0;
+ padding-left: 3em;
+ text-indent: -3em;
}
/**
* PageHistory, Info
*/
-td.pageinfo { font-weight: bold; }
+td.pageinfo {
+ font-weight: bold;
+}
+
.pageinfo-minoredit, .pageinfo-authorid {
- font-size: smaller;
- font-style: oblique;
+ font-size: smaller;
+ font-style: oblique;
}
/**
* Other
*/
-.printer, .no-css { display: none; }
+.printer, .no-css {
+ display: none;
+}
/* Disabled Plugins */
-.disabled-plugin
-{
- clear: both;
- margin: 1ex 0;
- padding: 0;
+.disabled-plugin {
+ clear: both;
+ margin: 1ex 0;
+ padding: 0;
}
+
.disabled-plugin .title {
- color: #400;
- background-color: inherit;
- font-size: x-small;
- text-align: right;
- padding: 0 0.5em;
+ color: #400;
+ background-color: inherit;
+ font-size: x-small;
+ text-align: right;
+ padding: 0 0.5em;
}
+
.disabled-plugin pre {
- color: black;
- background: #ddd;
- margin: 0;
- padding: 0.3ex 0.5em;
+ color: black;
+ background: #ddd;
+ margin: 0;
+ padding: 0.3ex 0.5em;
}
/* "(Redirected from ...)" message. */
span.redirectfrom {
- font-size: small;
- font-style: oblique;
- font-weight: normal;
- padding-left: 1em;
+ font-size: small;
+ font-style: oblique;
+ font-weight: normal;
+ padding-left: 1em;
}
/*
* "E-mail" style blockquote
*/
blockquote.mail-style-quote {
- border-left: medium #284 solid;
- padding-left: 1em;
- margin-left: 0;
- margin-right: 0;
+ border-left: medium #284 solid;
+ padding-left: 1em;
+ margin-left: 0;
+ margin-right: 0;
}
+
.mail-style-quote blockquote.mail-style-quote {
- margin-left: -0.6em;
+ margin-left: -0.6em;
}
/*
* wikiblog
*/
-.floatleft { float: left; }
-.floatright { float: right; }
+.floatleft {
+ float: left;
+}
+.floatright {
+ float: right;
+}
+
div.wikiblog {
- /* border: thin black solid; */
- margin: 1ex 2em;
- padding: 0 0;
+ /* border: thin black solid; */
+ margin: 1ex 2em;
+ padding: 0 0;
}
+
div.wikiblog > div {
- margin: 0 0;
- padding: 0.5ex 0.5em;
+ margin: 0 0;
+ padding: 0.5ex 0.5em;
}
+
div.wikiblog > div.wikiblog-footer {
- padding: 0.2ex 0.5em;
+ padding: 0.2ex 0.5em;
}
+
h3.wikiblog-summary {
- font-size: medium;
- font-weight: bold;
- margin: 0 0 1ex 0;
+ font-size: medium;
+ font-weight: bold;
+ margin: 0 0 1ex 0;
}
table.wikiblog-form {
- width: auto;
- border-collapse: collapse;
- margin: 0.25em 0;
+ width: auto;
+ border-collapse: collapse;
+ margin: 0.25em 0;
}
+
.wikiblog-form caption {
- caption-side: top;
- font-weight: bold;
- text-align: left;
- padding: 0.5ex 0.5em;
+ caption-side: top;
+ font-weight: bold;
+ text-align: left;
+ padding: 0.5ex 0.5em;
}
+
.wikiblog-form th {
- vertical-align: top;
- text-align: right;
- padding: 0 0 0.3em 0.5em;
+ vertical-align: top;
+ text-align: right;
+ padding: 0 0 0.3em 0.5em;
}
+
.wikiblog-form td {
- padding: 0.25em 0.5em;
+ padding: 0.25em 0.5em;
}
+
.wikiblog-form td.submit-button {
- padding: 0;
+ padding: 0;
}
+
.wikiblog-form input[type=text],
.wikiblog-form textarea {
- margin: 0 0;
- width: 100%;
+ margin: 0 0;
+ width: 100%;
}
+
div.wikicomment div.wikicomment-footer {
- padding: 0.2ex 0.5em;
+ padding: 0.2ex 0.5em;
}
+
div.wikicomment div.wikicomment-footer named-wiki {
- font-size: small;
+ font-size: small;
}
+
table.interwiki-map {
- margin: 1em 2em;
+ margin: 1em 2em;
}
+
.interwiki-map th {
- text-decoration: underline;
- text-align: left;
- padding-left: 1em;
+ text-decoration: underline;
+ text-align: left;
+ padding-left: 1em;
}
+
.interwiki-map td.interwiki-url {
- padding-left: 2em;
+ padding-left: 2em;
}
+
.interwiki-map th.interwiki-url {
- padding-left: 3em;
+ padding-left: 3em;
}
.dialog {
- background-color: #cdf;
- color: black;
- margin: 2em auto 2em auto;
- border: thin black solid;
- width: 50%;
+ background-color: #cdf;
+ color: black;
+ margin: 2em auto 2em auto;
+ border: thin black solid;
+ width: 50%;
}
+
.dialog h1, .dialog p, .dialog div {
- text-align: center;
+ text-align: center;
}
+
.dialog h1 {
- font-size: large;
- margin: 0.5em 0 1em 0;
+ font-size: large;
+ margin: 0.5em 0 1em 0;
}
+
.dialog div.message {
- background-color: white;
- color: black;
- color: black;
- margin: 0 1em;
- padding: 0.5em 0.5em;
+ background-color: white;
+ color: black;
+ color: black;
+ margin: 0 1em;
+ padding: 0.5em 0.5em;
}
+
.dialog p.buttons {
- margin: 1em 0 0.5em 0;
+ margin: 1em 0 0.5em 0;
}
/* postnuke css:*/
-.gensmall{font-size:10px}
-.genmed{font-size:11px}
-td.cat{font-weight:bold;letter-spacing:1px;color:#000000;background: url(./images/cellpic1.png);height:27px}
+.gensmall {
+ font-size: 10px
+}
+
+.genmed {
+ font-size: 11px
+}
+
+td.cat {
+ font-weight: bold;
+ letter-spacing: 1px;
+ color: #000000;
+ background: url(./images/cellpic1.png);
+ height: 27px
+}
+
/* Main table cell colours and backgrounds */
-td.row1{background:#eaedf4;color:#000000}
-td.row2{background:#d9e2ec;color:#000000}
-td.row3{background:#cad9ea;color:#000000}
-td.spacerow{background:#cad9ea;color:#000000}
+td.row1 {
+ background: #eaedf4;
+ color: #000000
+}
+td.row2 {
+ background: #d9e2ec;
+ color: #000000
+}
+
+td.row3 {
+ background: #cad9ea;
+ color: #000000
+}
+
+td.spacerow {
+ background: #cad9ea;
+ color: #000000
+}
+
/* This is the outline round the main forum tables */
-.forumline{background:#ffffff;color:#000000;border:1px solid #006699}
+.forumline {
+ background: #ffffff;
+ color: #000000;
+ border: 1px solid #006699
+}
/* Sidebar */
-.box { background:#ffffff; border: 1px solid silver }
-.box-title { font-family: Tahoma, sans-serif; font-weight: normal; background-color: #ccc; color: black; text-align: center; border: none; padding: 2px 0 2px 0;}
-.box-data { width: 160px; font-size: 9pt; font-weight: normal; border: none; }
-.box-data .wiki { font-weight: normal; }
-td.sidebar { border-spacing: 0; margin: 0;}
+.box {
+ background: #ffffff;
+ border: 1px solid silver
+}
+.box-title {
+ font-family: Tahoma, sans-serif;
+ font-weight: normal;
+ background-color: #ccc;
+ color: black;
+ text-align: center;
+ border: none;
+ padding: 2px 0 2px 0;
+}
+
+.box-data {
+ width: 160px;
+ font-size: 9pt;
+ font-weight: normal;
+ border: none;
+}
+
+.box-data .wiki {
+ font-weight: normal;
+}
+
+td.sidebar {
+ border-spacing: 0;
+ margin: 0;
+}
+
/* plugin BoxRight */
div.boxright {
- background-color: #e9fbff;
- width: 200px;
- right: 10px;
- padding: 0.5em;
- float: right;
- border: thin solid #888888;
- padding: 0.5em;
+ background-color: #e9fbff;
+ width: 200px;
+ right: 10px;
+ padding: 0.5em;
+ float: right;
+ border: thin solid #888888;
+ padding: 0.5em;
}
/* RssFeed */
-div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaa; }
-div.feed { color: #333; margin: -0.5em; margin-bottom: 0; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; }
-div.itemdesc { padding-left: 1em; }
-div.rssitem { border-top: thin dashed #aaa; }
+div.rss {
+ margin: 1em;
+ padding: 1em;
+ font-size: 0.9em;
+ background-color: #eeeeee;
+ border: thin dashed #aaa;
+}
+div.feed {
+ color: #333;
+ margin: -0.5em;
+ margin-bottom: 0;
+ padding: 0.3em;
+ font-weight: bold;
+ background-color: #f2f2f2;
+ font-size: 1.2em;
+}
+
+div.itemdesc {
+ padding-left: 1em;
+}
+
+div.rssitem {
+ border-top: thin dashed #aaa;
+}
+
/* SqlResult */
table.sqlresult {
- border: 1px outset gray;
- background: white;
- margin: 0.5ex 0.5em;
- padding: 1px;
+ border: 1px outset gray;
+ background: white;
+ margin: 0.5ex 0.5em;
+ padding: 1px;
}
-.sqlresult tr.evenrow { background: #eee; }
-.sqlresult tr.oddrow { background: white; }
+
+.sqlresult tr.evenrow {
+ background: #eee;
+}
+
+.sqlresult tr.oddrow {
+ background: white;
+}
+
table.sqlresult td {
- margin: 1px;
- border: 1px solid gray;
+ margin: 1px;
+ border: 1px solid gray;
}
/**
* TeX2png plugin
*/
img.tex {
- vertical-align: middle;
+ vertical-align: middle;
}
/**
* PhotoAlbum plugin
*/
.boldsmall {
- font-weight: bold;
- font-size: 11px;
+ font-weight: bold;
+ font-size: 11px;
}
.wikiwyg_toolbar {
@@ -788,26 +1075,26 @@
* Wiki
*/
textarea.wikiedit, input.wikitext, textarea.summary {
- background: white;
- border-top: 1px solid #7c7c7c;
- border-left: 1px solid #c3c3c3;
- border-bottom: 1px solid #dddddd;
- border-right: 1px solid #c3c3c3;
- padding-left: 0.8em;
- padding-right: 0.8em;
- padding-top: 0.5em;
- padding-bottom: 0.5em;
- margin: 0.5ex 0;
- clear: both;
+ background: white;
+ border-top: 1px solid #7c7c7c;
+ border-left: 1px solid #c3c3c3;
+ border-bottom: 1px solid #dddddd;
+ border-right: 1px solid #c3c3c3;
+ padding-left: 0.8em;
+ padding-right: 0.8em;
+ padding-top: 0.5em;
+ padding-bottom: 0.5em;
+ margin: 0.5ex 0;
+ clear: both;
}
-.toolbar , div.toolbar {
- margin : 0.5ex 0;
+.toolbar, div.toolbar {
+ margin: 0.5ex 0;
}
/* Link icons */
-img.linkicon {
- vertical-align : middle;
+img.linkicon {
+ vertical-align: middle;
}
/**
@@ -816,8 +1103,8 @@
.interwiki-map thead td,
.interwiki-moniker,
.interwiki-url {
- padding-left: 1em;
- padding-right: 1em;
+ padding-left: 1em;
+ padding-right: 1em;
}
/**
@@ -825,32 +1112,35 @@
*/
/* main box */
.diff {
- margin: 0.5ex 0;
- padding: 1px;
+ margin: 0.5ex 0;
+ padding: 1px;
}
+
.diff .block {
- padding: 0.5ex 0.5em;
+ padding: 0.5ex 0.5em;
}
+
/* blocks containing deleted or added words */
.diff .original, .diff .deleted,
.diff .final, .diff .added {
- padding: 1px;
+ padding: 1px;
}
.diff .block div {
- position: relative;
- padding-left: 1.5em;
+ position: relative;
+ padding-left: 1.5em;
}
+
.diff .prefix {
- position: absolute;
- left: 0;
- top: 0;
+ position: absolute;
+ left: 0;
+ top: 0;
}
/* deleted & added words */
.diff del, .diff ins {
- padding-left: 0.5ex;
- padding-right: 0.5ex;
+ padding-left: 0.5ex;
+ padding-right: 0.5ex;
}
/* WikicreoleTable, MediawikiTable and RichTable plugins ============== */
Modified: trunk/themes/MonoBook/IE60Fixes.css
===================================================================
--- trunk/themes/MonoBook/IE60Fixes.css 2012-10-06 10:28:33 UTC (rev 8398)
+++ trunk/themes/MonoBook/IE60Fixes.css 2012-10-06 11:05:48 UTC (rev 8399)
@@ -6,25 +6,33 @@
margin-left: 0;
height: 1%;
}
+
#column-content #content {
margin-left: 12.2em;
margin-top: 3em;
height: 1%;
}
+
#column-one {
position: absolute;
z-index: 4;
top: 0;
left: 0;
}
+
#footer {
margin-left: 13.6em;
border-left: 1px solid #fabd23;
}
-body { font-size: 80%;}
-tt { font-size: 110%; }
+body {
+ font-size: 80%;
+}
+tt {
+ font-size: 110%;
+}
+
/* the tabs */
#p-cactions {
@@ -38,6 +46,7 @@
cursor: default;
float: none !important;
}
+
#p-cactions li a {
display: inline-block !important;
vertical-align: top;
@@ -45,20 +54,25 @@
border: solid #aaa;
border-width: 1px 1px 0;
}
+
#p-cactions li.selected a {
border-color: #fabd23;
padding-bottom: 0.17em !important;
}
+
#p-cactions li a:hover {
padding-bottom: 0.17em;
}
+
#p-navigation a {
display: inline-block;
width: 100%;
}
+
#portal-personaltools {
padding-bottom: 0.1em;
}
+
#bodyContent a.external {
background: url(images/external.png) center right no-repeat;
padding-right: 13px;
@@ -69,10 +83,12 @@
#p-logo a:hover {
cursor: pointer;
}
+
div.visualClear {
- width:100%;
+ width: 100%;
line-height: 0;
}
+
textarea {
width: 96%;
}
@@ -85,10 +101,11 @@
}
span.rateit {
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- line-height: 1em;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ line-height: 1em;
}
+
div#rateit-widget-top {
- top: 38px;
+ top: 38px;
}
Modified: trunk/themes/MonoBook/IE70Fixes.css
===================================================================
--- trunk/themes/MonoBook/IE70Fixes.css 2012-10-06 10:28:33 UTC (rev 8398)
+++ trunk/themes/MonoBook/IE70Fixes.css 2012-10-06 11:05:48 UTC (rev 8399)
@@ -15,6 +15,7 @@
*/
padding-top: 0;
}
+
.rtl #column-one #p-navigation {
margin-top: 160px;
}
@@ -40,23 +41,29 @@
border: solid #aaa;
border-width: 1px 1px 0;
}
+
#p-cactions li.selected a {
border-color: #fabd23;
padding-bottom: 0.17em !important;
}
+
#p-cactions li a:hover {
padding-bottom: 0.17em !important;
}
+
#p-navigation a {
display: inline-block;
width: 100%;
}
+
#portal-personaltools {
padding-bottom: 0.1em;
}
+
textarea {
width: 96%;
}
+
tt {
font-size: 110%;
}
Modified: trunk/themes/MonoBook/commonPrint.css
===================================================================
--- trunk/themes/MonoBook/commonPrint.css 2012-10-06 10:28:33 UTC (rev 8398)
+++ trunk/themes/MonoBook/commonPrint.css 2012-10-06 11:05:48 UTC (rev 8399)
@@ -7,49 +7,54 @@
*/
@page {
- size: A4 portrait;
- margin: 17mm 10mm 17mm 10mm;
+ size: A4 portrait;
+ margin: 17mm 10mm 17mm 10mm;
}
h1 {
- string-set: header content();
+ string-set: header content();
}
@page :left {
- @top-left {
+
+@top-left {
content: "Phpwiki";
}
- @top-right {
+@top-right {
content: string(header);
}
- @bottom-left {
+@bottom-left {
content: "Page " counter(page) " of " counter(pages);
}
-}
+ }
@page :right {
- @top-left {
+
+@top-left {
content: string(header);
}
- @top-right {
+@top-right {
content: "Phpwiki";
}
- @bottom-right {
+@bottom-right {
content: "Page " counter(page) " of " counter(pages);
}
-}
+ }
@page :first {
- @top-right {
+
+@top-right {
content: normal;
}
- @top-left {
+@top-left {
content: normal;
}
+ }
+
+h1, h2, h3, h4, h5, h6 {
+ page-break-after: avoid;
}
-h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
-
/* Do not cut tables with class "nobreak" */
table.nobreak {
@@ -58,20 +63,26 @@
/* Thanks to A List Apart (http://alistapart.com/) for useful extras */
a.stub,
-a.new{ color:#ba0000; text-decoration:none; }
+a.new {
+ color: #ba0000;
+ text-decoration: none;
+}
.toc,
#toc {
- border:1px solid #aaaaaa;
- background-color:#f9f9f9;
- padding:5px;
+ border: 1px solid #aaaaaa;
+ background-color: #f9f9f9;
+ padding: 5px;
}
+
.tocindent {
margin-left: 2em;
}
+
.tocline {
margin-bottom: 0;
}
+
.toctoggle, .editsection {
font-size: smaller;
}
@@ -84,59 +95,76 @@
div.floatright {
float: right;
margin: 0;
- position:relative;
+ position: relative;
border: 0.5em solid White;
border-width: 0.5em 0 0.8em 1.4em;
}
-div.floatright p { font-style: italic;}
+
+div.floatright p {
+ font-style: italic;
+}
+
div.floatleft {
float: left;
margin: 0.3em 0.5em 0.5em 0;
- position:relative;
+ position: relative;
border: 0.5em solid White;
border-width: 0.5em 1.4em 0.8em 0;
}
-div.floatleft p { font-style: italic; }
+
+div.floatleft p {
+ font-style: italic;
+}
+
/* thumbnails */
div.thumb {
margin-bottom: 0.5em;
- border-style: solid; border-color: White;
+ border-style: solid;
+ border-color: White;
width: auto;
}
+
div.thumb div {
- border:1px solid #cccccc;
+ border: 1px solid #cccccc;
padding: 3px !important;
- background-color:#f9f9f9;
+ background-color: #f9f9f9;
font-size: 94%;
text-align: center;
}
+
div.thumb div a img {
- border:1px solid #cccccc;
+ border: 1px solid #cccccc;
}
+
div.thumb div div.thumbcaption {
border: none;
text-align: left;
padding: 0.3em 0 0.1em 0;
}
-div.magnify { display: none; }
+
+div.magnify {
+ display: none;
+}
+
div.tright {
float: right;
border-width: 0.5em 0 0.8em 1.4em;
}
+
div.tleft {
float: left;
- margin-right:0.5em;
+ margin-right: 0.5em;
border-width: 0.5em 1.4em 0.8em 0;
}
/* table standards */
table.rimage {
- float:right;
- width:1pt;
- position:relative;
- margin-left:1em;
- margin-bottom:1em;
- text-align:center;
+ float: right;
+ width: 1pt;
+ position: relative;
+ margin-left: 1em;
+ margin-bottom: 1em;
+ text-align: center;
}
body {
@@ -181,12 +209,12 @@
margin: 0 ! important;
text-align: left;
}
+
#footer {
border: 1px solid black;
}
-h1, h2, h3, h4, h5, h6
-{
+h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
@@ -219,6 +247,7 @@
background-color: transparent;
text-decoration: underline;
}
+
/*
#content a:link:after,
#content a:visited:after {
@@ -238,6 +267,7 @@
padding: 1em;
margin: 0 !important;
}
+
/* MSIE/Win doesn't understand 'inherit' */
a, a.external, a.new, a.stub {
color: black ! important;
@@ -250,32 +280,34 @@
text-decoration: inherit ! important;
}
-
/* Show some stuff */
.urlexpansion {
display: inline ! important;
}
div.townBox {
- position:relative;
- float:right;
- background:white;
- margin-left:1em;
+ position: relative;
+ float: right;
+ background: white;
+ margin-left: 1em;
border: 1px solid gray;
- padding:0.3em;
+ padding: 0.3em;
width: 200px;
overflow: hidden;
clear: right;
}
+
div.townBox dl {
padding: 0;
margin: 0 0 0.3em 0;
font-size: 96%;
}
+
div.townBox dl dt {
background: none;
margin: 0.4em 0 0 0;
}
+
div.townBox dl dd {
margin: 0.1em 0 0 1.1em;
background-color: #f3f3f3;
Modified: trunk/themes/MonoBook/main.css
===================================================================
--- trunk/themes/MonoBook/main.css 2012-10-06 10:28:33 UTC (rev 8398)
+++ trunk/themes/MonoBook/main.css 2012-10-06 11:05:48 UTC (rev 8399)
@@ -18,6 +18,7 @@
padding: 0;
height: 1%;
}
+
#content {
position: relative;
z-index: 2;
@@ -29,6 +30,7 @@
border-right: none;
line-height: 1.5em;
}
+
#column-one {
position: absolute;
/*z-index: 3;*/
@@ -36,6 +38,7 @@
top: 0;
left: 0;
}
+
/* the left column width is specified in class .portlet */
/* Font size:
@@ -59,6 +62,7 @@
margin: 0;
padding: 0;
}
+
.visualClear {
clear: both;
}
@@ -66,34 +70,42 @@
/* general styles */
table {
- font-size: 100%;
+ font-size: 100%;
color: black;
}
+
a {
text-decoration: none;
color: #002bb8;
background-image: none;
}
+
a:visited {
color: #5a3696;
}
+
a:active {
color: #faa700;
}
+
a:hover {
text-decoration: underline;
}
+
a.stub {
color: #772233;
}
+
img {
border: 0;
vertical-align: middle;
}
+
p {
margin: .4em 0 .5em 0;
line-height: 1.5em;
}
+
p img {
margin: 0;
}
@@ -116,42 +128,70 @@
padding-bottom: 0.17em;
border-bottom: 1px solid #aaa;
}
-h1 { font-size: 188%; }
-h2 { font-size: 150%; }
-h3 { font-size: 132%; }
-h4 { font-size: 116%; }
-h5 { font-size: 100%; }
-h6 { font-size: 80%; }
+
+h1 {
+ font-size: 188%;
+}
+
+h2 {
+ font-size: 150%;
+}
+
+h3 {
+ font-size: 132%;
+}
+
+h4 {
+ font-size: 116%;
+}
+
+h5 {
+ font-size: 100%;
+}
+
+h6 {
+ font-size: 80%;
+}
+
h4, h5, h6 {
border-bottom: none;
font-weight: normal;
}
/* Because in some cases there is a <p> in nested lists */
-li p { margin:0; }
+li p {
+ margin: 0;
+}
ul {
line-height: 1.5em;
list-style-type: square;
margin: 0.3em 0 0 1.5em;
- padding:0;
+ padding: 0;
list-style-image: url("images/bullet.png");
}
+
ol {
line-height: 1.5em;
margin: 0.3em 0 0 3.2em;
- padding:0;
+ padding: 0;
list-style-image: none;
}
-li { margin-bottom: 0.1em; }
+
+li {
+ margin-bottom: 0.1em;
+}
+
dt {
- font-weight: bold;
+ font-weight: bold;
margin-bottom: .1em;
}
+
dl {
margin-top: .2em;
margin-bottom: .5em;
}
+
dd {
line-height: 1.5em;
margin-left: 2em;
@@ -164,11 +204,13 @@
padding: 0 1em 1em 1em;
line-height: 1.5em;
}
+
legend {
/*background: white;*/
padding: 0.5em;
font-size: 95%;
}
+
form {
border: none;
margin: 0;
@@ -186,19 +228,23 @@
height: 1.7em !important;
margin-left: 1.6em;
}
+
select {
vertical-align: top;
}
+
abbr, acronym, .explain {
border-bottom: 1px dotted black;
color: black;
background-image: none;
cursor: help;
}
+
q {
font-family: Times, "Times New Roman", serif;
font-style: italic;
}
+
/* disabled for now
blockquote {
font-family: Times, "Times New Roman", serif;
@@ -207,6 +253,7 @@
code {
background-color: #f9f9f9;
}
+
pre {
padding: 1em;
border: 1px dashed #2f6fab;
@@ -217,29 +264,52 @@
/* generic classes ----------------------------------------------- */
-.tt { font-family: monospace; }
-.strike { text-decoration:line-through; }
+.tt {
+ font-family: monospace;
+}
-.align-left {text-align: left;}
-.align-right {text-align: right;}
-.align-center {text-align: center;}
-
-.top {vertical-align: top;}
+.strike {
+ text-decoration: line-through;
+}
-.nowrap {white-space: nowrap;}
+.align-left {
+ text-align: left;
+}
-.fullwidth { width: 100%; }
+.align-right {
+ text-align: right;
+}
+.align-center {
+ text-align: center;
+}
+
+.top {
+ vertical-align: top;
+}
+
+.nowrap {
+ white-space: nowrap;
+}
+
+.fullwidth {
+ width: 100%;
+}
+
/* --------------------------------------------------------------- */
/*
** the main content area
*/
-#siteSub { display: none; }
+#siteSub {
+ display: none;
+}
+
#jump-to-nav {
display: none;
}
+
#contentSub {
font-size: 84%;
line-height: 1.2em;
@@ -247,17 +317,24 @@
color: #7d7d7d;
width: auto;
}
-span.subpages { display: block; }
+span.subpages {
+ display: block;
+}
+
/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 {
margin-bottom: .6em;
}
+
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
margin-bottom: .3em;
}
-.firstHeading { margin-bottom:0.1em; }
+.firstHeading {
+ margin-bottom: 0.1em;
+}
+
/* user notification thing */
.usermessage {
background-color: #ffce7b;
@@ -268,15 +345,18 @@
padding: .5em 1em;
vertical-align: middle;
}
+
#siteNotice {
text-align: center;
font-size: 95%;
padding: 0 .9em;
}
+
#siteNotice p {
margin: 0;
padding: 0;
}
+
.errorbox, .successbox {
font-size: larger;
border: 2px solid;
@@ -285,14 +365,17 @@
margin-bottom: 2em;
color: #000;
}
+
.errorbox {
border-color: red;
background-color: #fff2f2;
}
+
.successbox {
border-color: green;
background-color: #dfd;
}
+
.errorbox h2, .successbox h2 {
font-size: 1em;
font-weight: bold;
@@ -308,6 +391,7 @@
margin-top: 1em;
clear: both;
}
+
/* currently unused, intended to be used by a metadata box
in the bottom-right corner of the content area */
.documentDescription {
@@ -317,6 +401,7 @@
margin: 1em 0;
line-height: 1.5em;
}
+
.documentByLine {
text-align: right;
font-size: 90%;
@@ -330,14 +415,17 @@
width: 100%;
text-align: center;
}
+
*.center * {
margin-left: auto;
margin-right: auto;
}
+
/* small for tables and similar */
.small, .small * {
font-size: 94%;
}
+
table.small {
font-size: 100%;
}
@@ -347,14 +435,15 @@
*/
#toc,
.toc {
- width: 200px;
+ width: 200px;
border: 1px solid #aaa;
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
- float: right;
- clear: right;
+ float: right;
+ clear: right;
}
+
#toc #toctitle,
.toc .toctitle,
.toc #toctitle {
@@ -364,21 +453,25 @@
font-size: 110%;
font-weight: bold;
}
+
.toc .toclist,
.toc #toclist {
width: auto;
border: none;
}
+
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
text-align: center;
}
+
#toc p,
.toc p {
- margin: 0;
+ margin: 0;
}
+
#toc ul,
.toc ul {
width: auto;
@@ -390,10 +483,12 @@
margin-left: 5px;
padding-left: 5px;
}
+
#toc ul ul,
.toc ul ul {
margin: 0 0 0 2em;
}
+
#toc .toctoggle,
.toc .toctoggle {
font-size: 94%;
@@ -405,6 +500,7 @@
padding: 5px;
font-size: 95%;
}
+
.mw-warning {
margin-left: 50px;
margin-right: 50px;
@@ -419,14 +515,22 @@
margin: 0 0 .5em .5em;
border: 0;
}
-div.floatright p { font-style: italic; }
+
+div.floatright p {
+ font-style: italic;
+}
+
div.floatleft, table.floatleft {
float: left;
position: relative;
margin: 0 .5em .5em 0;
border: 0;
}
-div.floatleft p { font-style: italic; }
+
+div.floatleft p {
+ font-style: italic;
+}
+
/* thumbnails */
div.thumb {
margin-bottom: .5em;
@@ -434,6 +538,7 @@
border-color: white;
width: auto;
}
+
div.thumb div {
border: 1px solid #ccc;
padding: 3px !important;
@@ -442,30 +547,36 @@
text-align: center;
overflow: hidden;
}
+
div.thumb div a img {
border: 1px solid #ccc;
}
+
div.thumb div div.thumbcaption {
border: none;
text-align: left;
line-height: 1.4em;
padding: .3em 0 .1em 0;
}
+
div.magnify {
float: right;
border-style: none !important;
background: none !important;
}
+
div.magnify a, div.magnify img {
display: block;
border-style: none !important;
background: none !important;
}
+
div.tright {
clear: right;
float: right;
border-width: .5em 0 .8em 1.4em;
}
+
div.tleft {
float: left;
margin-right: .5em;
@@ -476,9 +587,11 @@
display: none;
speak: none;
}
+
img.tex {
vertical-align: middle;
}
+
span.texhtml {
font-family: serif;
}
@@ -499,12 +612,14 @@
margin-bottom: 1em;
text-align: center;
}
+
.toccolours {
border: 1px solid #aaa;
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
}
+
div.townBox {
position: relative;
float: right;
@@ -516,15 +631,18 @@
overflow: hidden;
clear: right;
}
+
div.townBox dl {
padding: 0;
margin: 0 0 .3em;
font-size: 96%;
}
+
div.townBox dl dt {
background-image: none;
margin: .4em 0 0;
}
+
div.townBox dl dd {
margin: .1em 0 0 1.1em;
background-color: #f3f3f3;
@@ -545,9 +663,10 @@
.pageinfo-majoredit {
font-weight: normal; /*bold;*/
}
+
.wiki-summary {
- font-size: 94%;
- font-style: italic;
+ font-size: 94%;
+ font-style: italic;
}
/* Page history styling */
@@ -555,16 +674,20 @@
.autocomment {
color: gray;
}
+
#pagehistory span.user {
margin-left: 1.4em;
margin-right: .4em;
}
+
#pagehistory span.minor {
font-weight: bold;
}
+
#pagehistory li {
border: 1px solid white;
}
+
#pagehistory li.selected {
background-color: #f9f9f9;
border: 1px dashed #aaa;
@@ -576,18 +699,22 @@
table.diff, td.diff-otitle, td.diff-ntitle {
background-color: white;
}
+
td.diff-addedline {
background-color: #cfc;
font-size: smaller;
}
+
td.diff-deletedline {
background-color: #ffa;
font-size: smaller;
}
+
td.diff-context {
background-color: #eee;
font-size: smaller;
}
+
span.diffchange {
color: red;
font-weight: bold;
@@ -598,21 +725,22 @@
*/
/* main box */
.diff {
- margin-top: 1ex;
+ margin-top: 1ex;
margin-bottom: 0.5ex;
background-color: white;
color: black;
border-top: 1px solid #494f5d;
- border-left: 1px solid #494f5d;
- border-bottom: 1px solid #c6d2de;
+ border-left: 1px solid #494f5d;
+ border-bottom: 1px solid #c6d2de;
border-right: 1px solid #c6d2de;
- padding-top: 1px;
+ padding-top: 1px;
padding-bottom: 1px;
- padding-left: .125em;
+ padding-left: .125em;
padding-right: .125em;
padding: 0;
clear: both;
}
+
.diff .block {
background-color: #ddd;
padding-left: 1em;
@@ -623,21 +751,23 @@
background-color: white;
border: none;
}
+
/* entire difftextblock */
.difftext {
- margin-top: 0;
+ margin-top: 0;
margin-bottom: 0;
background-color: white;
- border-top: 1px #e8e6df solid;
+ border-top: 1px #e8e6df solid;
border-left: 1px #e8e6df solid;
border-bottom: 1px #d2d2d2 solid;
- border-right: 1px #b2b2b2 solid;
- padding-left: 0;
+ border-right: 1px #b2b2b2 solid;
+ padding-left: 0;
padding-right: 0;
- padding-top: 0;
+ padding-top: 0;
padding-bottom: 0;
clear: both;
}
+
/* + - line prefix */
.diff .block tt {
font-weight: normal;
@@ -646,6 +776,7 @@
margin-left: 0;
border: none;
}
+
/* changed words */
.diff del, .diff ins {
font-weight: bold;
@@ -657,11 +788,13 @@
.diff .final, .diff .added {
background-color: white;
}
+
/* blocks containing deleted words */
.diff .original, .diff .deleted {
background-color: #fcc;
border: none;
}
+
/* blocks containing added words */
.diff .final, .diff .added {
background-color: #cfc;
@@ -669,26 +802,60 @@
}
/* deleted words */
-.diff del { background-color: #f99; }
+.diff del {
+ background-color: #f99;
+}
+
/* added words */
-.diff ins { background-color: #9f9; }
+.diff ins {
+ background-color: #9f9;
+}
/**
* PageHistory, Info
*/
-td.pageinfo { font-weight: bold; }
+td.pageinfo {
+ font-weight: bold;
+}
+
.pageinfo-minoredit, .pageinfo-authorid {
font-size: smaller;
font-style: oblique;
}
/* RssFeed */
-div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaaaaa; }
-div.feed { color: #333; margin: -0.5em; margin-bottom: 0; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; }
-div.itemdesc { padding-left: 1em; }
-div.rssitem { border-top: thin dashed #aaaaaa; }
-a.rssicon { font-weight:normal; font-size:small; vertical-align:middle; }
+div.rss {
+ margin: 1em;
+ padding: 1em;
+ font-size: 0.9em;
+ background-color: #eeeeee;
+ border: thin dashed #aaaaaa;
+}
+div.feed {
+ color: #333;
+ margin: -0.5em;
+ margin-bottom: 0;
+ padding: 0.3em;
+ font-weight: bold;
+ background-color: #f2f2f2;
+ font-size: 1.2em;
+}
+
+div.itemdesc {
+ padding-left: 1em;
+}
+
+div.rssitem {
+ border-top: thin dashed #aaaaaa;
+}
+
+a.rssicon {
+ font-weight: normal;
+ font-size: small;
+ vertical-align: middle;
+}
+
/**
* Calendar plugin
*/
@@ -708,15 +875,23 @@
}
/* Month-name header */
-table.cal-header { font-size: larger; }
-table.cal-header tr, table.cal-header td { text-align: center; }
+table.cal-header {
+ font-size: larger;
+}
+
+table.cal-header tr, table.cal-header td {
+ text-align: center;
+}
+
.cal-arrow {
font-weight: bold;
text-decoration: none;
}
/* Day-names header */
-table.cal tbody tr .cal-dayname { }
+table.cal tbody tr .cal-dayname {
+}
+
.cal-dayname td {
text-align: center;
font-size: smaller;
@@ -724,17 +899,21 @@
}
/* Individual days */
-a.cal-hide { text-decoration: none; }
+a.cal-hide {
+ text-decoration: none;
+}
/* Today */
- /* cell */
+/* cell */
table.cal td.cal-today {
margin: 1px;
border: 1px solid gray;
}
- /* text */
-table.cal td.cal-today a.cal-hide { }
+/* text */
+table.cal td.cal-today a.cal-hide {
+}
+
/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
@@ -744,30 +923,36 @@
background: url("images/url.png") center right no-repeat;
padding-right: 13px;
}
+
#bodyContent a[href ^="https://"],
.link-https {
background: url("images/lock_icon.png") center right no-repeat;
padding-right: 16px;
}
+
#bodyContent a[href ^="mailto:"],
.link-mailto {
background: url("images/mail_icon.png") center right no-repeat;
padding-right: 18px;
}
+
#bodyContent a[href ^="news://"] {
background: url("images/news_icon.png") center right no-repeat;
padding-right: 18px;
}
+
#bodyContent a[href ^="ftp://"],
.link-ftp {
background: url("images/file_icon.png") center right no-repeat;
padding-right: 18px;
}
+
#bodyContent a[href ^="irc://"],
.link-irc {
- background: url("images/discussionitem_icon.png") center right no-repeat;
+ background: url("images/discussionitem_icon.png") center right no-repeat;
padding-right: 18px;
}
+
/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
@@ -775,15 +960,18 @@
background-image: none;
padding: 0;
}
+
#bodyContent a.external {
color: #36b;
}
+
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
background: none !important;
padding: 0 !important;
}
+
/*
** Structural Elements
*/
@@ -799,11 +987,13 @@
width: 11.6em;
overflow: hidden;
}
+
.portlet h4 {
font-size: 95%;
font-weight: normal;
white-space: nowrap;
}
+
.portlet h5 {
background-color: transparent;
padding: 0 1em 0 0.5em;
@@ -814,6 +1004,7 @@
font-weight: normal;
white-space: nowrap;
}
+
.portlet h6 {
background-color: #ffae2e;
border: 1px solid #2f6fab;
@@ -826,6 +1017,7 @@
font-weight: normal;
white-space: nowrap;
}
+
.pBody {
font-size: 95%;
background-color: white;
@@ -834,6 +1026,7 @@
border: 1px solid #aaa;
padding: 0 .8em .3em .5em;
}
+
.portlet h1,
.portlet h2,
.portlet h3,
@@ -841,14 +1034,16 @@
margin: 0;
padding: 0;
}
+
.portlet ul {
line-height: 1.5em;
list-style-type: square;
list-style-image: url("images/bullet.png");
- font-size:95%;
+ font-size: 95%;
}
+
.portlet li {
- padding:0;
+ padding: 0;
margin: 0 0 0 0;
margin-bottom: 0;
}
@@ -867,9 +1062,11 @@
width: 12em;
overflow: visible;
}
+
#p-logo h5 {
display: none;
}
+
#p-logo a,
#p-logo a:hover {
display: block;
@@ -879,11 +1076,12 @@
background-position: 35% 50% !important;
text-decoration: none;
}
+
/* At the right we put a small "wiki star" */
#img-logo-right {
position: absolute;
z-index: 4;
- top: 0;
+ top: 0;
right: 0;
height: 86px;
width: 86px;
@@ -900,6 +1098,7 @@
position: relative;
z-index: 3;
}
+
#p-navigation .pBody {
padding-right: 0;
}
@@ -914,27 +1113,29 @@
font-weight: bold;
}
-
/*
** Search portlet
*/
#p-search {
- position:relative;
+ position: relative;
z-index: 3;
}
+
input.searchButton {
- margin-top:1px;
+ margin-top: 1px;
padding: 0 0.4em !important;
font-size: 95%;
cursor: pointer;
background-color: White;
border: 1px solid #2f6fab;
}
+
#searchGoButton {
padding-left: .5em;
padding-right: .5em;
font-weight: bold;
}
+
/*#searchInput, */
#livesearch, #p-search input.dropdown {
text-align: left;
@@ -942,6 +1143,7 @@
/*margin: 0;*/
font-size: 95%;
}
+
#p-search .pBody {
padding: .5em .4em .4em .4em;
text-align: center;
@@ -952,14 +1154,14 @@
*/
#p-personal {
- position:absolute;
+ position: absolute;
z-index: 4;
- width:40em;
- white-space:nowrap;
- padding:0 0 0 0;
- margin:0;
+ width: 40em;
+ white-space: nowrap;
+ padding: 0 0 0 0;
+ margin: 0;
right: 90px;
- top:0.1em;
+ top: 0.1em;
border: none;
overflow: visible;
color: black;
@@ Diff output truncated at 100000 characters. @@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|