Difference between revisions of "MediaWiki:Go.css"
m |
m |
||
Line 1: | Line 1: | ||
− | div.gotop { background: lightgray; border-radius: | + | div.gotop { |
− | + | background: lightgray; | |
− | } | + | border-radius: 124px; |
+ | top: 748px; | ||
+ | color: white; | ||
+ | font-size: 38px; | ||
+ | padding: 0px; | ||
+ | position: fixed; | ||
+ | left: 80px; | ||
+ | width: 41px; | ||
+ | height: 40px; | ||
+ | line-height: 1.09; | ||
+ | text-align: center; | ||
+ | } | ||
− | div. | + | div.gotop { |
− | + | background: lightgray; | |
− | + | border-radius: 124px; | |
− | } | + | top: 748px; |
+ | color: white; | ||
+ | font-size: 38px; | ||
+ | padding: 0px; | ||
+ | position: fixed; | ||
+ | left: 20px; | ||
+ | width: 41px; | ||
+ | height: 40px; | ||
+ | line-height: 1.09; | ||
+ | text-align: center; | ||
+ | } | ||
+ | /* | ||
div.gotop a, div.gotop a:visited { color: inherit !important; text-decoration: none !important; | div.gotop a, div.gotop a:visited { color: inherit !important; text-decoration: none !important; | ||
} | } | ||
div.back a, div.back a:visited { color: inherit !important; text-decoration: none !important; | div.back a, div.back a:visited { color: inherit !important; text-decoration: none !important; | ||
+ | } */ | ||
+ | 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; | ||
} | } |
Revision as of 02:11, 12 November 2017
div.gotop {
background: lightgray;
border-radius: 124px;
top: 748px;
color: white;
font-size: 38px;
padding: 0px;
position: fixed;
left: 80px;
width: 41px;
height: 40px;
line-height: 1.09;
text-align: center;
}
div.gotop {
background: lightgray;
border-radius: 124px;
top: 748px;
color: white;
font-size: 38px;
padding: 0px;
position: fixed;
left: 20px;
width: 41px;
height: 40px;
line-height: 1.09;
text-align: center;
}
/*
div.gotop a, div.gotop a:visited { color: inherit !important; text-decoration: none !important;
}
div.back a, div.back a:visited { color: inherit !important; text-decoration: none !important;
} */
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;
}