Difference between revisions of "MediaWiki:Go.css"
m |
m |
||
Line 3: | Line 3: | ||
color: lightgray; | color: lightgray; | ||
font-size: 41px; | font-size: 41px; | ||
− | |||
position: fixed; | position: fixed; | ||
− | + | width: 51px; | |
− | width: | ||
height: 43px; | height: 43px; | ||
line-height: 1.2em; | line-height: 1.2em; | ||
− | text-align: | + | text-align: left; |
+ | text-align-last: left; | ||
+ | padding-left: 0; | ||
+ | text-indent: -10px; | ||
} | } | ||
Revision as of 09:46, 24 February 2018
div#gotop {
top: 0px;
color: lightgray;
font-size: 41px;
position: fixed;
width: 51px;
height: 43px;
line-height: 1.2em;
text-align: left;
text-align-last: left;
padding-left: 0;
text-indent: -10px;
}
div#goback {
top: 293px;
color: lightgray;
font-size: 41px;
padding: 0px;
position: fixed;
left: 138px;
width: 40px;
height: 42px;
line-height: 1.3;
text-align: center;
}
div#gotop a, div#gotop a:visited { color: inherit !important; text-decoration: none !important;
font-weight: bold;
}
div#goback a, div#goback a:visited { color: inherit !important; text-decoration: none !important;
font-weight: bold;
}
p.go {
line-height: 1.4em;
margin: 5px;
font-size: 30pt;
text-indent: 0.00cm;
font-weight: normal;
text-align: center;
text-align-last: center;
padding: 0px;
color: #e10101;
}