Update 'notitleyet/style.css'

master
martin 2 years ago
parent 9861584886
commit 2d5c02156d

@ -1,16 +1,56 @@
@font-face { @font-face {
font-family: inconsolata; font-family: inconsolata;
src: url(fonts/inconsolata.ttf); src: url(font/inconsolata.ttf);
} }
@font-face { @font-face {
font-family: inconsolatabold; font-family: inconsolatabold;
src: url(fonts/inconsolatabold.ttf); src: url(font/inconsolatabold.ttf);
} }
@font-face { @font-face {
font-family: courierprime; font-family: courierprime;
src: url(fonts/courierprime.ttf); src: url(font/courierprime.ttf);
}
@font-face {
font-family: BrutText;
src: url(font/Brut_Grotesque-Text.ttf);
}
@font-face {
font-family: BrutBold;
src: url(font/Brut_Grotesque-Bold.ttf);
}
@font-face {
font-family: NeueRoman;
src: url(font/NeueHaasGrotDispRound-55Roman.ttf);
}
@font-face {
font-family: NeueRomanItalic;
src: url(font/NeueHaasGrotDispRound-56Italic.ttf);
}
@font-face {
font-family: NeueMedium;
src: url(font/NeueHaasGrotDispRound-65Medium.ttf);
}
@font-face {
font-family: NeueMediumItalic;
src: url(font/NeueHaasGrotDispRound-66MediumItalic.ttf);
}
@font-face {
font-family: NeueBold;
src: url(font/NeueHaasGrotDispRound-75Bold.ttf);
}
@font-face {
font-family: NeueBoldItalic;
src: url(font/NeueHaasGrotDispRound-76BoldItalic.ttf);
} }
* { * {
@ -18,7 +58,7 @@
} }
body{ body{
font-family:inconsolata, sans-serif; font-family:"NeueRoman";
color:white; color:white;
} }
@ -30,7 +70,7 @@ body{
bottom: 0; bottom: 0;
right: 0; right: 0;
z-index: -1; z-index: -1;
background-color: #ff0000; background-color: #b0b0b0;
} }
/*header*/ /*header*/
@ -46,7 +86,8 @@ header{
} }
header h1{ header h1{
font-family:courierprime; font-family:'BrutText';
letter-spacing: -1pt;
font-size:9vw; font-size:9vw;
float:left; float:left;
width:60%; width:60%;
@ -129,20 +170,16 @@ header h1{
} }
#getback{ #getback{
text-decoration:underline; -webkit-filter: invert(100%);
text-decoration-color:#99ff99;
} }
#getback:hover{ #getback:hover{
text-decoration: overline; -webkit-filter: invert(100%);
font-family:inconsolatabold;
text-decoration-color:magenta;
} }
#back, #back:hover, #back:visited{ #back, #back:hover, #back:visited{
text-decoration:none; text-decoration:none;
color:white; color:rgb(54, 0, 80);
} }
@ -181,9 +218,8 @@ header h1{
.upbar { .upbar {
height:5%; height:5%;
width:100%; width:100%;
background-color:#99ff99; -webkit-filter: invert(100%);
position:relative; position:relative;
} }
.upbar a { .upbar a {
@ -217,7 +253,7 @@ header h1{
} }
.upclose:hover { .upclose:hover {
color:magenta; -webkit-filter: invert(100%);
} }
@ -362,24 +398,24 @@ p.subcl3{
} }
a{ a{
color:white; color:black;
text-decoration-color:#99ff99; }
.a.hover{
-webkit-filter: invert(100%);
} }
.ext:hover { .ext:hover {
text-decoration: overline; -webkit-filter: invert(100%);
font-family:inconsolatabold;
text-decoration-color:yellow;
} }
.int:hover { .int:hover {
text-decoration: overline; -webkit-filter: invert(100%);
font-family:inconsolatabold;
text-decoration-color:magenta;
} }
#show:hover{ #show:hover{
font-family:courierprime; -webkit-filter: invert(100%);
color: white;
} }
@ -534,7 +570,7 @@ p.subcl3{
header{ header{
width:25%; width:25%;
position:fixed; position:relative;
left:0; left:0;
top:2%; top:2%;
bottom:0; bottom:0;
@ -639,7 +675,7 @@ header h1{
/*main*/ /*main*/
section#main{ section#main{
position:fixed; position:relative;
top:0; top:0;
bottom:0; bottom:0;
overflow:hidden; overflow:hidden;
@ -662,6 +698,7 @@ section#main{
} }
[class*="col"]{ [class*="col"]{
width:20.75%; width:20.75%;
@ -709,12 +746,13 @@ p.subcl3{
@media all and (min-width: 1400px){ @media all and (min-width: 1400px){
/*header*/ /*header*/
header{ header{
width:25%; width:25%;
position:fixed; position:relative;
left:0; left:0;
top:2%; top:2%;
bottom:0; bottom:0;
@ -818,7 +856,7 @@ header h1{
/*main*/ /*main*/
section#main{ section#main{
position:fixed; position:relative;
top:0; top:0;
bottom:0; bottom:0;
overflow:hidden; overflow:hidden;
@ -828,6 +866,13 @@ section#main{
} }
#project-title {
font-size:6.2em;
line-height:100%;
margin-bottom:1%;
margin-top: 0%;
}
#content{ #content{
padding-top:1%; padding-top:1%;
overflow-y:auto; overflow-y:auto;
@ -889,6 +934,7 @@ p.subcl3{
/* --------- 6th case --------- */ /* --------- 6th case --------- */
@media all and (max-height: 450px) { @media all and (max-height: 450px) {
[id*="att-video"] > .wrap{ [id*="att-video"] > .wrap{
width:400px; width:400px;
} }
Loading…
Cancel
Save