OSDN Git Service

BugTrack/2426 topicpath plugin - Use CSS layout in tdiary skin
authorumorigu <umorigu@gmail.com>
Thu, 7 Sep 2017 21:18:04 +0000 (06:18 +0900)
committerumorigu <umorigu@gmail.com>
Thu, 7 Sep 2017 21:18:04 +0000 (06:18 +0900)
skin/tdiary.css

index c4a39f1..c0b34a5 100644 (file)
@@ -27,10 +27,14 @@ form textarea { width: 30em }
 /* Image border = 0 */
 img { border: 0 }
 
-
 /* --------------------- */
 /* PukiWiki original CSS */
 
+pre {
+       white-space:pre-wrap;
+       word-wrap:break-word;
+}
+
 thead td.style_td,
 tfoot td.style_td {
        color:inherit;
@@ -481,9 +485,13 @@ td.vote_td2 {
        color:inherit;
        background-color:#DDE5FF;
 }
-pre {
-       white-space:pre-wrap;
-       word-wrap:break-word;
+
+/* topicpath.inc.php */
+span.topicpath-slash {
+       margin: 0 0.4em;
+}
+span.topicpath-top {
+       user-select: none;
 }
 
 @media print {