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 [2025/06/15 16:10] restlesswiki:css [2025/06/26 02:04] (current) – external edit 127.0.0.1
Line 457: Line 457:
 @font-face { @font-face {
     font-family: 'Souvenir’;     font-family: 'Souvenir’;
-    src: url('/lib/plugins/fontface/fonts/SouvenirStd-LightItalic.woff2’) format('woff2’), +    src: url('/fonts/SouvenirStd-LightItalic.woff2’) format('woff2’), 
-         url('/lib/plugins/fontface/fonts/SouvenirStd-LightItalic.woff’) format('woff’), +         url('/fonts/SouvenirStd-LightItalic.woff’) format('woff’), 
-         url('/lib/plugins/fontface/fonts/SouvenirStd-LightItalic.ttf’) format('truetype’);+         url('/fonts/SouvenirStd-LightItalic.ttf’) format('truetype’);
     font-weight: normal;     font-weight: normal;
     font-style: italic;     font-style: italic;
Line 467: Line 467:
 @font-face { @font-face {
     font-family: 'Souvenir’;     font-family: 'Souvenir’;
-    src: url('/lib/plugins/fontface/fonts/SouvenirStd-Medium.woff2’) format('woff2’), +    src: url('/fonts/SouvenirStd-Demi.woff2’) format('woff2’), 
-         url('/lib/plugins/fontface/fonts/SouvenirStd-Medium.woff’) format('woff’), +         url('/fonts/SouvenirStd-Demi.woff’) format('woff’), 
-         url('/lib/plugins/fontface/fonts/SouvenirStd-Medium.ttf’) format('truetype’);+         url('/fonts/SouvenirStd-Demi.ttf’) format('truetype’);
     font-weight: bold;     font-weight: bold;
     font-style: normal;     font-style: normal;
Line 477: Line 477:
 @font-face { @font-face {
     font-family: 'Souvenir’;     font-family: 'Souvenir’;
-    src: url('/lib/plugins/fontface/fonts/SouvenirStd-Light.woff2’) format('woff2’), +    src: url('/fonts/SouvenirStd-Light.woff2’) format('woff2’), 
-         url('/lib/plugins/fontface/fonts/SouvenirStd-Light.woff’) format('woff’), +         url('/fonts/SouvenirStd-Light.woff’) format('woff’), 
-         url('/lib/plugins/fontface/fonts/SouvenirStd-Light.ttf’) format('truetype’);+         url('/fonts/SouvenirStd-Light.ttf’) format('truetype’);
     font-weight: normal;     font-weight: normal;
     font-style: normal;     font-style: normal;
Line 487: Line 487:
 @font-face { @font-face {
     font-family: 'Souvenir’;     font-family: 'Souvenir’;
-    src: url('/lib/plugins/fontface/fonts/SouvenirStd-DemiItalic.woff2’) format('woff2’), +    src: url('/fonts/SouvenirStd-DemiItalic.woff2’) format('woff2’), 
-         url('/lib/plugins/fontface/fonts/SouvenirStd-DemiItalic.woff’) format('woff’), +         url('/fonts/SouvenirStd-DemiItalic.woff’) format('woff’), 
-         url('/lib/plugins/fontface/fonts/SouvenirStd-DemiItalic.ttf’) format('truetype’);+         url('/fonts/SouvenirStd-DemiItalic.ttf’) format('truetype’);
     font-weight: bold;     font-weight: bold;
     font-style: italic;     font-style: italic;
Line 590: Line 590:
     font-style: normal;     font-style: normal;
 } }
 +
 +@font-face {
 +    font-family: 'Protest Revolution’;
 +    src: url('/fonts/protestrevolution-regular-webfont.woff2’) format('woff2’),
 +         url('/fonts/protestrevolution-regular-webfont.woff’) format('woff’);
 +    font-weight: normal;
 +    font-style: normal;
 +}
 +
 +@font-face {
 +    font-family: 'Motrhead’;
 +    src: url('/fonts/motrg___-webfont.woff2’) format('woff2’),
 +         url('/fonts/motrg___-regular-webfont.woff’) format('woff’);
 +    font-weight: normal;
 +    font-style: normal;
 +}
 +
 +@font-face {
 +    font-family: ‘PR Viking’;
 +    src: url('/fonts/pr_viking_01-webfont.woff2’) format('woff2’),
 +         url('/fonts/pr_viking_01-regular-webfont.woff’) format('woff’);
 +    font-weight: normal;
 +    font-style: normal;
 +}
 +
 +@font-face {
 +    font-family: 'Witches’;
 +    src: url('/fonts/witches-webfont.woff2’) format('woff2’),
 +         url('/fonts/witches-regular-webfont.woff’) format('woff’);
 +    font-weight: normal;
 +    font-style: normal;
 +}
 +
 +@font-face {
 +    font-family: 'Rianti’;
 +    src: url('/fonts/rianti-regular-webfont.woff2’) format('woff2’),
 +         url('/fonts/rianti-regular-webfont.woff’) format('woff’);
 +    font-weight: normal;
 +    font-style: normal;
 +}
 +
 +@font-face {
 +    font-family: 'Rianti’;
 +    src: url('/fonts/rianti-bold-webfont.woff2’) format('woff2’),
 +         url('/fonts/rianti-bold-webfont.woff’) format('woff’);
 +    font-weight: bold;
 +    font-style: normal;
 +}
 +
 +@font-face {
 +    font-family: ‘Ace Attitude’;
 +    src: url('/fonts/AceAttitude-Bold.woff2’) format('woff2’),
 +         url('/fonts/AceAttitude-Bold.woff’) format('woff’);
 +    font-weight: normal;
 +    font-style: normal;
 +}
 +
 +@font-face {
 +    font-family: 'Shrunken Head’;
 +    src: url('/fonts/shrunken-head-bb-webfont.woff2’) format('woff2’),
 +         url('/fonts/shrunken-head-bb-webfont.woff’) format('woff’);
 +    font-weight: normal;
 +    font-style: normal;
 +}
 +
  
 html { html {
Line 601: Line 666:
   background-attachment: fixed, fixed;   background-attachment: fixed, fixed;
   background-position: bottom, top left;   background-position: bottom, top left;
-  font-size: 10pt+  font-size: 12px
-  font-family:  Alegreya, serif;+  font-family:  Souvenir, serif;
 } }
  
 div#bodyContent div.li, div#bodyContent div.li,
 div#bodyContent li a, div#bodyContent li a,
-div#bodyContent p { +div#bodyContent a, 
-  font-size: 18px;+div#bodyContent p
 +a.wikilink { 
 +  font-size: 16px; 
 +
 + 
 +div#column-one .portlet .pBody ul 
 +  font-size: 13px;
 } }
  
Line 637: Line 708:
   border-radius: 4px;   border-radius: 4px;
 } }
- 
  
 /* SVG printing button */ /* SVG printing button */
Line 670: Line 740:
 .ns-0 #p-cactions .selected span { .ns-0 #p-cactions .selected span {
   background-color: rgb(255, 255, 241);   background-color: rgb(255, 255, 241);
 +  font-size: 14px;
 } }
  
Line 695: Line 766:
   margin: 0 0 1em 2em;   margin: 0 0 1em 2em;
   background: linear-gradient(to right, rgba(204, 153, 0, 0.2), rgba(204, 153, 0, 0.15), rgba(255, 255, 255, 0) 100%) no-repeat,   background: linear-gradient(to right, rgba(204, 153, 0, 0.2), rgba(204, 153, 0, 0.15), rgba(255, 255, 255, 0) 100%) no-repeat,
-              url(user/parchment.png) repeat-y, +              url(user/parchment.png) repeat-y, url(user/parch_quotes.png) top left content-box no-repeat;
-              url(user/parch_quotes.png) top left content-box no-repeat;+
   border-radius: 1em;   border-radius: 1em;
 } }
