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/20 01:39] 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 622: Line 622:
     font-style: 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 633: 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 701: 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 726: 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 747: 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 753: 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 786: 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 799: Line 841:
   padding-top: 12px !important;   padding-top: 12px !important;
   padding-bottom: 0 !important;   padding-bottom: 0 !important;
-  word-spacing: 2px; +  line-height: 85%;
-  line-height: 95%;+
   clear: left; /* ideally 'both’, but problems with toc */   clear: left; /* ideally 'both’, but problems with toc */
 } }
Line 839: Line 880:
   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;
 } }
Line 847: Line 889:
   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 915: 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 1059: 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 1090: 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 1158: 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 1167: Line 1210:
  
 div#bodyContent a.mediafile.mf_pdf { div#bodyContent a.mediafile.mf_pdf {
-  margin-left: 200px; +  padding-left: 25px;
-  padding-left: 24px;+
 } }
  
Line 1175: Line 1217:
 } }
  
 +/* 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;
 +}

That which does not kill you gives you XP