Update 'notitleyet/main.css'

master
martin 3 years ago
parent 2d5c02156d
commit dba995c6e8

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