MediaWiki:Common.css

Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
Wechseln zu: Navigation, Suche

Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
.source-actionscript, .source-ada, .source-apache, .source-applescript, .source-asm, .source-asp, .source-autoit, .source-bash, .source-blitzbasic, .source-bnf, .source-c, .source-c_mac, .source-caddcl, .source-cadlisp, .source-cfdg, .source-cfm, .source-cpp, .source-cpp-qt, .source-csharp, .source-css, .source-d, .source-delphi, .source-diff, .source-div, .source-dos, .source-eiffel, .source-fortran, .source-freebasic, .source-gml, .source-groovy, .source-html4strict, .source-idl, .source-ini, .source-inno, .source-io, .source-java, .source-java5, .source-javascript, .source-latex, .source-lisp, .source-lua, .source-matlab, .source-mirc, .source-mpasm, .source-mysql, .source-nsis, .source-objc, .source-ocaml, .source-ocaml-brief, .source-oobas, .source-oracle8, .source-pascal, .source-perl, .source-php, .source-php-brief, .source-plsql, .source-python, .source-qbasic, .source-rails, .source-reg, .source-robots, .source-ruby, .source-sas, .source-scala, .source-scheme, .source-sdlbasic, .source-smalltalk, .source-smarty, .source-sql, .source-tcl, .source-text, .source-thinbasic, .source-tsql, .source-vb, .source-vbnet, .source-vhdl, .source-visualfoxpro, .source-winbatch, .source-xml, .source-xpp, .source-z8 {
  background-color:#F9F9F9;
  border:1px dashed #2F6FAB;
  color:black;
  line-height:1.1em;
  padding:1em;
}

/* list item bullets */
ul li {
  list-style-image: url(http://jsug.at/w/images/c/cb/Bullet_icon.gif);
}
#toc ul li {
  margin-left: 10pt;
}

/* remove default background image */
body { background-image:none; }

/* change main logo in top left corner */
#p-logo a { background: url(http://jsug.at/w/images/7/7c/JSUG-logo09.png) 35% 50% no-repeat !important; }

/* change all link colors */
a, a:link, a:active, a:visited, a:hover,
#bodyContent a.external,
#p-cactions ul li a,
#p-personal ul li a
 { color: #9f7f4c; }

/* change background of unselected tabs */
#p-cactions ul li a { background: #f2e5cf}

/* change icon of external links */
#bodyContent a.external {
  background:transparent url(http://jsug.at/w/images/6/67/External_link.png) no-repeat scroll right center;
  padding-right:13px;
}

/* common table style */
table.commonTable {
  border-width: 0px;
}
table.commonTable th {
  color: white;
  background-color:#9f7f4c;
}
table.commonTable td {
  border-bottom: 1px solid #9f7f4c;
}


/* lefthand box header */
#p-navigation h5, 
#p-search h5,
#p-tb h5 {
  font-weight: bold
}

/* lefthand box border */
#p-navigation div, 
#p-search div,
#p-tb div {
  border-width: 0px;
  background-color: transparent;
}

/* suppress the person icon for login/username */
li#pt-userpage,
li#pt-login,
li#pt-anonuserpage {
  background: none;
}

/* hide: footer, talk to ip-address */
#footer,
li#pt-anontalk {
  visibility:hidden;
}

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }

/* Seit height of Edit Textarea to 40em, too small otherwise*/
textarea{
height: 40em;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
/* ==================================================================================== */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
 
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}