OSDN Git Service

BugTrack/2367 CSS reformat
authorumorigu <umorigu@gmail.com>
Wed, 9 May 2018 15:56:00 +0000 (00:56 +0900)
committerumorigu <umorigu@gmail.com>
Wed, 9 May 2018 15:56:00 +0000 (00:56 +0900)
skin/pukiwiki.css
skin/tdiary.css

index 5f64c2a..e9a39b2 100644 (file)
@@ -62,10 +62,10 @@ h1, h2 {
 }
 h3 {
   font-family:verdana, arial, helvetica, Sans-Serif;
-  border-bottom:  3px solid #DDEEFF;
-  border-top:     1px solid #DDEEFF;
-  border-left:   10px solid #DDEEFF;
-  border-right:   5px solid #DDEEFF;
+  border-bottom:3px solid #DDEEFF;
+  border-top:1px solid #DDEEFF;
+  border-left:10px solid #DDEEFF;
+  border-right:5px solid #DDEEFF;
 
   color:inherit;
   background-color:#FFFFFF;
@@ -74,7 +74,7 @@ h3 {
 }
 h4 {
   font-family:verdana, arial, helvetica, Sans-Serif;
-  border-left:   18px solid #DDEEFF;
+  border-left:18px solid #DDEEFF;
 
   color:inherit;
   background-color:#FFFFFF;
@@ -91,12 +91,12 @@ h5, h6 {
 }
 
 h1.title {
-  font-size: 30px;
+  font-size:30px;
   font-weight:bold;
   background-color:transparent;
-  padding: 12px 0px 0px 0px;
-  border: 0px;
-  margin: 12px 0px 0px 0px;
+  padding:12px 0px 0px 0px;
+  border:0px;
+  margin:12px 0px 0px 0px;
 }
 
 dt {
@@ -675,7 +675,7 @@ input#_plugin_search2_detail ~ ul > div.search-result-detail {
 @media print {
   a:link,
   a:visited {
-    text-decoration: underline;
+    text-decoration:underline;
   }
   img#logo,
   div#navigator,
@@ -684,6 +684,6 @@ input#_plugin_search2_detail ~ ul > div.search-result-detail {
   div#related,
   div#attach,
   div#toolbar {
-    display: none;
+    display:none;
   }
 }
index d1533bb..8a1c789 100644 (file)
 /* <--> Expand textarea height (for editing only) */
 /* <<-- textarea with not-so-long margin          */
 form.update textarea {
-  height: 25em;
-  margin-left:   1em;
-  margin-bottom: 0;
+  height:25em;
+  margin-left:1em;
+  margin-bottom:0;
 }
 
 /* >--< Shrink textarea width (for #memo, etc) */
-form textarea { width: 30em }
+form textarea { width:30em; }
 
 /* Image border = 0 */
-img { border: 0 }
+img { border:0; }
 
 /* --------------------- */
 /* PukiWiki original CSS */
@@ -128,7 +128,7 @@ div.jumpmenu {
 
 /* for tDiary themes */
 hr.full_hr {}
-hr.note_hr { display:none }
+hr.note_hr { display:none; }
 
 span.size1 {
   font-size:xx-small;
@@ -556,6 +556,6 @@ input#_plugin_search2_detail ~ ul > div.search-result-detail {
   div#related,
   div#attach,
   div#toolbar {
-    display: none;
+    display:none;
   }
 }