OSDN Git Service

Cleanup, shrink
authorhenoheno <henoheno>
Sat, 27 Nov 2004 11:40:53 +0000 (20:40 +0900)
committerhenoheno <henoheno>
Sat, 27 Nov 2004 11:40:53 +0000 (20:40 +0900)
skin/pukiwiki.css.php

index 439f47c..3fc9045 100644 (file)
@@ -1,9 +1,10 @@
 <?php
-/////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
+// $Id: pukiwiki.css.php,v 1.9 2004/11/27 11:40:53 henoheno Exp $
 //
-// $Id: pukiwiki.css.php,v 1.8 2004/11/01 13:01:26 henoheno Exp $
-//
+// Defaul CSS
+
+// Send header
 header('Content-Type: text/css');
 $matches = array();
 if(ini_get('zlib.output_compression') && preg_match('/\b(gzip|deflate)\b/i', $_SERVER['HTTP_ACCEPT_ENCODING'], $matches)) {
@@ -11,30 +12,26 @@ if(ini_get('zlib.output_compression') && preg_match('/\b(gzip|deflate)\b/i', $_S
        header('Vary: Accept-Encoding');
 }
 
+// Default charset
 $charset = isset($_GET['charset']) ? $_GET['charset']  : '';
-$media   = isset($_GET['media'])   ? $_GET['media']    : '';
-
 switch ($charset) {
        case 'Shift_JIS': break; /* this @charset is for Mozilla's bug */
        default: $charset ='iso-8859-1';
 }
+
+// Media
+$media   = isset($_GET['media'])   ? $_GET['media']    : '';
 if ($media != 'print') $media = 'screen';
 
+// Output CSS ----
 ?>
 @charset "<?php echo $charset ?>";
 
-pre, dl, ol, p, blockquote
-{
-       line-height:130%;
-}
+pre, dl, ol, p, blockquote { line-height:130%; }
 
-blockquote
-{
-       margin-left:32px;
-}
+blockquote { margin-left:32px; }
 
-body,td
-{
+body,td {
        color:black;
        background-color:white;
        margin-left:2%;
@@ -43,8 +40,7 @@ body,td
        font-family:verdana, arial, helvetica, Sans-Serif;
 }
 
-a:link
-{
+a:link {
 <?php  if ($media == 'print') { ?>
        text-decoration: underline;
 <?php  } else { ?>
@@ -54,15 +50,13 @@ a:link
 <?php  } ?>
 }
 
-a:active
-{
+a:active {
        color:#215dc6;
        background-color:#CCDDEE;
        text-decoration:none;
 }
 
-a:visited
-{
+a:visited {
 <?php  if ($media == 'print') { ?>
        text-decoration: underline;
 <?php  } else { ?>
@@ -72,15 +66,13 @@ a:visited
 <?php  } ?>
 }
 
-a:hover
-{
+a:hover {
        color:#215dc6;
        background-color:#CCDDEE;
        text-decoration:underline;
 }
 
-h1, h2
-{
+h1, h2 {
        font-family:verdana, arial, helvetica, Sans-Serif;
        color:inherit;
        background-color:#DDEEFF;
@@ -88,8 +80,7 @@ h1, h2
        border:0px;
        margin:0px 0px .5em 0px;
 }
-h3
-{
+h3 {
        font-family:verdana, arial, helvetica, Sans-Serif;
        border-bottom:  3px solid #DDEEFF;
        border-top:     1px solid #DDEEFF;
@@ -101,8 +92,7 @@ h3
        padding:.3em;
        margin:0px 0px .5em 0px;
 }
-h4
-{
+h4 {
        font-family:verdana, arial, helvetica, Sans-Serif;
        border-left:   18px solid #DDEEFF;
 
@@ -111,8 +101,7 @@ h4
        padding:.3em;
        margin:0px 0px .5em 0px;
 }
-h5, h6
-{
+h5, h6 {
        font-family:verdana, arial, helvetica, Sans-Serif;
        color:inherit;
        background-color:#DDEEFF;
@@ -121,8 +110,7 @@ h5, h6
        margin:0px 0px .5em 0px;
 }
 
-h1.title
-{
+h1.title {
        font-size: 30px;
        font-weight:bold;
        background-color:transparent;
@@ -131,15 +119,13 @@ h1.title
        margin: 12px 0px 0px 0px;
 }
 
-dt
-{
+dt {
        font-weight:bold;
        margin-top:1em;
        margin-left:1em;
 }
 
-pre
-{
+pre {
        border-top:#DDDDEE 1px solid;
        border-bottom:#888899 1px solid;
        border-left:#DDDDEE 1px solid;
@@ -152,43 +138,32 @@ pre
        background-color:#F0F8FF;
 }
 
-img
-{
+img {
        border:none;
        vertical-align:middle;
 }
 
-ul
-{
+ul {
        margin-top:.5em;
        margin-bottom:.5em;
        line-height:130%;
 }
 
-em
-{
-       font-style:italic;
-}
+em { font-style:italic; }
 
-strong
-{
-       font-weight:bold;
-}
+strong { font-weight:bold; }
 
 thead td.style_td,
-tfoot td.style_td
-{
+tfoot td.style_td {
        color:inherit;
        background-color:#D0D8E0;
 }
 thead th.style_th,
-tfoot th.style_th
-{
+tfoot th.style_th {
        color:inherit;
        background-color:#E0E8F0;
 }
-.style_table
-{
+.style_table {
        padding:0px;
        border:0px;
        margin:auto;
@@ -196,65 +171,37 @@ tfoot th.style_th
        color:inherit;
        background-color:#ccd5dd;
 }
-.style_th
-{
+.style_th {
        padding:5px;
        margin:1px;
        text-align:center;
        color:inherit;
        background-color:#EEEEEE;
 }
-.style_td
-{
+.style_td {
        padding:5px;
        margin:1px;
        color:inherit;
        background-color:#EEF5FF;
 }
 
-ul.list1
-{
-       list-style-type:disc;
-}
-ul.list2
-{
-       list-style-type:circle;
-}
-ul.list3
-{
-       list-style-type:square;
-}
-ol.list1
-{
-       list-style-type:decimal;
-}
-ol.list2
-{
-       list-style-type:lower-roman;
-}
-ol.list3
-{
-       list-style-type:lower-alpha;
-}
+ul.list1 { list-style-type:disc; }
+ul.list2 { list-style-type:circle; }
+ul.list3 { list-style-type:square; }
+ol.list1 { list-style-type:decimal; }
+ol.list2 { list-style-type:lower-roman; }
+ol.list3 { list-style-type:lower-alpha; }
 
-div.ie5
-{
-       text-align:center;
-}
+div.ie5 { text-align:center; }
 
-span.noexists
-{
+span.noexists {
        color:inherit;
        background-color:#FFFACC;
 }
 
-.small
-{
-       font-size:80%;
-}
+.small { font-size:80%; }
 
-.super_index
-{
+.super_index {
        color:#DD3333;
        background-color:inherit;
        font-weight:bold;
@@ -262,8 +209,7 @@ span.noexists
        vertical-align:super;
 }
 
-a.note_super
-{
+a.note_super {
        color:#DD3333;
        background-color:inherit;
        font-weight:bold;
@@ -271,20 +217,17 @@ a.note_super
        vertical-align:super;
 }
 
-div.jumpmenu
-{
+div.jumpmenu {
        font-size:60%;
        text-align:right;
 }
 
-hr.full_hr
-{
+hr.full_hr {
        border-style:ridge;
        border-color:#333333;
        border-width:1px 0px;
 }
-hr.note_hr
-{
+hr.note_hr {
        width:90%;
        border-style:ridge;
        border-color:#333333;
@@ -293,50 +236,43 @@ hr.note_hr
        margin:1em auto 0em auto;
 }
 
-span.size1
-{
+span.size1 {
        font-size:xx-small;
        line-height:130%;
        text-indent:0px;
        display:inline;
 }
-span.size2
-{
+span.size2 {
        font-size:x-small;
        line-height:130%;
        text-indent:0px;
        display:inline;
 }
-span.size3
-{
+span.size3 {
        font-size:small;
        line-height:130%;
        text-indent:0px;
        display:inline;
 }
-span.size4
-{
+span.size4 {
        font-size:medium;
        line-height:130%;
        text-indent:0px;
        display:inline;
 }
-span.size5
-{
+span.size5 {
        font-size:large;
        line-height:130%;
        text-indent:0px;
        display:inline;
 }
-span.size6
-{
+span.size6 {
        font-size:x-large;
        line-height:130%;
        text-indent:0px;
        display:inline;
 }
-span.size7
-{
+span.size7 {
        font-size:xx-large;
        line-height:130%;
        text-indent:0px;
@@ -344,72 +280,57 @@ span.size7
 }
 
 /* html.php/catbody() */
-strong.word0
-{
+strong.word0 {
        background-color:#FFFF66;
        color:black;
 }
-strong.word1
-{
+strong.word1 {
        background-color:#A0FFFF;
        color:black;
 }
-strong.word2
-{
+strong.word2 {
        background-color:#99FF99;
        color:black;
 }
-strong.word3
-{
+strong.word3 {
        background-color:#FF9999;
        color:black;
 }
-strong.word4
-{
+strong.word4 {
        background-color:#FF66FF;
        color:black;
 }
-strong.word5
-{
+strong.word5 {
        background-color:#880000;
        color:white;
 }
-strong.word6
-{
+strong.word6 {
        background-color:#00AA00;
        color:white;
 }
-strong.word7
-{
+strong.word7 {
        background-color:#886800;
        color:white;
 }
-strong.word8
-{
+strong.word8 {
        background-color:#004699;
        color:white;
 }
-strong.word9
-{
+strong.word9 {
        background-color:#990099;
        color:white;
 }
 
 /* html.php/edit_form() */
-.edit_form
-{
-     clear:both;
-}
+.edit_form { clear:both; }
 
 /* pukiwiki.skin.php */
-div#header
-{
+div#header {
        padding:0px;
        margin:0px;
 }
 
-div#navigator
-{
+div#navigator {
 <?php   if ($media == 'print') { ?>
        display:none;
 <?php   } else { ?>
@@ -419,8 +340,7 @@ div#navigator
 <?php   } ?>
 }
 
-td.menubar
-{
+td.menubar {
 <?php   if ($media == 'print') { ?>
        display:none;
 <?php   } else { ?>
@@ -429,8 +349,7 @@ td.menubar
 <?php   } ?>
 }
 
-div#menubar
-{
+div#menubar {
 <?php   if ($media == 'print') { ?>
        display:none;
 <?php   } else { ?>
@@ -443,37 +362,27 @@ div#menubar
 <?php   } ?>
 }
 
-div#menubar ul
-{
+div#menubar ul {
        margin:0px 0px 0px .5em;
        padding:0px 0px 0px .5em;
 }
 
-div#menubar ul li
-{
-       line-height:110%;
-}
+div#menubar ul li { line-height:110%; }
 
-div#menubar h4
-{
-       font-size:110%;
-}
+div#menubar h4 { font-size:110%; }
 
-div#body
-{
+div#body {
        padding:0px;
        margin:0px 0px 0px .5em;
 }
 
-div#note
-{
+div#note {
        clear:both;
        padding:0px;
        margin:0px;
 }
 
-div#attach
-{
+div#attach {
 <?php   if ($media == 'print') { ?>
        display:none;
 <?php   } else { ?>
@@ -483,8 +392,7 @@ div#attach
 <?php   } ?>
 }
 
-div#toolbar
-{
+div#toolbar {
 <?php   if ($media == 'print') { ?>
         display:none;
 <?php   } else { ?>
@@ -495,15 +403,13 @@ div#toolbar
 <?php   } ?>
 }
 
-div#lastmodified
-{
+div#lastmodified {
        font-size:80%;
        padding:0px;
        margin:0px;
 }
 
-div#related
-{
+div#related {
 <?php   if ($media == 'print') { ?>
         display:none;
 <?php   } else { ?>
@@ -513,27 +419,23 @@ div#related
 <?php   } ?>
 }
 
-div#footer
-{
+div#footer {
        font-size:70%;
        padding:0px;
        margin:16px 0px 0px 0px;
 }
 
-div#banner
-{
+div#banner {
        float:right;
        margin-top:24px;
 }
 
-div#preview
-{
+div#preview {
        color:inherit;
        background-color:#F5F8FF;
 }
 
-img#logo
-{
+img#logo {
 <?php   if ($media == 'print') { ?>
        display:none;
 <?php   } else { ?>
@@ -543,23 +445,17 @@ img#logo
 }
 
 /* aname.inc.php */
-.anchor
-{
-}
-.anchor_super
-{
+.anchor {}
+.anchor_super {
        font-size:xx-small;
        vertical-align:super;
 }
 
 /* br.inc.php */
-br.spacer
-{
-}
+br.spacer {}
 
 /* calendar*.inc.php */
-.style_calendar
-{
+.style_calendar {
        padding:0px;
        border:0px;
        margin:3px;
@@ -567,9 +463,7 @@ br.spacer
        background-color:#CCD5DD;
        text-align:center;
 }
-
-.style_td_caltop
-{
+.style_td_caltop {
        padding:5px;
        margin:1px;
        color:inherit;
@@ -577,54 +471,42 @@ br.spacer
        font-size:80%;
        text-align:center;
 }
-
-.style_td_today
-{
+.style_td_today {
        padding:5px;
        margin:1px;
        color:inherit;
        background-color:#FFFFDD;
        text-align:center;
 }
-
-.style_td_sat
-{
+.style_td_sat {
        padding:5px;
        margin:1px;
        color:inherit;
        background-color:#DDE5FF;
        text-align:center;
 }
-
-.style_td_sun
-{
+.style_td_sun {
        padding:5px;
        margin:1px;
        color:inherit;
        background-color:#FFEEEE;
        text-align:center;
 }
-
-.style_td_blank
-{
+.style_td_blank {
        padding:5px;
        margin:1px;
        color:inherit;
        background-color:#EEF5FF;
        text-align:center;
 }
-
-.style_td_day
-{
+.style_td_day {
        padding:5px;
        margin:1px;
        color:inherit;
        background-color:#EEF5FF;
        text-align:center;
 }
-
-.style_td_week
-{
+.style_td_week {
        padding:5px;
        margin:1px;
        color:inherit;
@@ -635,33 +517,27 @@ br.spacer
 }
 
 /* clear.inc.php */
-.clear{
+.clear {
        margin:0px;
        clear:both;
 }
 
 /* counter.inc.php */
-div.counter
-{
-       font-size:70%;
-}
+div.counter { font-size:70%; }
 
 /* diff.inc.php */
-span.diff_added
-{
+span.diff_added {
        color:blue;
        background-color:inherit;
 }
 
-span.diff_removed
-{
+span.diff_removed {
        color:red;
        background-color:inherit;
 }
 
 /* hr.inc.php */
-hr.short_line
-{
+hr.short_line {
        text-align:center;
        width:80%;
        border-style:solid;
@@ -670,64 +546,45 @@ hr.short_line
 }
 
 /* include.inc.php */
-h5.side_label
-{
-       text-align:center;
-}
+h5.side_label { text-align:center; }
 
 /* navi.inc.php */
-ul.navi
-{
+ul.navi {
        margin:0px;
        padding:0px;
        text-align:center;
 }
-
-li.navi_none
-{
+li.navi_none {
        display:inline;
        float:none;
 }
-
-li.navi_left
-{
+li.navi_left {
        display:inline;
        float:left;
        text-align:left;
 }
-
-li.navi_right
-{
+li.navi_right {
        display:inline;
        float:right;
        text-align:right;
 }
 
 /* new.inc.php */
-span.comment_date
-{
-       font-size:x-small;
-}
-span.new1
-{
+span.comment_date { font-size:x-small; }
+span.new1 {
        color:red;
        background-color:transparent;
        font-size:x-small;
 }
-span.new5
-{
+span.new5 {
        color:green;
        background-color:transparent;
        font-size:xx-small;
 }
 
 /* popular.inc.php */
-span.counter
-{
-       font-size:70%;
-}
-ul.popular_list
-{
+span.counter { font-size:70%; }
+ul.popular_list {
 <?php
 /*
        padding:0px;
@@ -740,8 +597,7 @@ ul.popular_list
 }
 
 /* recent.inc.php,showrss.inc.php */
-ul.recent_list
-{
+ul.recent_list {
 <?php
 /*
        padding:0px;
@@ -754,25 +610,21 @@ ul.recent_list
 }
 
 /* ref.inc.php */
-div.img_margin
-{
+div.img_margin {
        margin-left:32px;
        margin-right:32px;
 }
 
 /* vote.inc.php */
-td.vote_label
-{
+td.vote_label {
        color:inherit;
        background-color:#FFCCCC;
 }
-td.vote_td1
-{
+td.vote_td1 {
        color:inherit;
        background-color:#DDE5FF;
 }
-td.vote_td2
-{
+td.vote_td2 {
        color:inherit;
        background-color:#EEF5FF;
 }