mirror of
https://github.com/balkian/balkian.github.com.git
synced 2024-12-25 17:58:12 +00:00
Changed font to Open Sans
This commit is contained in:
parent
bc4c4bbaa0
commit
3ddba31b88
@ -18,7 +18,7 @@
|
|||||||
<link rel="stylesheet" media="only screen and (min-width: 0px) and (max-width: 599px)" href="/css/main-xs.css">
|
<link rel="stylesheet" media="only screen and (min-width: 0px) and (max-width: 599px)" href="/css/main-xs.css">
|
||||||
<link rel="stylesheet" media="only screen and (min-width: 600px) and (max-width: 1199px)" href="/css/main-medium.css">
|
<link rel="stylesheet" media="only screen and (min-width: 600px) and (max-width: 1199px)" href="/css/main-medium.css">
|
||||||
<link rel="stylesheet" media="only screen and (min-width: 1200px)" href="/css/main-desktop.css">
|
<link rel="stylesheet" media="only screen and (min-width: 1200px)" href="/css/main-desktop.css">
|
||||||
<link href='http://fonts.googleapis.com/css?family=Overlock|Comfortaa' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300|Comfortaa' rel='stylesheet' type='text/css'>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="container" class="container">
|
<div id="container" class="container">
|
||||||
|
@ -10,6 +10,6 @@
|
|||||||
#post ul { margin: 0 0 32px 50px; }
|
#post ul { margin: 0 0 32px 50px; }
|
||||||
#objective { width: 500px; float: left; }
|
#objective { width: 500px; float: left; }
|
||||||
#objective p { font-style: italic; color: #666; }
|
#objective p { font-style: italic; color: #666; }
|
||||||
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
|
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 100px; float: left; height: 100px; border-right: 1px solid #999; }
|
||||||
#post dd { padding-left: 200px; }
|
#post dd { padding-left: 150px; }
|
||||||
#post dd.clear { float: none; margin: 0; height: 15px; }
|
#post dd.clear { float: none; margin: 0; height: 15px; }
|
||||||
|
@ -10,5 +10,5 @@
|
|||||||
#objective { width: 500px; float: left; }
|
#objective { width: 500px; float: left; }
|
||||||
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
|
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
|
||||||
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
|
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
|
||||||
#post dd { padding-left: 200px; }
|
#post dd { padding-left: 150px; }
|
||||||
#post dd.clear { float: none; margin: 0; height: 15px; }
|
#post dd.clear { float: none; margin: 0; height: 15px; }
|
||||||
|
@ -152,18 +152,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
|
||||||
overflow-y: scroll;
|
|
||||||
background: url(../img/noise.jpg);
|
|
||||||
}
|
|
||||||
|
|
||||||
html,
|
|
||||||
body {
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
height:100%;
|
|
||||||
font-family: 'Overlock', cursive;
|
|
||||||
}
|
|
||||||
footer {
|
footer {
|
||||||
height: 180px;
|
height: 180px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
@ -246,7 +234,7 @@ header {
|
|||||||
|
|
||||||
#headline a:hover {
|
#headline a:hover {
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
|
text-shadow: 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -303,9 +291,7 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#navbar {
|
#navbar {
|
||||||
position: relative;
|
font-size: 1.2em;
|
||||||
font-size: 1.4em;
|
|
||||||
padding: 0.5em;
|
|
||||||
padding-left: 300px;
|
padding-left: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -350,7 +336,7 @@ div.navbar {
|
|||||||
position: relative;
|
position: relative;
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
text-shadow: 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
|
text-shadow: 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
|
||||||
border-top: 1px solid #555;
|
border-top: 1px solid #555;
|
||||||
border-bottom: 1px solid #555;
|
border-bottom: 1px solid #555;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
@ -150,23 +150,6 @@
|
|||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
|
||||||
overflow-y: scroll;
|
|
||||||
background: url(../img/noise.jpg);
|
|
||||||
}
|
|
||||||
|
|
||||||
html,
|
|
||||||
body {
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
height:100%;
|
|
||||||
font-family: 'Overlock', cursive;
|
|
||||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
|
||||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
|
||||||
box-sizing: border-box; /* Opera/IE 8+ */
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
height: 110px;
|
height: 110px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
@ -306,9 +289,7 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#navbar {
|
#navbar {
|
||||||
position: relative;
|
font-size: 1em;
|
||||||
font-size: 1.4em;
|
|
||||||
padding: 0.5em;
|
|
||||||
padding-left: 20%;;
|
padding-left: 20%;;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,18 +2,6 @@
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
|
||||||
body {
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
height:100%;
|
|
||||||
font-family: 'Overlock', cursive;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
background: url(../img/noise.jpg);
|
|
||||||
}
|
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
@ -43,8 +31,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#navbar {
|
#navbar {
|
||||||
position: relative;
|
font-size: 1em;
|
||||||
font-size: 1.4em;
|
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
19
css/main.css
19
css/main.css
@ -1,3 +1,16 @@
|
|||||||
|
html,
|
||||||
|
body {
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
height:100%;
|
||||||
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
overflow-y: scroll;
|
||||||
|
background: url(../img/noise.jpg);
|
||||||
|
}
|
||||||
|
|
||||||
.site .footer {
|
.site .footer {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
color: #666;
|
color: #666;
|
||||||
@ -61,3 +74,9 @@ code {
|
|||||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||||
box-sizing: border-box; /* Opera/IE 8+ */
|
box-sizing: border-box; /* Opera/IE 8+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#navbar {
|
||||||
|
position: relative;
|
||||||
|
padding: 0.5em;
|
||||||
|
padding-left: 300px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user