Difference between revisions of "MediaWiki:Go.css"

From www.PSALTIKI.info
Jump to: navigation, search
m
m
Line 1: Line 1:
 
div#gotop {
 
div#gotop {
    background: lightgray;
+
     top: 0px;
    border-radius: 124px;
+
     color: black;
     top: 748px;
+
     font-size: 41px;
     color: white;
 
     font-size: 38px;
 
 
     padding: 0px;
 
     padding: 0px;
 
     position: fixed;
 
     position: fixed;
     left: 80px;
+
     left: 139px;
     width: 41px;
+
     width: 40px;
     height: 40px;
+
     height: 43px;
     line-height: 1.09;
+
     line-height: 1.2em;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
  
 
div#goback {
 
div#goback {
    background: black;
+
     top: 293px;
     top: 0px;
+
     color: black;
     color: yellow;
+
     font-size: 41px;
     font-size: 34px;
 
 
     padding: 0px;
 
     padding: 0px;
 
     position: fixed;
 
     position: fixed;
     left: 142px;
+
     left: 138px;
     width: 36px;
+
     width: 40px;
     height: 40px;
+
     height: 42px;
 
     line-height: 1.3;
 
     line-height: 1.3;
 
     text-align: center;
 
     text-align: center;
Line 29: Line 26:
  
 
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;  
 +
font-weight: bold;
 
}  
 
}  
 
div#goback a, div#goback a:visited { color: inherit !important; text-decoration: none !important;
 
div#goback a, div#goback a:visited { color: inherit !important; text-decoration: none !important;
 +
font-weight: bold;
 
}
 
}
 
p.go {
 
p.go {

Revision as of 03:23, 12 November 2017

div#gotop {
    top: 0px;
    color: black;
    font-size: 41px;
    padding: 0px;
    position: fixed;
    left: 139px;
    width: 40px;
    height: 43px;
    line-height: 1.2em;
    text-align: center;
}

div#goback {
    top: 293px;
    color: black;
    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;
}