karnov.club/css/style.css

192 lines
2.2 KiB
CSS
Raw Normal View History

2015-12-22 05:59:30 +00:00
/*
* GENERAL
*/
2015-06-22 04:00:29 +00:00
body {
2015-12-22 05:59:30 +00:00
margin: 0 0;
}
2015-12-24 07:36:59 +00:00
#page-gen {
2015-12-22 05:59:30 +00:00
position: relative;
height: 100vh;
width: 100vw;
2015-12-22 18:00:47 +00:00
background-color: #fff;
2015-12-23 03:03:52 +00:00
min-width: 1020px;
min-height: 640px;
2015-06-22 04:00:29 +00:00
}
2015-12-24 07:36:59 +00:00
#topmenu {
position: fixed;
top: 0;
width: 100vw;
2015-06-22 04:00:29 +00:00
}
2015-12-24 07:36:59 +00:00
.panel-gen {
height: 100vh;
padding-left: 2vw;
padding-top: 10vh;
2015-06-22 04:00:29 +00:00
}
2015-12-24 07:36:59 +00:00
2015-06-22 04:00:29 +00:00
2015-12-22 18:00:47 +00:00
p {
line-height: 1.2;
margin: 0 0;
}
2015-12-23 02:32:15 +00:00
a {
2015-12-24 07:36:59 +00:00
color :#727272 !important;
2015-12-23 02:32:15 +00:00
}
a:hover {
2015-12-24 07:36:59 +00:00
color: #03A9F4 !important;
2015-12-23 02:32:15 +00:00
}
a i {
color: inherit;
}
2015-12-22 05:59:30 +00:00
/*
* LANDING PANEL
*/
2015-06-22 04:00:29 +00:00
2015-12-24 07:36:59 +00:00
/*Bigger things*/
2015-12-23 02:32:15 +00:00
#container-landing{
2015-12-24 07:36:59 +00:00
padding-top: 25vh;
2015-12-23 02:32:15 +00:00
}
2015-12-22 05:59:30 +00:00
#greet {
margin-bottom: 0;
2015-12-23 02:32:15 +00:00
font-size: 7vw;
2015-06-22 04:00:29 +00:00
}
2015-12-22 05:59:30 +00:00
#landing-blurb {
overflow: hidden;
2015-12-23 02:32:15 +00:00
margin-left:0.4vw;
2015-06-22 04:00:29 +00:00
}
2015-12-24 07:36:59 +00:00
/*Navigation*/
2015-12-23 02:32:15 +00:00
#container-landing ul {
2015-12-22 05:59:30 +00:00
list-style: none;
2015-12-23 02:32:15 +00:00
font-size: 4vw;
padding-left: 0;
2015-12-22 05:59:30 +00:00
}
2015-12-23 02:32:15 +00:00
#container-landing ul li {
2015-12-22 05:59:30 +00:00
display: inline;
2015-12-23 02:32:15 +00:00
margin-top: 0;
margin-bottom: 0;
margin-right: 1vw;
2015-12-22 05:59:30 +00:00
}
2015-12-22 05:59:30 +00:00
/*
2015-12-24 07:36:59 +00:00
* ABOUT ME PANEL
2015-12-22 05:59:30 +00:00
*/
2015-12-24 07:36:59 +00:00
/*Bigger things*/
2015-12-22 05:59:30 +00:00
2015-12-24 07:36:59 +00:00
#container-aboutme {
2015-12-23 03:03:52 +00:00
width: 95%;
2015-12-22 15:52:39 +00:00
}
2015-12-24 07:36:59 +00:00
#container-aboutme p {
2015-12-22 15:52:39 +00:00
margin-top: 0;
2015-12-22 05:59:30 +00:00
}
#img_bubble1 {
border-radius: 7em;
2015-12-23 04:24:09 +00:00
height:20vh;
display: inline;
2015-12-22 07:15:15 +00:00
}
2015-12-23 04:18:49 +00:00
/*
* INTOUCH PANEL
*/
#panel-intouch .fp-tableCell {
vertical-align: baseline;
}
#container-intouch {
margin-left:2vw;
width: 95%;
margin-top:2vh
}
2015-12-24 07:36:59 +00:00
form p textarea {
width: 90vw;
height: 20vh;
resize: none;
2015-12-23 04:18:49 +00:00
}
2015-12-22 05:59:30 +00:00
/*
* MODIFIERS
*/
2015-12-23 03:03:52 +00:00
.accentsize { font-size: 3vw; }
2015-12-23 02:32:15 +00:00
.basesize { font-size: 2vw; }
2015-12-22 05:59:30 +00:00
.bold { font-weight: bold; }
.pos-abs { position: absolute; }
.mt-z { margin-top: 0; }
2015-12-23 02:32:15 +00:00
.mt2 { margin-top: 0.5em;}
2015-12-22 05:59:30 +00:00
.mb-z { margin-bottom: 0; }
.vcenter {
top: 40vh;
position: relative;
transform: translateY(-50%);
2015-06-22 04:00:29 +00:00
}
2015-12-22 18:00:47 +00:00
.primarytext {color :#727272;}
.accent {color:#03A9F4;}
2015-12-24 07:36:59 +00:00
.ta-center { text-align: center; }
/*
* SOCIAL MEDIA BOXES
*/
.social ul {
list-style: none;
margin-bottom: 0;
}
.social ul li {
display: inline;
}
2015-12-24 07:36:59 +00:00
.social ul li a i {
font-size: 7vh;
}
/*
* FONT DATA
*/
.opensans { font-family: OpenSans; }
.oswald { font-family: Oswald; }
2015-12-24 07:36:59 +00:00
.courgette { font-family: Courgette; }
@font-face {
font-family: OpenSans;
src: url("../fonts/OpenSans-CondLight.ttf") format("truetype");
}
@font-face {
font-family: Oswald;
src: url("../fonts/Oswald-Light.ttf") format("truetype");
2015-12-24 07:36:59 +00:00
}
@font-face {
font-family: Courgette;
src: url("../fonts/Courgette-Regular.ttf") format("truetype");
}