Made for bullet wounds On my H/C BingoCard @
hc_bingo Okay So I made this Header for the prompts and it struck me as nice for a header, I was already trying to make my own layout so I thought why the hell not!!
Header:
Icons:
First There were many sites that helped me so thank you to:
1)
colorhexa 2)
w3schools 3)
cartonage4)
cssfontstack Enough talking and here is the layout *header and background included!*
-----------------------------------------------------------------------------------------------------------
(/* Cleaned CSS: */
-----------------------------------------------------*/
body {
background-color: transparent;
text-align: center;
color: #120339;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 16px;
margin: 10px 0 10px 0;
background-image: url("
http://i1172.photobucket.com/albums/r562/4black-dahlia/resized.jpg");
background-repeat: repeat;
scrollbar-arrow-color:#9CC2D5;
scrollbar-track-color:#D1DADA;
scrollbar-face-color:#CEF7F7;
scrollbar-highlight-color:#D1DADA;
scrollbar-3dlight-color:#9CC2D5;
scrollbar-darkshadow-color:#D1DADA;
scrollbar-shadow-color:#D1DADA;
}
a, a:link, a:visited {
color: #cc3204;
text-decoration: blink;}
a:hover {
color: #4de3f7;
text-decoration: underline overline;
}
p, td, blockquote {
font-size: 15px;
}
code, kbd, pre, tt {
font-family: monospace;
}
b, div#sidebar b, strong, div#sidebar strong {
color: #5e62b3;
padding: 0px;
}
i, div#sidebar i, em, div#sidebar em {
color: #996b4a;
padding: 0px;
}
u, div#sidebar u {
color: #396781;
padding: 0px;
}
/*---------------------------------------------------------------------
General page alignment and width
------------------------------------------------------------------------*/
#content
{
width: 960px;
margin-left: auto; margin-right: auto;
background-color: transparent;
border-width: 2px;
border-style: groove;
border-color: #dff0ff;
padding: 15px;
}
#maincontent {
margin-top: 15px;
font-family: "Times New Roman",Times,serif;
font-size: 15px;
background-color: #e6e6e6;
color: #88564f;
border-style: groove;
border-color: #dff0ff;
border-width: 2px;
margin-right: 280px;
text-align: left;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
#sidebar {
padding-top: 15px;
margin-top: 15px;
background-color: #e6e6e6;
border-color: #dff0ff;
border-width: 10px;
border-style: groove;
font-size: 14px;
font-family: "Times New Roman",Times,serif;
color: #88564f;
width: 260px;
float: right;
text-align: left;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
border-top: double 1px #D88F8B;
border-left: double 1px #D88F8B;
border-right: double 1px #D88F8B;
border-bottom: double 1px #D88F8B;
}
/*-----------------------------------------------------------------------------
Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/
#header {
width: 100%;
padding: 0px 0px 0px 0px;
margin: 0px;
text-align: center;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 3px;
border-style: none;
border-color: #fffcf2;
border-width: 1px;
background-color: transparent;
color: #777aa4;
}
.headerimage {
position: relative;
width: 1000px;
height: 468px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-image: url("
http://i1172.photobucket.com/albums/r562/4black-dahlia/header13-1.png");
background-repeat: no-repeat;
}
/*look and color of links (also partly for footer)*/
div#header a, div#header a:link, div#header a:visited, div#footer a, div#footer a:link, div#footer a:visited {
color: #096d68;
}
div#header a:hover, div#footer a:hover {
color: #ed232d;
text-decoration: overline;
}
/*title and subtitle*/
.title {
font-family: "Lucida Bright", Georgia, serif;
font-size: 20px;
font-weight: normal;
line-height: 200%;
top: 12px;
color: #6bb2a4;
}
.subtitle{
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
font-weight: normal;
top: 10px;
color: #8dc3b9;
}
/*-----------------------------------------------------------------------------
Header - top navigation
--------------------------------------------------------------------------------*/
/* header -- links to views; title of journal; subtitle of journal */
ul.navheader
{
padding: 0px;
margin: 0px;
}
ul.navheader li {
display: inline;
padding: 0 3px 0 3px;
}
/*-----------------------------------------------------------------------------
Entry stuff
------------------------------------------------------------------------*/
.subcontent {
}
.entry {
margin: 0px 10px 10px 30px;
padding: 10px;
background-color: transparent;
color: #3e2724;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 15px;
text-align: left;
border-width: 2px;
border-color: #b4cdcb;
border-style: double;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
.userpic {
position: relative;
float: left;
background-color: transparent;
padding: 5px;
margin: 5px;
z-index: 15;
border-width: 1px;
border-color: #b4cdcb;
border-style: double;
}
.date {
line-height: 200%;
top: 5px;
color: #65a09e;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
background-color: transparent;
}
.subject {
font-weight: normal;
padding: 10px;
color: #52110e;
font-family: Papyrus, fantasy;
font-size: 28px;
letter-spacing: 2px;
background-color: transparent;
}
.subject a, .subject a:link, .subject a:visited {
color: #52110e;
}
.subject a:hover {
color: #94bdbc;
}
.datesubject {
background-color: transparent;
padding: 5px;
border-width: 10px;
border-color: #fffcf2;
}
.entry ul li
{
padding-left: 5px;
margin-left: 15px;
}
.entry ol li
{
padding-left: 5px;
margin-left: 15px;
}
/*---------------------------------------------------------------------
Entry Stuff - Current Mood, Music and Location
------------------------------------------------------------------------*/
.currents, .currentmood, .currentmusic {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
}
/*---------------------------------------------------------------------
Entry Stuff - Comments
------------------------------------------------------------------------*/
.comments {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
text-align: right;
background-color: transparent;;
padding: 0px 7px 0px 7px;
position: relative;
top: 5px;
}
div.comments a, div.comments a:link, div.comments a:visited{
color: #519eb8;
font-weight: bold;
}
div.comments a:hover {
color: #cc403a;
text-decoration: underline;
}
/*---------------------------------------------------------------------
Entry Stuff - Separator
------------------------------------------------------------------------*/
.separator{
/* for formatting separators between entries */
height: 66px;
}
/*------------------------------------------------------------
Special friends page customization
-------------------------------------------------------------------------------*/
.userpicfriends {
position: relative;
float: left;
background-color: #fffcf2;
padding: 5px;
margin: 10px;
text-align: center;
border-style: dashed;
border-width: 1px;
border-color: #bdaec8;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 13px;
z-index: 15;
}
/*------------------------------------------------------------
Sidebar
-------------------------------------------------------------------------------*/
.defaultuserpic {
text-align: center;
}
.sbarheader {
padding: 0px 5px 0px 5px;
}
.sbarbody {
padding: 0px 5px 0px 5px;
}
.sbarbody2 {
padding: 0 15px 0 15px;
}
div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
color: #36096d;
}
div#sidebar a:hover {
color: #94bdbc;
text-decoration: none;
}
/*------------------------------------------------------------
Sidebar - Calendar
-------------------------------------------------------------------------------*/
table.calendar {
margin-right: auto;
margin-left: auto;
}
.sbarcalendar {
border-color: #aeb9c8;
border-width: 1px;
border-style: solid;
text-align: center;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 13px;
}
.sbarcalendarposts {
border-color: #aeb9c8;
border-width: 1px;
border-style: solid;
background-color: #cabab2;
text-align: center;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 13px;
}
/*------------------------------------------------------------
Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/
div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
font-size: 13px;
line-height: 10pt;
font-family: Georgia, Times, "Times New Roman", serif;
color: #F57C7C;
}
div#sidebar a:hover {
color:#87C4B6;
background-repeat: repeat;
text-decoration: bold;
}
.defaultuserpic {
text-align:center;
background-color: transparent;
background-repeat: repeat;
margin-right: 0px;
margin-left: 0px;
z-index: 15;
border-top:#272841 0px solid;
border-right:#272841 0px solid;
border-bottom:#272841 0px solid;
border-left:#272841 0px solid;
padding:2px;
}
.sbarheader {
padding: 0px 5px 0px 5px;
color: #B28F8D;
text-align: center;
}
.sbarbody {
padding: 0 2px 0 2px;
}
.sbarbody2 {
padding: 0 2px 0 2px;
}
table.calendar {
margin-right: auto;
margin-left: auto;
}
.sbarcalendar {
border-color: #b64d46;
border-width: 1px;
border-style: solid;
text-align: center;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 13px;
}
.sbarcalendarposts {
border-color: #f03333;
border-width: 1px;
border-style: solid;
background-color:#fdfdfd;
background-repeat: repeat;
text-align: center;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 13px;
}
ul.sbarlist
{
padding-left: 0px;
margin-left: 0px;
list-style: none;
}
li.sbaritem {
list-style: none;
background: #fdfdfd;
background-repeat: repeat;
border-left: solid 4px #D8CB9b;
border-bottom: solid 1px #D8CB9b;
border-right: dashed 0px #E2E4B6;
border-top: solid 0px #57111C;
}
li.sbaritem:hover {
background: #D1DADA;
border-left: solid 4px #D1786F;
color:#D1786F;
}
li.sbartitle
{
padding-left: 0px;
padding-right: 0px;
text-align:left;
padding: 2px;
list-style: none;
margin-bottom: 1px;
margin-top: 0px;
color:#7cd1f6;
border-top: solid #D8CB9B 1px;
border-left: dashed #BBBBBB 0px;
border-bottom: solid #D8CB9B 1px;
border-right: dashed #BBBBBB 0px;
font-weight: none;
font-family: Verdana, Geneva, sans-serif;
font-size: 15px;
font-variant: small-caps;
background-color: #fdfdfd;
background-image: url();
background-repeat: repeat;
letter-spacing: 1pt;
}
/*----------------------------------------------------
footer
----------------------------------------------------------------*/
#footer {
width: 100%;
text-align: center;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
background-color: transparent;
color: #24ccd4;
border-color: #24ccd4;
border-width: 1px;
border-style: none;
z-index: 100;
clear: both;
}
ul.navfooter{
padding: 0px;
margin: 0px;
}
ul.navfooter li {
display: inline;
margin: 0 5px 0 5px;
}
.clearfoot {
clear: both;
}
/*----------------------------------------------------
Archive Pages
----------------------------------------------------------------*/
ul.year {
text-align: center;
padding-bottom: 40px;
}
ul.year li {
display: inline;
}
table.yeartable {
margin-left: auto;
margin-right: auto;
}
table.yeartable td.yeardate, table.yeartable td.yearday {
border-width: 1px;
border-style: solid;
border-color: #bdaec8;
background-color: #fffcf2;
color: #88564f;
}
table.yeartable td.yearday {
color: #fffcf2;
text-align: center;
background-color: #bdaec8;
border-color: #bdaec8;
}
td.yearmonth {
border-style: none;
}
/*----------------------------------------------------
Comments pages
----------------------------------------------------------------*/
.datesubjectcomment {
background-color: #919bad;
padding: 5px;
margin-top: 20px;
}
.userpiccomment {
position: relative;
border-width: 5px;
border-style: ridge;
border-color: #d4dce8;
background-color: #d4dce8;
top: -30px;
left: 0px;
padding: 5px;
margin: 10px 10px -20px 10px;
z-index: 15;
float: left;
border-width: 1px;
border-color: #919bad;
border-style: ridge;
}
.box {
border-style: ridge;
border-width: 1px 0px 0px 0px;
border-color: #729897;
padding: 10px;
clear: left;
}
input, textarea {
background-color: #d4dce8;
color: #000000;
}
textarea.textbox {
width: 100% !important;
}
.reply {
position: relative;
margin: 20px 30px 10px 30px;
padding: 25px 10px 10px 10px;
text-align: left;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
line-height: 125%;
background-color: #d4dce8;
color: #000000;
}
.replytosubject {
font-weight: bold;
}
.commentreply {
position: relative;
margin: 10px;
font-size: 13px;
font-family: Georgia, Times, "Times New Roman", serif;
color: #3b00b0;
}
.commentbox {
border-color: #8e95c7;
border-width: 2px;
border-style: ridge;
padding: 10px;
margin: 10px;
background-color: #ffaaa4;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #ffffff;
}
.datesubjectcomment a:hover {
color: #b0b9c8;
}
.commentboxpartial {
border-color: #aac7bf;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #a1a1ff;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
.commentinfo {
background-color: #a1a1ff;
margin-top: 10px;
width: 100%;
}
.skiplinks {
text-align: center;
}
/*--------------------------------------------
Misc
-----------------------------------------*/
.clear {
height: 15px;
}
.ljtags {
margin-top: 25px;
}
Hope You Like it, You can see it Live as my Own Layouts :P Comments Are always welcomed :P