|
From: <var...@us...> - 2017-10-10 14:37:23
|
Revision: 10045
http://sourceforge.net/p/phpwiki/code/10045
Author: vargenau
Date: 2017-10-10 14:37:20 +0000 (Tue, 10 Oct 2017)
Log Message:
-----------
Clean up CSS
Modified Paths:
--------------
trunk/themes/Crao/crao.css
trunk/themes/MacOSX/MacOSX.css
trunk/themes/MonoBook/monobook.css
trunk/themes/Sidebar/sidebar.css
trunk/themes/SpaceWiki/SpaceWiki.css
trunk/themes/Wordpress/Wordpress.css
trunk/themes/blog/Kubrick.css
trunk/themes/default/phpwiki-modern.css
trunk/themes/default/phpwiki.css
trunk/themes/fusionforge/fusionforge.css
trunk/themes/shamino_com/shamino_com.css
trunk/themes/smaller/phpwiki.css
trunk/themes/wikilens/wikilens.css
Modified: trunk/themes/Crao/crao.css
===================================================================
--- trunk/themes/Crao/crao.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/Crao/crao.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -7,12 +7,12 @@
/*
******************************
- *****GENERIK
+ *****GENERIC
******************************
*/
body {
- background-color: #ccc; /* MODIFY-color */
+ background-color: #ccc;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 14px;
@@ -34,34 +34,22 @@
empty-cells: show;
}
-a:link, a {
- /* MODIFY-TXT */
+a, a:link, a:visited {
color: #33c;
text-decoration: underline;
background-color: transparent;
}
-a:visited {
- /* MODIFY-TXT */
- color: #33c;
- text-decoration: underline;
- background-color: transparent;
-}
-
a:hover {
- /* MODIFY-TXT */
color: #03f;
text-decoration: underline;
background-color: transparent;
}
-a.wiki, a.wikiadmin, a.named-wiki {
-}
-
hr {
- background-color: #ccc; /* MODIFY-color */
+ background-color: #ccc;
height: 1px;
- border: 1px solid #ccc; /* MODIFY-color */
+ border: 1px solid #ccc;
}
div.wikitext pre {
@@ -128,7 +116,7 @@
/*
******************************
- *****LISTES
+ *****LISTS
******************************
*/
ul {
@@ -152,9 +140,9 @@
li.rc-major {
list-style: none;
display: block;
- background-color: #fff; /* MODIFY-color */
+ background-color: #fff;
margin: 6px 0;
- border: 1px #666 dashed; /* MODIFY-color */
+ border: 1px #666 dashed;
padding: 0.5ex;
}
@@ -185,8 +173,6 @@
li a.wiki-rc-action {
border: 0;
- /*border-left: 1.2em solid #FC0;*/
- /*la puce de dernieres modifs*/
}
li.rc-major a.wiki {
@@ -219,11 +205,10 @@
******************************
*/
#header {
- background-color: #333; /* MODIFY-color */
+ background-color: #333;
}
#logo {
- /* MODIFY-TXT */
color: #ccc;
display: inline;
margin-top: 0;
@@ -313,8 +298,8 @@
margin-left: 7%;
margin-right: 7%;
margin-bottom: 7%;
- background-color: #f2f2f2; /* MODIFY-color */
- border: 1px #999 solid; /* MODIFY-color */
+ background-color: #f2f2f2;
+ border: 1px #999 solid;
padding-left: 2em;
padding-right: 15px;
padding-top: 15px;
@@ -321,7 +306,7 @@
padding-bottom: 0.5ex;
}
-/* titre */
+/* title */
div.boxtitrehead {
}
@@ -337,7 +322,7 @@
blockquote.mail-style-quote {
margin: 0;
margin-bottom: 1em;
- border: 1px solid #FF9933; /* MODIFY-color */
+ border: 1px solid #FF9933;
padding: 0.5em;
}
@@ -346,7 +331,7 @@
margin-bottom: 0;
background-color: transparent;
border-style: none;
- border-left: 2px solid #FF9933; /* MODIFY-color */
+ border-left: 2px solid #FF9933;
padding: 0;
padding-left: 0.5em;
}
@@ -367,8 +352,8 @@
div.toolbar {
display: block;
- background-color: #f2f2f2; /* MODIFY-color */
- border: 1px #666 solid; /* MODIFY-color */
+ background-color: #f2f2f2;
+ border: 1px #666 solid;
margin: 2% 7%;
}
@@ -400,7 +385,6 @@
}
#navbuttons a:link, #navbuttons a {
- /* MODIFY-TXT */
font-weight: bold;
padding-left: 1ex;
padding-right: 1ex;
@@ -419,7 +403,6 @@
******************************
*/
#signin {
- /* MODIFY-TXT */
width: auto;
text-align: right;
padding-right: 10px;
@@ -429,7 +412,6 @@
}
#signin form {
- /* MODIFY-TXT */
text-align: center;
padding: 1px;
margin: 0;
@@ -437,7 +419,6 @@
}
#signin input {
- /* MODIFY-TXT */
padding: 0;
padding-left: 3px;
margin: 0;
@@ -453,7 +434,6 @@
}
#signin a.wiki {
- /* MODIFY-TXT */
color: #FFF;
background-color: transparent;
}
@@ -466,7 +446,6 @@
#search {
font-size: 12px;
margin: 5px 10px 5px 10px;
- /*padding-right: 10px;*/
float: right;
}
@@ -539,8 +518,6 @@
* The div inside the wikiadmin upload form does not
* 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;
@@ -586,7 +563,7 @@
.wikiunsafe {
color: #000;
- background-color: #f2f2f2; /* MODIFY-color */
+ background-color: #f2f2f2;
}
input.wikiadmin {
@@ -596,7 +573,7 @@
/*
******************************
- *****DIVERS-LINK
+ *****LINK
******************************
*/
@@ -610,7 +587,7 @@
/* QuestionMark #600 */
.wikiunknown a, .named-wikiunknown a {
color: #FFFFFF;
- background-color: #000000; /* MODIFY-color */
+ background-color: #000000;
text-decoration: none;
font-weight: normal;
font-size: 1em;
@@ -656,7 +633,6 @@
}
h1 {
- /* MODIFY-TXT */
margin-top: 10px;
background-color: transparent;
color: #555;
@@ -663,31 +639,26 @@
}
h1 a.backlinks {
- /* MODIFY-TXT */
color: #777;
text-decoration: none;
}
h1 a.wiki {
- /* MODIFY-TXT */
color: #777;
text-decoration: none;
}
h1 a.pagetitle {
- /* MODIFY-TXT */
color: #555;
text-decoration: none;
}
h1 a:hover {
- /* MODIFY-TXT */
color: #888;
text-decoration: underline;
}
h4, h5, h6 {
- /* MODIFY-TXT */
margin-bottom: 0;
background-color: transparent;
color: #111;
@@ -751,8 +722,8 @@
}
.pagelist {
- background-color: white; /* MODIFY-color */
- border: 1px #333 dashed; /* MODIFY-color */
+ background-color: white;
+ border: 1px #333 dashed;
}
@@ -804,7 +775,7 @@
#revision {
font-size: 10px;
text-align: right;
- background-color: #f2f2f2; /* MODIFY-color */
+ background-color: #f2f2f2;
/* "paper" borders */
padding-left: 2em;
padding-right: 1em;
@@ -922,7 +893,7 @@
}
.transclusion {
- border: 1px solid gray; /* MODIFY-color */
+ border: 1px solid gray;
padding-left: 0.8em;
padding-right: 0.8em;
padding-top: 0;
@@ -934,7 +905,7 @@
.wiki-edithelp {
background-color: white;
- border: medium solid #fff8dc; /* MODIFY-color */
+ border: medium solid #fff8dc;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.75ex;
@@ -945,10 +916,6 @@
margin-bottom: 1ex;
}
-.wiki-edithelp .wiki {
- /* color: #5454ff;*/
-}
-
.wiki-edithelp p {
font-family: Verdana, Helvetica, Arial, sans-serif;
padding-left: 0.5em;
@@ -968,7 +935,7 @@
float: right;
font-size: 10px;
border: 1px solid #333;
- background-color: #ccc; /* MODIFY-color */
+ background-color: #ccc;
margin: 10px;
padding: 1px;
/* For Mozilla */
@@ -982,9 +949,8 @@
/* Month-name header */
table.cal-header {
- /* MODIFY-TXT */
font-size: larger;
- background-color: #333; /* MODIFY-color */
+ background-color: #333;
color: #f2f2f2;
}
@@ -993,7 +959,6 @@
}
.cal-arrow {
- /* MODIFY-TXT */
font-weight: bold;
text-decoration: none;
color: #fff;
@@ -1000,7 +965,6 @@
}
a.cal-arrow {
- /* MODIFY-TXT */
color: #fff;
}
@@ -1012,7 +976,7 @@
text-align: center;
font-size: smaller;
text-decoration: none;
- background-color: #f2f2f2; /* MODIFY-color */
+ background-color: #f2f2f2;
}
/* Individual days */
@@ -1025,9 +989,9 @@
/* cell */
table.cal td.cal-today {
margin: 1px;
- border: 1px solid #333; /* MODIFY-color */
+ border: 1px solid #333;
color: #000;
- background-color: #f2f2f2; /* MODIFY-color */
+ background-color: #f2f2f2;
}
/* text */
@@ -1146,7 +1110,6 @@
background-color: #eeeeee;
font-size: smaller;
margin-left: 5em;
- /* padding: -0.5em 0 -0.5em; */
border: thin solid #aaaaaa;
}
@@ -1159,7 +1122,6 @@
#clear {
clear: both;
margin: 0;
- margin-top: -7px;
padding: 2px;
text-align: center;
color: #000;
@@ -1167,12 +1129,6 @@
border: solid 0;
}
-/* reset post NN4 */
-/*/*/
-#clear {
- margin-top: 0;
-}
-
/*
******************************
*****IMG-HACK
@@ -1207,7 +1163,7 @@
h2.wikiblog-heading {
font-size: 2em;
padding-bottom: 0.5em;
- border-bottom: 2px solid gray; /* MODIFY-color */
+ border-bottom: 2px solid gray;
}
/*
Modified: trunk/themes/MacOSX/MacOSX.css
===================================================================
--- trunk/themes/MacOSX/MacOSX.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/MacOSX/MacOSX.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -753,7 +753,6 @@
}
div.wikiblog {
- /* border: thin black solid; */
margin: 1ex 2em;
padding: 0 0;
}
Modified: trunk/themes/MonoBook/monobook.css
===================================================================
--- trunk/themes/MonoBook/monobook.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/MonoBook/monobook.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -33,7 +33,6 @@
#column-one {
position: absolute;
- /*z-index: 3;*/
padding-top: 160px;
top: 0;
left: 0;
@@ -206,7 +205,6 @@
}
legend {
- /*background: white;*/
padding: 0.5em;
font-size: 95%;
}
@@ -245,11 +243,6 @@
font-style: italic;
}
-/* disabled for now
-blockquote {
- font-family: Times, "Times New Roman", serif;
- font-style: italic;
-}*/
code {
background-color: #f9f9f9;
}
@@ -682,7 +675,7 @@
** RecentChanges
*/
.pageinfo-majoredit {
- font-weight: normal; /*bold;*/
+ font-weight: normal;
}
.wiki-summary {
@@ -927,10 +920,6 @@
border: 1px solid gray;
}
-/* 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
@@ -1206,7 +1195,6 @@
padding: 0 2em 0 3em;
margin: 0;
text-align: right;
- /*text-transform: lowercase;*/
list-style: none;
background-image: none;
cursor: default;
@@ -1249,7 +1237,6 @@
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
- /*background: url('images/wikiuser.png') top left bottom no-repeat;*/
background: url('images/wikiuser.png') left no-repeat;
padding-left: 20px;
text-transform: none;
@@ -1264,8 +1251,6 @@
*/
#p-cactions {
position: absolute;
- /*z-index: 1;*/
- /* important! */
top: 1.8em;
left: 11.5em;
margin: 0;
@@ -1311,7 +1296,6 @@
border: none;
padding: 0 .8em .3em;
text-decoration: none;
- /*text-transform: lowercase;*/
margin: 0;
}
@@ -1342,7 +1326,6 @@
z-index: 3;
text-decoration: none;
background-color: #fff;
- /*padding-bottom: 0.3em !important;*/
}
#p-cactions h5 {
@@ -2041,7 +2024,6 @@
.wiki, .named-wiki {
text-decoration: none;
font-weight: normal;
- /* font-weight: bold; */
}
/* Action buttons */
@@ -2051,25 +2033,12 @@
font-family: Arial, Helvetica, sans-serif;
/* don't wrap text buttons */
white-space: nowrap;
- /*font-size: inherit; */
}
-/*
-a.wikiaction, a.wikiaction:visited, input.wikiaction, input.button {
- background-color: #ddd;
-}
-*/
-
.wikiunsafe {
background-color: #fcc;
}
-/*
-a.wikiadmin, a.wikiadmin:visited, input.wikiadmin {
- background-color: #fdd;
-}
-*/
-
/* Unknown links */
.wikiunknown, .named-wikiunknown {
font-weight: normal;
@@ -2096,7 +2065,6 @@
}
/* Interwiki links */
-/* .wikipage { font-weight: bold; } */
.wikipage {
font-weight: normal;
}
Modified: trunk/themes/Sidebar/sidebar.css
===================================================================
--- trunk/themes/Sidebar/sidebar.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/Sidebar/sidebar.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -244,11 +244,6 @@
font-style: italic;
}
-/* disabled for now
-blockquote {
- font-family: Times, "Times New Roman", serif;
- font-style: italic;
-}*/
code {
background-color: #f9f9f9;
}
@@ -466,7 +461,7 @@
** RecentChanges
*/
.pageinfo-majoredit {
- font-weight: normal; /*bold;*/
+ font-weight: normal;
}
.wiki-summary {
@@ -549,10 +544,6 @@
position: relative;
margin: 0 0 .5em .5em;
border: 0;
- /*
- border: .5em solid white;
- border-width: .5em 0 .8em 1.4em;
- */
}
div.floatright p {
@@ -1028,7 +1019,6 @@
border: 1px #2f6fab;
border-style: solid solid none solid;
padding: 0 1em 0 1em;
- /*text-transform: lowercase;*/
display: block;
font-size: 1em;
height: 1.2em;
@@ -1165,10 +1155,6 @@
z-index: 3;
}
-#p-search .pBody {
- /*text-align: center;*/
-}
-
div.pBody > button, #searchButton {
margin: 0;
padding: 0;
@@ -1177,7 +1163,6 @@
#p-search .pBody {
margin: 0;
padding: .5em 0 .4em .4em;
- /*text-align: center;*/
}
#searchholder form.searchform {
@@ -1214,8 +1199,6 @@
border-width: 1px;
border-style: solid;
border-color: #aaa #eee #eee #aaa;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
box-sizing: border-box;
}
@@ -1309,7 +1292,7 @@
#p-cactions {
position: absolute;
top: 40px; /*1.3em;*/
- left: /*11.5em;*/ 13.2em;
+ left: 13.2em;
margin: 0;
white-space: nowrap;
width: 76%;
@@ -1882,8 +1865,6 @@
/**
* PhpWiki Tables
*/
-.pagelist {
-}
.pagelist thead td {
background-color: #e8e8e8;
@@ -1910,7 +1891,6 @@
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-weight: normal;
- /*font-style: menu;*/
white-space: nowrap;
margin: 5px 0;
max-height: 24px;
@@ -2225,10 +2205,6 @@
margin-bottom: 1ex;
}
-.wiki-edithelp .wiki {
- /* color: #5454ff;*/
-}
-
.wiki-edithelp p {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
padding-left: 0.5em;
Modified: trunk/themes/SpaceWiki/SpaceWiki.css
===================================================================
--- trunk/themes/SpaceWiki/SpaceWiki.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/SpaceWiki/SpaceWiki.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -126,8 +126,6 @@
* Wiki
*/
body {
- /* the background image url is relative to this file's directory */
- /*background-image: url(images/starfield.png) repeat; */
font-family: Helvetica, Arial, sans-serif;
color: white;
background-color: black;
@@ -177,7 +175,6 @@
padding: 0.5ex 0.5em;
}
-/* div.wikiadmin { background-color: black; } */
form.wikiadmin div {
background-color: black;
}
@@ -893,7 +890,6 @@
li.rc-major, li.rc-minor {
display: table;
- /*border-bottom: 1px solid #222;*/
margin-bottom: .25ex;
padding-left: 0.25em;
padding-right: 0.25em;
Modified: trunk/themes/Wordpress/Wordpress.css
===================================================================
--- trunk/themes/Wordpress/Wordpress.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/Wordpress/Wordpress.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -204,7 +204,6 @@
input {
background: #fff;
border: 1px solid #999;
- /* width: 80%; */
font-size: smaller;
}
@@ -220,7 +219,7 @@
font: italic normal 100% 'Times New Roman', Times, serif;
letter-spacing: 0.1em;
margin-top: 10px;
- padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
+ padding-bottom: 2px;
}
#actionbar ul ul {
@@ -255,13 +254,10 @@
background: #fff;
border: 1px solid #ddd;
empty-cells: show;
- /* font-size: 14px; */
margin: 0 0 0 -5px;
- /* width: 90%; */
}
.cal a {
- /* display: block; */
text-decoration: none;
font-style: normal;
}
@@ -273,9 +269,7 @@
.cal-header, .cal-dayname td {
color: #999;
- /* font: normal 11px Verdana, Geneva, sans-serif; */
padding: 1px 1px;
- /* text-align: right; */
}
/* from wp-calendar th (with changes) */
@@ -410,10 +404,6 @@
margin-bottom: 1ex;
}
-.wiki-edithelp .wiki {
- /* color: #5454ff;*/
-}
-
.wiki-edithelp p {
font-family: Arial, Helvetica, sans-serif;
padding-left: 0.5em;
@@ -455,10 +445,6 @@
text-decoration: none;
}
-/* Day-names header */
-table.cal tbody tr .cal-dayname {
-}
-
.cal-dayname td {
text-align: center;
font-size: smaller;
@@ -477,10 +463,6 @@
border: 1px solid gray;
}
-/* text */
-table.cal td.cal-today a.cal-hide {
-}
-
/**
* Diff Output
*/
@@ -728,7 +710,6 @@
}
div.wikiblog {
- /* border: thin black solid; */
margin: 1ex 2em;
padding: 0 0;
}
@@ -738,12 +719,7 @@
padding: 0.5ex 0.5em;
}
-div.wikiblog-header {
- /* background-color: #ccf; */
-}
-
div.wikiblog > div.wikiblog-footer {
- /* background-color: #eee; */
padding: 0.2ex 0.5em;
}
@@ -753,10 +729,6 @@
margin: 0 0 1ex 0;
}
-div.wikiblog.wikiblog-form {
- /* background-color: #eee; */
-}
-
table.wikiblog-form {
width: auto;
border-collapse: collapse;
@@ -764,7 +736,6 @@
}
.wikiblog-form caption {
- /* background-color: #ccf; */
caption-side: top;
font-weight: bold;
text-align: left;
Modified: trunk/themes/blog/Kubrick.css
===================================================================
--- trunk/themes/blog/Kubrick.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/blog/Kubrick.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -34,7 +34,6 @@
background-color: transparent;
font: bolder 67px/50px Verdana, Arial, Helvetica, sans-serif;
letter-spacing: -0.1em;
- /*font-variant: condensed;*/
}
#yoursiteheader a:hover, #yoursiteheader a:link, #yoursiteheader a:visited {
@@ -45,7 +44,6 @@
#actionbar, #editbar {
background: url("images/actionbarbg.png") no-repeat top center;
width: 760px;
- /*height: 40px;*/
}
/* http://universaleditbutton.org */
@@ -128,7 +126,6 @@
}
div.wikitext {
- /*margin-left: 25px;*/
margin-top: 12px;
}
@@ -162,7 +159,6 @@
width: 720px;
clear: both;
margin: 0 20px 0 20px;
- /*text-align: center;*/
}
#footer {
@@ -179,7 +175,6 @@
#footer p, #bottom p {
margin: 0;
padding: 0;
- /* padding: 20px 0; */
}
.widecolumn .entry p {
@@ -306,7 +301,6 @@
h1, h1 a, h1 a:hover, h1 a:visited, .description {
text-decoration: none;
- /*color: white;*/
color: black;
}
@@ -432,13 +426,6 @@
background: url("images/https.png") right top no-repeat;
}
-/* local links (override above) */
-/*
-a.namedurl[href*="the.taoofmac.com"] {
- padding-right: 0;
- background: none;
-}
-*/
/* interwiki */
a.named-interwiki {
padding-right: 6px;
@@ -453,7 +440,6 @@
#searchholder {
float: right;
- /*height: 30px;*/
vertical-align: middle;
margin-top: 10px;
margin-right: 30px;
@@ -460,7 +446,6 @@
}
#livesearch {
- /*height: 16px;*/
width: 150px;
font-size: 0.8em;
}
@@ -471,13 +456,11 @@
margin: 0 0 0;
width: 550px;
overflow: visible;
- /* how to define minimal height? */
min-height: 490px;
}
.narrowcolumn, .wikiblog {
width: 550px !important;
- /*max-width: 550px;*/
}
#editpage, #edit-content, .wiki-edithelp {
@@ -519,7 +502,7 @@
margin: 30px 0;
}
-/* Begin Headers */
+/* Begin Headers */
h1 {
margin: 0;
}
Modified: trunk/themes/default/phpwiki-modern.css
===================================================================
--- trunk/themes/default/phpwiki-modern.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/default/phpwiki-modern.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -115,18 +115,6 @@
color: #006;
}
-/*
-.wikiaction, .wikiaction table, span.wikiaction {
- background-color: #ddd;
-}
-.wikiadmin, .wikiadmin table {
- background-color: #fdd;
-}
-.wikiunsafe {
- background-color: #ccc;
-}
-*/
-
/* Unknown links */
.wikiunknown a, .named-wikiunknown a, .wikiunknown u {
text-decoration: none;
Modified: trunk/themes/default/phpwiki.css
===================================================================
--- trunk/themes/default/phpwiki.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/default/phpwiki.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -86,7 +86,6 @@
* Wiki
*/
body {
- /* ivory #ffe #fffff0*/
background: #fffff0;
font-family: Arial, Helvetica, sans-serif;
font-size: 85%; /* The default is too large. But enlarge monospace below */
@@ -171,7 +170,6 @@
background-color: #eee;
}
-/* div.wikiadmin { background-color: #fee; } */
form.wikiadmin div {
background-color: #fee;
}
@@ -185,7 +183,6 @@
*/
.wiki, .named-wiki {
text-decoration: none;
- /* font-weight: normal; */
font-weight: bold;
}
@@ -235,7 +232,6 @@
}
/* Interwiki links */
-/* .wikipage { font-weight: bold; } */
.wikipage {
font-weight: normal;
}
@@ -455,10 +451,6 @@
margin-bottom: 1ex;
}
-.wiki-edithelp .wiki {
- /* color: #5454ff;*/
-}
-
.wiki-edithelp p {
font-family: Arial, Helvetica, sans-serif;
padding-left: 0.5em;
@@ -773,7 +765,6 @@
}
div.wikiblog {
- /* border: thin black solid; */
margin: 1ex 2em;
padding: 0 0;
}
@@ -783,10 +774,6 @@
padding: 0.5ex 0.5em;
}
-div.wikiblog-header {
- /* background-color: #ccf; */
-}
-
div.wikiblog > div.wikiblog-footer {
/* background-color: #eee; */
padding: 0.2ex 0.5em;
@@ -798,10 +785,6 @@
margin: 0 0 1ex 0;
}
-div.wikiblog.wikiblog-form {
- /* background-color: #eee; */
-}
-
table.wikiblog-form {
width: auto;
border-collapse: collapse;
@@ -809,7 +792,6 @@
}
.wikiblog-form caption {
- /* background-color: #ccf; */
caption-side: top;
font-weight: bold;
text-align: left;
@@ -1119,7 +1101,6 @@
* The div inside the wikiadmin upload form does not
* have a class yet, so it must be referenced indirectly
*/
-/* div.wikiaction, div.wikiadmin { */
div.wikiaction, form.wikiadmin div {
border-bottom: 1px solid #d8d8e7;
border-right: 1px solid #d8d8e7;
@@ -1129,8 +1110,6 @@
margin-top: 0.5ex;
margin-bottom: 0.5ex;
padding: 0.5ex 0.5em;
- /* Emulate the display behaviour of a table, to shrink it's width.
- * ie5.1Mac ignores this */
display: table;
}
Modified: trunk/themes/fusionforge/fusionforge.css
===================================================================
--- trunk/themes/fusionforge/fusionforge.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/fusionforge/fusionforge.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -276,7 +276,6 @@
* Link styles
*/
.wiki, .named-wiki {
- /* text-decoration: none; */
font-weight: bold;
}
Modified: trunk/themes/shamino_com/shamino_com.css
===================================================================
--- trunk/themes/shamino_com/shamino_com.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/shamino_com/shamino_com.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -31,7 +31,6 @@
}
.wikitext, .wiki, p, form, ul, dd, dl, li, td {
- /*font-size: 10pt;*/
line-height: 150%;
color: #111111;
margin: 0;
@@ -290,8 +289,6 @@
font-style: normal;
}
-/* .header { font-size: x-small; border-top: 1px #999999 solid; padding:10px; padding-top:5px; padding-bottom:5px; } */
-
#header {
font-size: 8pt;
margin-left: 4px;
Modified: trunk/themes/smaller/phpwiki.css
===================================================================
--- trunk/themes/smaller/phpwiki.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/smaller/phpwiki.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -4,12 +4,9 @@
* Wiki
*/
body {
- /* ivory #ffe #fffff0*/
background: #dddddd;
- /* background: #000099; */
font-family: Arial, Helvetica, sans-serif;
font-size: 80%; /* The default is too large. But enlarge monospace below */
- /*margin: 1.5ex 1em; */
}
/**
@@ -20,8 +17,6 @@
border: 0;
-moz-appearance: none;
-webkit-appearance: none;
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
box-sizing: content-box;
border-radius: 0;
}
Modified: trunk/themes/wikilens/wikilens.css
===================================================================
--- trunk/themes/wikilens/wikilens.css 2017-10-10 12:10:24 UTC (rev 10044)
+++ trunk/themes/wikilens/wikilens.css 2017-10-10 14:37:20 UTC (rev 10045)
@@ -4,7 +4,6 @@
* WikiLens overrides
*/
body {
- /* ivory #ffe #fffff0*/
background: #FEFEFE;
font-size: 90%; /* The default is too large. But enlarge monospace below */
margin: 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|