jan:Kalopu/common.css

tan lipu Wikipesija
Revision as of 2023-05-29T01:29:06 by Kalopu (toki | ante) (this actually doesnt look like a complete disaster now)
(ante) ← Older revision | Latest revision (ante) | Newer revision → (ante)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* damn i should really learn css this sucks */
/* Covers most text */  
body { 
    font-family: "sitelen-pona pona-pona-Kalopu", sans-serif;
    font-size: 25px;
    line-height: 1;
} 
 
/* Covers some headers */  
.mw-body h1, .mw-body h2 { 
    font-family: "sitelen-pona pona-pona-Kalopu", serif;
    font-size: 20px;
}

/* Covers "o ante / o ante e toki ilo" */
.mw-editsection {
	font-family: "sitelen-pona pona-pona-Kalopu", sans-serif;
    font-size: 20px;
}

/* Covers code */
code, .mwcode, .mwcss {
	font-family: "insa pi supa lape", monospace;
    font-size: 20px;
}

/* Adjustments */
#content {
	margin-left:167px ;
}

#p-navigation, #p-tb, #toc {
	font-size: 20px;
}

#p-logo a {
	width: 5em;  /* i dont even know what an em is */
}

.vector-menu-portal .vector-menu-heading {
	background-image: linear-gradient(to right,rgba(200,204,209,0) 0,#c8ccd1 16%,#c8ccd1 33%,rgba(200,204,209,0) 50%);
}

#mw-head {
	font-size: 20px;
}

table {
	font-size: 80%;
}

.mw-body {
	margin-top: -26px;
}