Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Replaced content with "→CSS placed here will be applied to all skins: ") |
|||
Line 1: | Line 1: | ||
− | / | + | #S1dialogue { |
+ | background: url("http://www.sacredwiki.org/images/dialogbackground2.jpg") repeat scroll 0 0 #25333A; | ||
+ | border-radius: 10px; | ||
+ | box-shadow: 0 0 0 1px #111111, 0 0 0 2px #404040, 0 0 0 3px #555555, 0 0 0 4px #111111; | ||
+ | color: #FFFFFF; | ||
+ | font-family: antique; | ||
+ | font-size: 1em; | ||
+ | letter-spacing: 0.05em; | ||
+ | line-height: 1.2em; | ||
+ | margin: 20px 0; | ||
+ | min-height: 85px; | ||
+ | padding: 12px 0 5px 5px; | ||
+ | position: relative; | ||
+ | width: 495px; | ||
+ | } | ||
+ | #S1dialogue a, dialogue a:visited { | ||
+ | color: #FFA500; | ||
+ | text-shadow: 0 0 0.5em #FF0000, 0 0 1px #000000, 0 0 1px #000000; | ||
+ | } | ||
+ | #S1dialogue a:hover { | ||
+ | color: #FFCB2F; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #S1dialogue p { | ||
+ | line-height: 1.2em; | ||
+ | margin: 0.5em 0 1em; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | .portrait { | ||
+ | background-color: #17353F; | ||
+ | float: left; | ||
+ | height: 76px; | ||
+ | margin: 5px 5px 0 0; | ||
+ | overflow: hidden; | ||
+ | position: relative; | ||
+ | width: 76px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #S1botrightdialog { | ||
+ | background: url("http://www.sacredwiki.org/images/itembrc.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); | ||
+ | bottom: -5px; | ||
+ | height: 18px; | ||
+ | position: absolute; | ||
+ | right: -5px; | ||
+ | width: 18px; | ||
+ | } | ||
+ | #S1botleftdialog { | ||
+ | background: url("http://www.sacredwiki.org/images/itembrc.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); | ||
+ | bottom: -5px; | ||
+ | height: 18px; | ||
+ | left: -5px; | ||
+ | position: absolute; | ||
+ | transform: rotate(90deg); | ||
+ | width: 18px; | ||
+ | } | ||
+ | #S1toprightdialog { | ||
+ | background: url("http://www.sacredwiki.org/images/itembrc.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); | ||
+ | height: 18px; | ||
+ | position: absolute; | ||
+ | right: -5px; | ||
+ | top: -5px; | ||
+ | transform: rotate(-90deg); | ||
+ | width: 18px; | ||
+ | } | ||
+ | #S1topleftdialog { | ||
+ | background: url("http://www.sacredwiki.org/images/itembrc.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); | ||
+ | height: 18px; | ||
+ | left: -5px; | ||
+ | position: absolute; | ||
+ | top: -5px; | ||
+ | transform: rotate(180deg); | ||
+ | width: 18px; | ||
+ | } |
Revision as of 02:44, 8 February 2014
#S1dialogue { background: url("http://www.sacredwiki.org/images/dialogbackground2.jpg") repeat scroll 0 0 #25333A; border-radius: 10px; box-shadow: 0 0 0 1px #111111, 0 0 0 2px #404040, 0 0 0 3px #555555, 0 0 0 4px #111111; color: #FFFFFF; font-family: antique; font-size: 1em; letter-spacing: 0.05em; line-height: 1.2em; margin: 20px 0; min-height: 85px; padding: 12px 0 5px 5px; position: relative; width: 495px; } #S1dialogue a, dialogue a:visited { color: #FFA500; text-shadow: 0 0 0.5em #FF0000, 0 0 1px #000000, 0 0 1px #000000; } #S1dialogue a:hover { color: #FFCB2F; text-decoration: none; } #S1dialogue p { line-height: 1.2em; margin: 0.5em 0 1em; padding: 0; } .portrait { background-color: #17353F; float: left; height: 76px; margin: 5px 5px 0 0; overflow: hidden; position: relative; width: 76px; z-index: 2; } #S1botrightdialog { background: url("http://www.sacredwiki.org/images/itembrc.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); bottom: -5px; height: 18px; position: absolute; right: -5px; width: 18px; } #S1botleftdialog { background: url("http://www.sacredwiki.org/images/itembrc.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); bottom: -5px; height: 18px; left: -5px; position: absolute; transform: rotate(90deg); width: 18px; } #S1toprightdialog { background: url("http://www.sacredwiki.org/images/itembrc.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); height: 18px; position: absolute; right: -5px; top: -5px; transform: rotate(-90deg); width: 18px; } #S1topleftdialog { background: url("http://www.sacredwiki.org/images/itembrc.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); height: 18px; left: -5px; position: absolute; top: -5px; transform: rotate(180deg); width: 18px; }