X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=5e993a4ad82985114d8c16494ddf2d7f6869d4e7;hb=718e9203005d949b83c51c0f989e8ff00adb880c;hp=813ec7273d03dad180f61e8d67d899c001ec29dc;hpb=0ad1a29dd3d17291b28b14e7b2d65e145281673b;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 813ec72..5e993a4 100644 --- a/includes/style.css +++ b/includes/style.css @@ -3,39 +3,27 @@ margin: 0; } +h3 { + margin-top:15px; +} + a { text-decoration:none; } +li { + list-style:none; + display:block; +} + #structure { - padding-top:1px; - background-color:#fff; width:960px; margin: 0 auto; margin-top: 30px; - text-align: left; - border: 10px solid #fff; - } - -#logo_box { - background-image:url('../images/logo.png'); - margin-top:25px; - margin-left:25px; - width:150px; - min-height:150px; -} - -#about_bar { - background-image:url('../images/logo.png'); - margin-top:25px; - margin-left:25px; - width:150px; - min-height:500px; } #banner { float:right; - margin-top:25px; margin-right:15px; } @@ -47,63 +35,117 @@ a { margin-right:15px; padding:5px; padding-left:20px; - padding-top:25px; padding-bottom:25px; } -.portfolio { +#portfolio { float:right; width:350px; margin-right:17px; } -.portfolio li a { - text-decoration:none; +#portfolio li{ + font-family:sans-serif; } #exhibit { float:right; - width:150px: - margin-top:25px; - margin-right:17px; } -.exhibit { - +#exhibit h1 { + margin-bottom:15px; } -.tabs { +.exhibit { width:300px; min-height:600px; border:1px solid black; padding:10px; } -.project { - float:right; - list-style:none; -} - -.active_project { - display:block; - /*margin-right:-15px;*/ +.shownDiv { + border:1px solid black; } -.active_tab { - /*margin-right:15px;*/ +#contact_me { + margin-top:100px; } -.reprap_entry-title { - font: 1.5em georgia, times, serif; +/* reprap */ +#reprap_entry { + font: 1.5em georgia, times; text-decoration: none; - color: black; display: block; } -.peepshow_entry { - font:1.6em verdana; +/* peepshow */ +#peepshow_ { + font-style:italic; +} +#peepshow_title_1 { + font-style:italic; + margin-top:0px; +} + +#peephow_title_2 { + font-size:3em; +} + +#peepshow_entry { + font:1.4em "lucida console"; +} + +/* readoo */ +#readoo_title { + font:1.6em arial; +} + +#readoo_entry { + font:1.6em arial; +} + +/* drawcss */ +#drawcss_title { + font:1.6em "lucida console"; +} + +#drawcss_entry { + font:1.6em "lucida console"; + } + +/* youtube_backup */ +#youtube_backup_title { + font:1.6em "lucida console"; +} + +#youtube_backup_entry { + font:1.4em "lucida console"; +} + +/* i_like_pandora */ +#i_like_pandora_title { + font:1.6em "lucida console"; +} + +#i_like_pandora_entry { + font:1.4em "lucida console"; +} + +/* notes */ +#notes { + float:right; + text-align:right; + margin-top:20px; +} + +#notes h2 { + margin-bottom:10px; +} + +.note { + margin-bottom:40px; } -.readoo_entry{ - font:1.6em verdana; +.note p { + margin-bottom:5px; }