OSDN Git Service

BugTrack/2514 PHP8: uasort with non-static comparison func
[pukiwiki/pukiwiki.git] / skin / tdiary.css
index 8a1c789..18416e9 100644 (file)
@@ -3,7 +3,7 @@
 /*!
  * PukiWiki - Yet another WikiWikiWeb clone.
  * Copyright
- *   2002-2017 PukiWiki Development Team
+ *   2002-2020 PukiWiki Development Team
  *   2001-2002 Originally written by yu-ji
  * License: GPL v2 or (at your option) any later version
  *
@@ -22,10 +22,14 @@ form.update textarea {
 }
 
 /* >--< 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 */
@@ -51,8 +55,8 @@ tfoot th.style_th {
   background-color:#E0E8F0;
 }
 .style_table {
-  padding:0px;
-  border:0px;
+  padding:0;
+  border:0;
   margin:auto;
   text-align:left;
   color:inherit;
@@ -72,12 +76,24 @@ tfoot th.style_th {
   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;
+}
 
 .list-indent1 {
   padding-left:16px;
@@ -97,7 +113,9 @@ ol.list3 { list-style-type:lower-alpha; }
   margin-left:64px;
 }
 
-div.ie5 { text-align:center; }
+div.ie5 {
+  text-align:center;
+}
 
 /* NoSuchPage? */
 span.noexists {
@@ -105,71 +123,61 @@ span.noexists {
   background-color:#FFFACC;
 }
 
-.small { font-size:80%; }
-
-/* Not found, Remove? */
-/*
-.super_index {
-  color:#DD3333;
-  background-color:inherit;
-  font-weight:bold;
-  font-size:60%;
-  vertical-align:super;
+.small {
+  font-size:80%;
 }
-*/
 
 /* for tDiary themes */
-a.note_super {}
-
 div.jumpmenu {
   font-size:60%;
   text-align:right;
+  user-select:none;
 }
 
-/* for tDiary themes */
-hr.full_hr {}
-hr.note_hr { display:none; }
+hr.note_hr {
+  display:none;
+}
 
 span.size1 {
   font-size:xx-small;
   line-height:130%;
-  text-indent:0px;
+  text-indent:0;
   display:inline;
 }
 span.size2 {
   font-size:x-small;
   line-height:130%;
-  text-indent:0px;
+  text-indent:0;
   display:inline;
 }
 span.size3 {
   font-size:small;
   line-height:130%;
-  text-indent:0px;
+  text-indent:0;
   display:inline;
 }
 span.size4 {
   font-size:medium;
   line-height:130%;
-  text-indent:0px;
+  text-indent:0;
   display:inline;
 }
 span.size5 {
   font-size:large;
   line-height:130%;
-  text-indent:0px;
+  text-indent:0;
   display:inline;
 }
 span.size6 {
   font-size:x-large;
   line-height:130%;
-  text-indent:0px;
+  text-indent:0;
   display:inline;
 }
 span.size7 {
   font-size:xx-large;
   line-height:130%;
-  text-indent:0px;
+  text-indent:0;
   display:inline;
 }
 
@@ -216,104 +224,97 @@ strong.word9 {
 }
 
 /* html.php/edit_form() */
-.edit_form { clear:both; }
+.edit_form {
+  clear:both;
+}
 
 /* pukiwiki.skin.php */
 div#header {
-  padding:0px;
-  margin:0px;
+  padding:0;
+  margin:0;
 }
-
 div#navigator {
   clear:both;
-  padding:4px 0px 0px 0px;
-  margin:0px;
+  padding:4px 0 0 0;
+  margin:0;
 }
-
 td.menubar {
   width:9em;
   vertical-align:top;
 }
-
 div#menubar {
   width:9em;
-  padding:0px;
+  padding:0;
   margin:4px;
   word-break:break-all;
   font-size:90%;
   overflow:hidden;
 }
-
 div#menubar ul {
-  margin:0px 0px 0px .5em;
-  padding:0px 0px 0px .5em;
+  margin:0 0 0 .5em;
+  padding:0 0 0 .5em;
+}
+div#menubar ul li {
+  line-height:110%;
+}
+div#menubar h4 {
+  font-size:110%;
 }
