Difference between revisions of "Template:GreatBay SCIE/CSS"

(Replaced content with "nothing here stop peeking")
Line 1: Line 1:
html, body{
+
nothing here stop peeking
    height: 100%;
+
    margin: 0;
+
    padding: 0;
+
    scroll-behavior: smooth;
+
}
+
.sidebar{
+
    margin-left: -20px;
+
    margin-top: 72.6px;
+
    width: 22%;
+
    position: fixed;
+
    top: 0;
+
    height: 100%;
+
}
+
#top {
+
    _position: absolute;
+
    _bottom: auto;
+
    _top: expression(eval(document.documentElement.scrollTop));
+
}
+
.sidebar ul{
+
    position:relative;
+
    height: 100%;
+
    /*list-style: none;*/
+
    background-color:#68909c;
+
    opacity: 100%;
+
    padding-left: 20px;
+
    display:block;
+
}
+
.sidebar ul li a{
+
    font-size: 130%;
+
    font-weight: 700;
+
    color:black;
+
    text-decoration:none;
+
    /*text-align: right;*/
+
    margin-left:50px;
+
    margin-right: 5px;
+
    margin-top: 10px;
+
    font-family:"Courier";
+
    display:block;
+
    transition: all 0.25s ease-out;
+
    padding:13px 5px 13px 5px;
+
    /*margin: 3px 0px 3px -25px;*/
+
    /*position: relative;*/
+
}
+
.sidebar ul li a:hover{
+
    color:white;
+
    transition: all 0.15s ease;
+
    background-color:#385d68;
+
    border-radius:10px;
+
}
+
.sidebar ul li a.active{
+
    color:white;
+
    transition: all 0.15s ease;
+
    background-color:#385d68;
+
    border-radius:10px;
+
}
+
/*.sidebar ul li ul a{
+
    font-size: 90%;
+
    font-weight: 475;
+
    text-align: left;
+
    float:left;
+
    margin-left: 0px;
+
    display:block;
+
}
+
.sidebar ul li ul li a{
+
    display:block;
+
}*/
+
.text{
+
    margin-top:72.9px;margin-left:20%;font-size:200px;
+
}
+

Revision as of 10:09, 17 July 2021

nothing here stop peeking