new title font, bg img, abstract title name to ini file
[dylansserver.git] / includes / style.css
index 596d072..38459c1 100644 (file)
@@ -1,3 +1,16 @@
+@font-face {
+    font-family: 'bree_serifregular';
+    src: url('/font/breeserif-regular-webfont.eot');
+    src: url('/font/breeserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
+         url('/font/breeserif-regular-webfont.woff2') format('woff2'),
+         url('/font/breeserif-regular-webfont.woff') format('woff'),
+         url('/font/breeserif-regular-webfont.ttf') format('truetype'),
+         url('/font/breeserif-regular-webfont.svg#bree_serifregular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
 @font-face {
     font-family: 'InconsolataMedium';
     src: url('/font/inconsolata-webfont.eot');
@@ -26,18 +39,27 @@ padding:0;
 }
 
 body {
-background-image: url('../images/gray_jean.png');
+background-image: url('../images/noisy.png');
+font-family:InconsolataMedium;
 margin-bottom: 15px;
 }
 
 h3 {
 margin-top:15px;
-font-family:MuseoSlab500;
+margin-bottom:5px;
+font-family:'bree_serifregular';
+}
+
+.title {
+margin-left:17px;
+color:black;
+font-family:'bree_serifregular';
+font-size: 404%;
 }
 
 h1,h2 {
-font-size:150%;
-font-family:MuseoSlab500;
+font-size:256%;
+font-family:'bree_serifregular';
 }
 
 a {
@@ -54,10 +76,6 @@ width:960px;
 margin:30px auto 0;
 }
 
-#banner {
-margin-left:15px;
-}
-
 #content {
 width:725px;
 min-height:300px;
@@ -67,13 +85,10 @@ text-align:left;
 padding:5px 5px 25px 20px;
 }
 
-#portfolio {
+.portfolio {
 float:left;
 width:350px;
-}
-
-#portfolio li {
-font-family:InconsolataMedium;
+margin-left:10px;
 }
 
 #exhibit {