Difference between revisions of "MediaWiki:Go.css"

From www.PSALTIKI.info
Jump to: navigation, search
(Created page with "div.gotop { background: lightgray; border-radius: 150px; top: 585px; color:white; font-size: 75px; padding: 9px; position: fixed; left: 8px; width: 68px; height: 68px; line-he...")
 
m
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
div.gotop { background: lightgray; border-radius: 150px; top: 585px; color:white; font-size: 75px; padding: 9px; position: fixed; left: 8px; width: 68px; height: 68px; line-height: 1.09; text-align: center;
+
div#gotop a, div#gotop a:visited { /* color: inherit !important; */ text-decoration: none !important;  
+
font-weight: bold;
 +
color: lightgray !important;
 +
margin-left: -67px;
 
}  
 
}  
  
div.back { background: lightgray; border-radius: 150px;  
+
div#gotop {
top: 195px; color:white; font-size: 75px; padding: 9px; position: fixed; left: 8px;  
+
    top: 38px;
width: 68px; height: 68px; line-height: 1.09; text-align: center;
+
    color: lightgray;
}  
+
    font-size: 41px;
div.gotop a, div.gotop a:visited { color: inherit !important; text-decoration: none !important;  
+
    position: fixed;
}  
+
    width: 31px;
div.back a, div.back a:visited { color: inherit !important; text-decoration: none !important;
+
    height: 40px;
 +
    line-height: 1.2em;
 +
    text-align: left;
 +
    text-align-last: left;
 +
    padding-left: 0;
 +
    text-indent: -15px;
 +
}
 +
 
 +
div#goback {
 +
    top: 293px;
 +
    color: lightgray;
 +
    font-size: 41px;
 +
    padding: 0px;
 +
    position: fixed;
 +
    width: 40px;
 +
    height: 42px;
 +
    line-height: 1.2em;
 +
    text-align: left;
 +
    text-align-last: left;
 +
    padding-left: 0;
 +
    text-indent: -10px;
 +
}
 +
 
 +
 
 +
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;
 
}
 
}

Latest revision as of 10:16, 24 July 2018

div#gotop a, div#gotop a:visited { /* color: inherit !important; */ text-decoration: none !important; 
									font-weight: bold;
									color: lightgray !important;
									margin-left: -67px;
} 

div#gotop {
    top: 38px;
    color: lightgray;
    font-size: 41px;
    position: fixed;
    width: 31px;
    height: 40px;
    line-height: 1.2em;
    text-align: left;
    text-align-last: left;
    padding-left: 0;
    text-indent: -15px;
}

div#goback {
    top: 293px;
    color: lightgray;
    font-size: 41px;
    padding: 0px;
    position: fixed;
    width: 40px;
    height: 42px;
     line-height: 1.2em;
    text-align: left;
    text-align-last: left;
    padding-left: 0;
    text-indent: -10px;
}


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;
}