MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 10: | Zeile 10: | ||
h2.box { color:black; font-family:Garamond, Times, serif; font-size:1.7em; font-variant:small-caps; font-weight:900; border-bottom: none } | h2.box { color:black; font-family:Garamond, Times, serif; font-size:1.7em; font-variant:small-caps; font-weight:900; border-bottom: none } | ||
#hauptseite1 {text-align:center; font-size:3.6em; Color:#00adef; font-variant:small-caps; letter-spacing: 0.3em; font-weight: bolder; padding-top: 12px; } | #hauptseite1 {text-align:center; font-size:3.6em; Color:#00adef; font-variant:small-caps; letter-spacing: 0.3em; font-weight: bolder; padding-top: 12px; } | ||
+ | .editbutton { | ||
+ | float:right; | ||
+ | display: block; | ||
+ | font-size:0.9em; | ||
+ | font-family: Helvetica, Futura, "Century Gothic", "Calibri", "Franklin Gothic Book", Verdana, sans-serif; | ||
+ | text-align:right; !important; | ||
+ | font-weight:bolder; | ||
+ | border: 1px solid gray; | ||
+ | padding-left: 24px; | ||
+ | padding-right: 24px; | ||
+ | display: inline-block; | ||
+ | background-image: -webkit-linear-gradient(#f2f2f2 0%, #cfcfcf 100%); | ||
+ | background-image: -moz-linear-gradient(#f2f2f2 0%, #cfcfcf 100%); | ||
+ | background-image: -o-linear-gradient(#f2f2f2 0%, #cfcfcf 100%); | ||
+ | background-image: linear-gradient(#f2f2f2 0%, #cfcfcf 100%); | ||
+ | } | ||
+ | .li { | ||
+ | float: left; | ||
+ | width: 49%; | ||
+ | } | ||
+ | .re { | ||
+ | float: right; | ||
+ | width: 49%; | ||
+ | } |
Aktuelle Version vom 22. Dezember 2013, 22:31 Uhr
small {font-size: 0.88em;} pre, code { font-size:115%; } a.internal { color:navy !important;} a.external { color:#006600 !important;} a:active { color: #002bb8; } body.page-Augenarztpraxis_Petra_Döhler #ca-form_edit {display:none; } body.page-Augenarztpraxis_Petra_Döhler #ca-addsection {display:none; } body.page-Augenarztpraxis_Petra_Döhler h1.firstHeading {display: none; } body.page-Augenarztpraxis_Petra_Döhler #contentSub {display: none; } h2.box { color:black; font-family:Garamond, Times, serif; font-size:1.7em; font-variant:small-caps; font-weight:900; border-bottom: none } #hauptseite1 {text-align:center; font-size:3.6em; Color:#00adef; font-variant:small-caps; letter-spacing: 0.3em; font-weight: bolder; padding-top: 12px; } .editbutton { float:right; display: block; font-size:0.9em; font-family: Helvetica, Futura, "Century Gothic", "Calibri", "Franklin Gothic Book", Verdana, sans-serif; text-align:right; !important; font-weight:bolder; border: 1px solid gray; padding-left: 24px; padding-right: 24px; display: inline-block; background-image: -webkit-linear-gradient(#f2f2f2 0%, #cfcfcf 100%); background-image: -moz-linear-gradient(#f2f2f2 0%, #cfcfcf 100%); background-image: -o-linear-gradient(#f2f2f2 0%, #cfcfcf 100%); background-image: linear-gradient(#f2f2f2 0%, #cfcfcf 100%); } .li { float: left; width: 49%; } .re { float: right; width: 49%; }