Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:css [2022/07/05 16:57] restlesswiki:css [2025/06/06 16:38] (current) – external edit 127.0.0.1
Line 660: Line 660:
   font-weight: bold !important;   font-weight: bold !important;
   color: #804800 !important;   color: #804800 !important;
-  text-shadow: -1px 0 #0e0e0e, 0 1px #ccc, 1px 0 #ccc, 0 -1px #ccc;+  text-shadow: 2px 2px 3px #888;
   border-bottom: 3px groove rgba(153, 102, 0, 0.8) !important;   border-bottom: 3px groove rgba(153, 102, 0, 0.8) !important;
 } }
Line 668: Line 668:
   font-weight: bold !important;   font-weight: bold !important;
   color: #885000 !important;   color: #885000 !important;
-  text-shadow: 1.5px 1.5px 2px #aaa;+  text-shadow: 1.5px 1.5px 2px #989898;
   border-bottom: 2px double #668899 !important;   border-bottom: 2px double #668899 !important;
   border-image: linear-gradient(90deg, rgba(153, 102, 0, 0.75), rgba(153, 102, 0, 0.75), rgba(153, 102, 0, 0.5), rgba(153, 102, 0, 0.1));   border-image: linear-gradient(90deg, rgba(153, 102, 0, 0.75), rgba(153, 102, 0, 0.75), rgba(153, 102, 0, 0.5), rgba(153, 102, 0, 0.1));
Line 679: Line 679:
   font-style: normal !important;   font-style: normal !important;
   color: #905800 !important;   color: #905800 !important;
-  text-shadow: 1.25px 1.25px 1px #a8a8a8;+  text-shadow: 1.25px 1.25px 1px #aaa;
   border-bottom: 1px solid rgba(102, 136, 153, 0.6) !important;   border-bottom: 1px solid rgba(102, 136, 153, 0.6) !important;
   border-image: linear-gradient(90deg, rgba(153, 102, 0, 0.6), rgba(153, 102, 0, 0.45), rgba(153, 102, 0, 0.3), rgba(153, 102, 0, 0));   border-image: linear-gradient(90deg, rgba(153, 102, 0, 0.6), rgba(153, 102, 0, 0.45), rgba(153, 102, 0, 0.3), rgba(153, 102, 0, 0));
Line 691: Line 691:
   color: #996000 !important;   color: #996000 !important;
   text-shadow: 1px 1px 1px #a8a8a8;   text-shadow: 1px 1px 1px #a8a8a8;
 +/*
   border-bottom: 1px inset rgba(153, 184, 204, 0.3) !important;   border-bottom: 1px inset rgba(153, 184, 204, 0.3) !important;
   border-image: linear-gradient(90deg, rgba(153, 102, 0, 0.4), rgba(153, 102, 0, 0.2), rgba(153, 102, 0, 0));   border-image: linear-gradient(90deg, rgba(153, 102, 0, 0.4), rgba(153, 102, 0, 0.2), rgba(153, 102, 0, 0));
   border-image-slice: 1;   border-image-slice: 1;
 +*/
 } }
  
 h5 { h5 {
-  font-size: 160% !important;+  font-size: 150% !important;
   font-weight: bold !important;   font-weight: bold !important;
   font-style: normal !important;   font-style: normal !important;
Line 737: Line 739:
 a.interwiki, a.interwiki,
 a.interwiki:visited { a.interwiki:visited {
 +  background-size: 16px 16px;
   color: #002bb8 !important;   color: #002bb8 !important;
 } }
Line 926: Line 929:
 } }
  
-div#bodyContent .fn_bot+div.footnotes a.interwiki
-div#bodyContent .fn, {+div.footnotes .fn, 
 +div.footnotes .fn_bot {
   display: inline !important;   display: inline !important;
   font-size: 12px !important;   font-size: 12px !important;
 +}
 +
 +div.dokuwiki div.footnotes {
 +  border-top: 2px ridge rgba(144, 88, 0, 0.2);
 } }
  
Line 941: Line 949:
   font-size: 16px !important;   font-size: 16px !important;
 } }
- 
  
 div.tags span { div.tags span {
Line 969: Line 976:
 } }
  
-div.tags { +div#bodyContent div.tags { 
-  color:purple;+  color: rgba(144, 88, 0, 0.4) !important; 
 +  border-top: 2px double #668899 !important; 
 +  border-image: linear-gradient(90deg, rgba(153, 102, 0, 0.0), rgba(153, 102, 0, 0.0), rgba(0, 0, 0, 0.05), rgba(153, 102, 0, 0.2)); 
 +  border-image-slice: 1;
 } }
 +
 +div.dokuwiki div.tags span,
 +div.dokuwiki div.tags a.wikilink1 {
 +  color: rgba(144, 88, 0, 0.6) !important;
 +}
 +
 +div.dokuwiki hr {
 +  border: none;
 +  color: none;
 +  background: none;
 +  height: 2px;
 +  background-color: none !important;
 +  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(144, 88, 0, 0.4), rgba(255, 0, 0, 0)) !important;
 +}
 +
 +/* Background of editor */
 +.ns-1 #content,
 +.ns-1 #p-cactions li,
 +.ns-1 #p-cactions li a,
 +.ns-2 #content,
 +.ns-2 #p-cactions li,
 +.ns-2 #p-cactions li a {
 +  background-color: rgba(240, 224, 192, 0.6);
 +}
 +
 +/* Components of lightbox */
 +.ppt {
 +  font-style: italic;
 +  font-size: 180% !important;
 +  filter: drop-shadow(2px 2px 2px #000000) !important;
 +}
 +
 +.pp_description {
 +  visibility: hidden;
 +}
 +

Never trust a smiling Dungeon Master