Benutzer:Flo2154/selfhtml.css

Aus SELFHTML-Wiki
Wechseln zu: Navigation, Suche

Hinweis: Leeren Sie 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: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
/* __NORICHEDITOR__ */
 
.jQueryMsg {
  position: fixed;
  height: 15px;
  width: 97%;
  bottom: 0;
  left: 0.5%;
  right: 2.5%;
  padding: 2px 10px;
  line-height:15px;
  font-size: 10px;
  color: #000;
  background-color: rgba(255, 170, 51, 0.8);
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
#header {
  background: -moz-linear-gradient(#DDCCAA, #CCAA77) #D2BA92;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
}
#header ul {
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
  background: none !important;
}
#header li {
  background: none !important;
  border: 0 !important;
  padding: 0;
  margin: 0 3px 0 0 !important;
}
#header ul li a {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #852 !important;
  color: #fff !important;
  padding: 5px 1ex 4px 1ex;
  margin: 0;
}
#header ul li a:hover {
  background: #963 !important;
}
#header ul li.new a {
  color: #fd5 !important;
}
#header ul li.selected a, #header ul li.selected a:hover {
  background: #fff !important;
  border-color: #ff0 !important;
  border-style: solid !important;
  border-width: 2px 0 0 !important;
  color: #457 !important;
  padding: 3px 1ex 5px 1ex;
  margin-bottom: -1px;
}
#header ul li.selected a:hover {
  border-color: #ff8 !important;
}
#header ul li a[href*="title=Benutzer:"][href$="action=edit"] {
  background: #a00 !important;
}
#header ul li a[href*="title=Benutzer:"][href$="action=edit"]:hover {
  background: #c00 !important;
}
#header ul li.selected a[href*="title=Benutzer:"][href$="action=edit"],
#header ul li.selected a[href*="title=Benutzer:"][href$="action=edit"]:hover {
  background: #fff !important;
  border-color: #a00 !important;
  border-style: solid !important;
  border-width: 2px 0 0 !important;
}
#header ul li.selected a[href*="title=Benutzer:"][href$="action=edit"]:hover {
  border-color: #f00 !important;
}
#header ul li a[href*="title=Benutzer:Flo2154"][href$="action=edit"] {
  background: #852 !important;
}
#header ul li a[href*="title=Benutzer:Flo2154"][href$="action=edit"]:hover {
  background: #963 !important;
}
#header ul li.selected a[href*="title=Benutzer:Flo2154"][href$="action=edit"],
#header ul li.selected a[href*="title=Benutzer:Flo2154"][href$="action=edit"]:hover {
  background:#fff !important;
  border-color: #ff0 !important;
}
#header ul li.selected a[href*="title=Benutzer:Flo2154"][href$="action=edit"]:hover {
  border-color: #ff8 !important;
}


#header ul #ca-watch a,
#header ul #ca-unwatch a {
  text-indent:-9999px;
  background:transparent url(http://www.duran2.de/felektro/src/star.png) no-repeat top left !important;
}
#header ul #ca-watch a {
  background-image:url(http://www.duran2.de/felektro/src/star-gray.png) !important;
}


h2, h3, h4, h5, h6 {
  position:relative;
}
.editsection {
  float:none !important;
  position:absolute;
  bottom:0;
  right:0;
  vertical-align:bottom;
}
.editsection a, .toplink {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #852;
  color: #fff !important;
  padding:3px 1ex;
  font-weight:bold;
  font-size:7pt !important;
  margin:0 0 0 0.7ex !important;
  cursor:pointer;
  vertical-align:bottom;
}
h3 .editsection a, h3 .toplink,
h4 .editsection a, h4 .toplink,
h5 .editsection a, h5 .toplink,
h6 .editsection a, h6 .toplink {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.editsection a:hover, .toplink:hover {
  background: #963;
  color: #fff !important;
  text-decoration:none !important;
}
.editsection a[href*="title=Benutzer:"] {
  background: #a00 !important;
}
.editsection a[href*="title=Benutzer:"]:hover {
  background: #c00 !important;
}
.editsection a[href*="title=Benutzer:Flo2154"] {
  background: #852 !important;
}
.editsection a[href*="title=Benutzer:Flo2154"]:hover {
  background: #963 !important;
}

code {
  color: #00a;
}

#footer {
    background-color: #efefef !important;
    border:0 !important;
    border-radius: 10px 10px 0 0;
    margin-bottom:0 !important;
}