fixing horrible spacing

This commit is contained in:
Bill Niblock 2015-02-09 10:18:19 -05:00
parent 623d65cfd7
commit 26626475da
2 changed files with 449 additions and 435 deletions

View file

@ -41,11 +41,13 @@ time, mark, audio, video {
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
@ -65,7 +67,7 @@ table {
border-spacing: 0;
}
/* =============================
/* ==========================
Utility Styles
============================= */
@ -73,10 +75,12 @@ table {
Font found on http://www.fontspace.com
Font created by Michael Tension (mtension AT gmail DOT com)
*/
@font-face {
font-family: "header sub";
src: url("../trinkets/Prophecy_Script.ttf") format("truetype");
}
.clean { clear:both;}
#page {
@ -86,9 +90,10 @@ table {
}
/* =============================
/* ==========================
Left Column Styles
============================= */
.lft_col {
float:left; margin-left: 3.75%; margin-top: 175px;
width: 14.48%
@ -151,20 +156,22 @@ table {
}
/* =============================
/* ==========================
Right Column Styles
============================= */
/* =============================
/* ==========================
Middle Column Styles
============================= */
.mid_col {
float:right;
width: 80.665%
}
.title{
.titlei {
margin: 0px auto; width: 100%;
}
.page_title {
width: 100%;
margin-left: 50px;
@ -187,6 +194,8 @@ table {
text-align: center; vertical-align: center;
font-style: italic; margin: 0px auto;
}
/*
.page_title_sub_border1{
padding-left: 250px; margin-left: -50px; margin-right: -5px;
@ -200,7 +209,9 @@ table {
border-bottom: 5px solid #0033CC;
}
*/
/* =============================
/* ==========================
Main Styles
============================= */
.main {
@ -273,22 +284,18 @@ table {
.text_post#gplus {
border-top: 5px solid green; border-left: 5px solid gold; border-bottom: 5px solid blue; border-right: 5px solid red;
/*background: url('') no-repeat top right; */
}
.text_post#twit {
border: 5px solid lightblue; border-radius: 10px;
}
.text_post#vaga{
.text_post#vagai {
border: 5px solid black; border-top-right-radius: 25px; border-bottom-left-radius: 25px;
}
.text_post#other {
display: none;
}
.text_post#about {
@ -315,22 +322,26 @@ table {
margin-left: 1.875%;
width: 14.48%
}
.leftbar_border1 {
border-left: 5px solid #0033CC; border-bottom-left-radius: 10px;
border-bottom: 5px solid #0033CC;
border-right: 0px solid white; border-bottom-right-radius: 0px;
}
.leftbar_border2 {
margin-left: 14px; margin-top: -5px;
border-top: 5px solid #0033CC; border-top-right-radius: 10px;
border-right: 5px solid #0033CC;
border-left: 0px solid white; border-top-left-radius: 0px;
}
.leftbar_links {
margin-left: -2px; z-index: 8;
padding: 0px;
list-style: none;
}
.leftbar_links_link {
position: relative;
height: 40px; width: 40px; margin-top: 15px; margin-bottom: 15px;
@ -350,17 +361,19 @@ table {
width: 180px;
}
.mid_col {
width: 83.54%;
}
.main_post {
width: 100%;
margin: 0px auto;
}
.text_post {
margin: 25px 0px;
}
.title {
margin: 0px auto;
}
@ -378,7 +391,7 @@ table {
}
}
/* =======================================
/* ====================================
Responsive -- Width: 850 thru 500
======================================= */
@media screen and (max-width: 850px) {
@ -386,6 +399,7 @@ table {
#page {
max-width: 40em; /* 640px / 16px = 40 em */
}
.lft_col {
display: none;
}
@ -393,14 +407,14 @@ table {
.mid_col {
width: 100%;
}
.main_post {
width: 100%;
margin: 0px auto;
}
}
/* =======================================
/* ====================================
Responsive -- Width: 500 or less, Landscape
======================================= */
@media handheld,screen and (max-width: 500px) and (orientation: landscape) {