Line 716: Line 786:
   border-image-width: 16px 16px 16px 16px;   border-image-width: 16px 16px 16px 16px;
   border-image-repeat: repeat round;   border-image-repeat: repeat round;
 +  border-top-width: 20px;
 +  border-left-width: 20px;
 +  border-right-width: 20px;
 +  border-bottom-width: 3px;
 } }
  
Line 722: Line 796:
   margin: 1em 1em 1em 1.5em;   margin: 1em 1em 1em 1.5em;
   border: 15px solid khaki;   border: 15px solid khaki;
- 
   border-image-source: url('/lib/tpl/monobook/user/parchbd.png’);   border-image-source: url('/lib/tpl/monobook/user/parchbd.png’);
   border-image-slice: 30;   border-image-slice: 30;
Line 755: Line 828:
   border-bottom: rgba(169, 153, 102, 0.6) 3px double;   border-bottom: rgba(169, 153, 102, 0.6) 3px double;
   text-align: center;   text-align: center;
-  font-size: 12pt;+  font-size: 14px;
 } }
  
Line 763: Line 836:
 h4, h4,
 h5 { h5 {
-  font-family: ;+  font-family: Protest Revolution;
   background-color: inherit;   background-color: inherit;
   padding: 0;   padding: 0;
   padding-top: 12px !important;   padding-top: 12px !important;
   padding-bottom: 0 !important;   padding-bottom: 0 !important;
-  word-spacing: 2px; 
   line-height: 85%;   line-height: 85%;
   clear: left; /* ideally 'both’, but problems with toc */   clear: left; /* ideally 'both’, but problems with toc */
Line 774: Line 846:
  
 h1 { h1 {
-  font-size: 300% !important;+  font-size: 250% !important;
   /* font-weight: bold !important; */   /* font-weight: bold !important; */
   text-shadow: 1.25px 1.25px 1.5px #888;   text-shadow: 1.25px 1.25px 1.5px #888;
Line 782: Line 854:
  
 h2 { h2 {
-  font-size: 265% !important;+  font-size: 225% !important;
   /* font-weight: bold !important; */   /* font-weight: bold !important; */
   color: #8b3300 !important;   color: #8b3300 !important;
 +  font-style: normal;
   text-shadow: 1.0px 1.0px 1.25px #989898;   text-shadow: 1.0px 1.0px 1.25px #989898;
   border-bottom: 2px double #668899 !important;   border-bottom: 2px double #668899 !important;
Line 792: Line 865:
  
 h3 { h3 {
-  font-size: 230% !important;+  font-size: 200% !important;
   /* font-weight: bold !important; */   /* font-weight: bold !important; */
   color: #903300 !important;   color: #903300 !important;
Line 803: Line 876:
  
 h4 { h4 {
-  font-size: 195% !important;+  font-size: 175% !important;
   /* font-weight: bold !important; */   /* font-weight: bold !important; */
   font-style: normal !important;   font-style: normal !important;
   color: #943300 !important;   color: #943300 !important;
 +  line-height: 95%;
   text-shadow: 0.5px 0.5px 0.5px #a8a8a8;   text-shadow: 0.5px 0.5px 0.5px #a8a8a8;
 } }
  
 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;
   color: #993300 !important;   color: #993300 !important;
 +  line-height: 95%;
   text-shadow: 0.35px 0.35px 0.35px #c0c0c0;   text-shadow: 0.35px 0.35px 0.35px #c0c0c0;
 } }
Line 843: Line 918:
  
 a:hover { a:hover {
-  text-shadow: 0px 0px 4px rgba(51, 168, 240, 0.35);+  text-shadow: 0px 0px 4px rgba(51, 168, 240, 0.50);
   text-decoration: underline !important;   text-decoration: underline !important;
  
Line 883: Line 958:
  
 #bodyContent div div.catlinks.noprint { #bodyContent div div.catlinks.noprint {
-  font-family: Alegreja+  font-family: Souvenir
-  font-size: 60%;+  font-size: 16px !important;
   background-color: #f9f9ff;   background-color: #f9f9ff;
   background-color: rgba(249, 249, 249, 0.75);   background-color: rgba(249, 249, 249, 0.75);
Line 1027: Line 1102:
 a.idx_dir, a.idx_dir,
 div#bodyContent a { div#bodyContent a {
-  font-size: 18px;+  font-size: 16px;
 } }
  
 div#bodyContent td { div#bodyContent td {
-  font-size: 18px;+  font-size: 16px;
 } }
  
Line 1058: Line 1133:
 div.catlinks.noprint p, div.catlinks.noprint p,
 div.catlinks.noprint a.breadcrumbs { div.catlinks.noprint a.breadcrumbs {
-  font-size: 10px !important;+  font-size: 12px !important;
 } }
  
 div.tags a div.tags a
  {  {
-  font-size: 16px !important;+  font-size: 18px !important;
 } }
  
Line 1126: Line 1201:
 .ppt { .ppt {
   font-style: italic;   font-style: italic;
-  font-size: 180% !important;+  font-size: 160% !important;
   filter: drop-shadow(2px 2px 2px #000000) !important;   filter: drop-shadow(2px 2px 2px #000000) !important;
 } }
Line 1135: Line 1210:
  
 div#bodyContent a.mediafile.mf_pdf { div#bodyContent a.mediafile.mf_pdf {
-  padding-left: 24px;+  padding-left: 25px;
 } }
  
 +li#tab-export-text {
 +  margin-left: 1.6em;
 +}
  
 +/* To fix the space between the tabs and the top of the content */
 +#p-cactions {
 +  top: 1.3em;
 +}
  
  
 +div#p-cactions.portlet ul li {
 +  font-size: 16px;
 +}

Want to be a baller, party caller, d20 roller and classic hexcrawler