-
-div#menubar ul li { line-height:110%; }
-
-div#menubar h4 { font-size:110%; }
 
 /* for tDiary themes */
-div.pkwk_body { padding:0px; }
-
+div.pkwk_body {
+  padding:0;
+}
 div#note {
   clear:both;
-  padding:0px;
-  margin:0px;
+  padding:0;
+  margin:0;
 }
-
 div#attach {
   clear:both;
-  padding:0px;
-  margin:0px;
+  padding:0;
+  margin:0;
 }
-
 div#toolbar {
   clear:both;
-  padding:0px;
-  margin:0px;
+  padding:0;
+  margin:0;
   text-align:right;
 }
-
 div#lastmodified {
   font-size:80%;
-  padding:0px;
-  margin:0px;
+  padding:0;
+  margin:0;
 }
 
 /* for tDiary theme */
 div#related {
   font-size:80%;
-  padding:0px;
-  margin:0px 0px 0px 0px;
+  padding:0;
+  margin:0 0 0 0;
 }
 div#related .page_passage {
   font-size:60%;
 }
-
 div#footer {
   font-size:70%;
-  padding:0px;
-  margin:16px 0px 0px 0px;
+  padding:0;
+  margin:16px 0 0 0;
 }
-
 div#banner {
   float:right;
   margin-top:24px;
 }
-
 div#preview {
   color:inherit;
   background-color:#F5F8FF;
 }
-
 img#logo {
   float:left;
   margin-right:20px;
 }
 
 /* aname.inc.php */
-.anchor {}
 .anchor_super {
   font-size:xx-small;
   vertical-align:super;
@@ -324,13 +325,10 @@ img#logo {
   font-size:small;
 }
 
-/* br.inc.php */
-br.spacer {}
-
 /* calendar*.inc.php */
 .style_calendar {
-  padding:0px;
-  border:0px;
+  padding:0;
+  border:0;
   margin:3px;
   color:inherit;
   background-color:#CCD5DD;
@@ -410,19 +408,20 @@ span.calendar_viewer_right {
 
 /* clear.inc.php */
 .clear {
-  margin:0px;
+  margin:0;
   clear:both;
 }
 
 /* counter.inc.php */
-div.counter { font-size:70%; }
+div.counter {
+  font-size:70%;
+}
 
 /* diff.inc.php */
 span.diff_added {
   color:blue;
   background-color:inherit;
 }
-
 span.diff_removed {
   color:red;
   background-color:inherit;
@@ -434,16 +433,18 @@ hr.short_line {
   width:80%;
   border-style:solid;
   border-color:#CCD5DD;
-  border-width:1px 0px;
+  border-width:1px 0;
 }
 
 /* include.inc.php */
-h5.side_label { text-align:center; }
+h5.side_label {
+  text-align:center;
+}
 
 /* navi.inc.php */
 ul.navi {
-  margin:0px;
-  padding:0px;
+  margin:0;
+  padding:0;
   text-align:center;
 }
 li.navi_none {
@@ -462,7 +463,9 @@ li.navi_right {
 }
 
 /* new.inc.php */
-span.comment_date { font-size:x-small; }
+span.comment_date {
+  font-size:x-small;
+}
 span.new1 {
   color:red;
   background-color:transparent;
@@ -475,9 +478,9 @@ span.new5 {
 }
 
 /* popular.inc.php */
-span.counter { font-size:70%; }
-
-/* recent.inc.php,showrss.inc.php */
+span.counter {
+  font-size:70%;
+}
 
 /* ref.inc.php */
 div.img_margin {
@@ -531,15 +534,6 @@ tr.bugtrack_state_undef td {
 }
 
 /* search2.inc.php  */
-input#_plugin_search2_detail:checked ~ ul > div.search-result-detail {
-  display:block;
-}
-input#_plugin_search2_detail ~ ul > div.search-result-detail {
-  display:none;
-}
-._plugin_search2_search_status {
-  min-height:1.5em;
-}
 .search-result-page-summary {
   font-size:70%;
   color:gray;