Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

Also, quite som fair amount of styling is available, but customization of fontsizes are completely missing, and the fonts set by the theme are set rather small for the theme, this is quite anoying.This can be fixed (partly) with the following code in the Global HTML (or style pr. space). But of cause, this is my subjective opinion

UI Expand
titleShow code
Kodeblok
 /* Enterprise Theme font corrections */
.wiki-content h1 {font-size: 35px; }
.wiki-content h2 {font-size: 30px; }
.wiki-content h3 {font-size: 25px; }
.wiki-content h4 {font-size: 21px; }
.wiki-content h5 {font-size: 17px; }
.wiki-content p  {font-size: 15px; }
.wiki-content a, .wiki-content a:link, .wiki-content a:visited { color: #538011; text-decoration: underline; }
.wiki-content a:hover { color: #000000; }
.block-element-recently-updated .recently-updated-sidebar a {font-size: 15px; }

...