Versioner sammenlignet

Nøgle

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

...

Also, quite som fair amount of styling is available, though the lack of fontsizes are completely missing, and the font are set rather small for the theme. This can be fixed easily with the following stud in the Global HTML (or style pr. space):.

code
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; }

 

Also, the theming and the sidebars are very flexible for admin to set design, and some very special features as "Set as landing page" versure the default "Embed page View" are very nice and gives users a good inpression on hitting a page (this is customizealbe per page):

...