Update 'notitleyet/main.css'

master
martin 2 years ago
parent 2d5c02156d
commit dba995c6e8

@ -1,12 +1,9 @@
@import url("main.css");
body{
color:black;
}
#wrapper {
background-color:white;
background-color:rgb(141, 141, 141);
}
/*header*/
@ -16,32 +13,36 @@ header{padding-bottom:2%;}
header h1{float:none;}
#homebttn{
position: fixed;
background-color: inherit;
text-align:right;
color:black;
color:rgb(255, 255, 255);
position:absolute;
top:0;
right:0;
margin-right:6%;
margin-top:15px;
margin-top:0%;
padding:0.3% 0 0 0.3%;
font-size:0.6em;
font-size:3em;
z-index:44;
}
#project-title {
font-size:1.4em;
line-height:135%;
font-size:4em;
line-height:100%;
margin-bottom:1%;
margin-top: 0%;
}
#student-name {
margin-bottom:0;
font-weight:normal;
font-size:0.8em;
position: fixed;
bottom: 0%;
left: 2%;
z-index: 1000;
}
a#student-page{color:black;}
#hleft-text{
@ -61,9 +62,13 @@ a#student-page{color:black;}
#about-student{
width:95%;
color:#2f2f2f;
color:#6f6f6f;
font-size:1em;
font-style:italic;
font-family:NeueMedium;
}
#about-project {
font-family:NeueRoman;
letter-spacing: -0.2%;
}
object{
@ -76,7 +81,9 @@ hr{
}
.show{
color: black;
font-size:1em;
text-decoration: none;
}
#project-link{
@ -96,7 +103,7 @@ section#main{
}
.gal-title{
font-size:0.8em;
font-size:1.3em;
}
#publist {
@ -121,7 +128,8 @@ section#main{
}
#galleries li, #galleries p{
font-size:0.8em;
font-size:1.6em;
font-family: BrutText;
}
}
@ -161,18 +169,21 @@ section#main{
#homebttn{
position: fixed;
margin-right:3%;
margin-top:0.7%;
margin-top:0%;
}
/*header*/
#student-name {
font-size:0.6em;
font-size:1.6em;
}
/*main*/
section#main{
width:74%;
@ -186,7 +197,7 @@ section#main{
}
#galleries li, #galleries p{
font-size:0.62em;
font-size:1.3em;
}
}
@ -194,11 +205,11 @@ section#main{
@media all and (min-width: 1400px){
#galleries li, #galleries p{
font-size:0.55em;
font-size:1.6em;
}
.gal-title{
font-size:0.73em;
font-size:1.6em;
}
Loading…
Cancel
Save