First ever CSS. It's really simple because...I'l still new at this? xD
Dark theme with the sidebar hidden. (preview for better color contrast)
Live preview |
Image preview Stlye: S2 Flexible Squares
Tested in: Firefox, IE
Works with: free, paid, and plus
Includes: Custom comments page and userinfo popup
- If you are on Plus, make sure you choose the "Gray" theme of Flexible Square first before adding the css.
- Select NO on Use layout's stylesheet & Use layout's stylesheet(s) when including custom external stylesheet
- To change link colors, replace #08435a and #2386ac for hover
- tiny icons by
damnicons /* CSS by Masao @ mondaydusk (
http://community.livejournal.com/mondaydusk)
tiny icons by
http://damnicons.livejournal.com */
body {
background-color: #000000;
text-align: center;
color: #000000;
font-family: "Arial", sans-serif;
font-size: 11px;
margin: 0 0 5px 0;
}
a, a:link, a:visited {
color: #08435a;
text-decoration: none;
}
a:hover {
color: #2386ac;
text-decoration: none;
cursor: crosshair;
}
p, td, blockquote {
font-size: 11px;
}
code, kbd, pre, tt {
font-family: monospace;
}
blockquote {
font-family:"trebuchet ms";
background-color:#111111;
padding:5px;
border:1px solid #222222;
color:#9b9b9b;
}
blockquote:hover {
background-color:#181818;
border:1px solid #313131;
}
h2 {
font-weight: normal;
padding: 10px;
color: #dddddd;
font-family: "times new roman", sans-serif;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
}
/*--------------------------------
major id tags
--------------------------------*/
#content
{
width: 800px;
margin-left: auto; margin-right: auto;
background-color: #000000;
border-width: 0px;
padding: 0px;
}
#maincontent {
width: 100%;
margin-top: 15px;
font-family: "Arial", sans-serif;
font-size: 10px;
background-color: #070707;
color: #dddddd;
border-width: 0px;
text-align: left;
}
#sidebar {
padding-top: 5px;
padding-bottom: 5px;
margin-top: 0px;
background-color: #000000;
border-width: 0px;
font-size: 9px;
font-family: "Arial", sans-serif;
color: #dddddd;
text-align: left;
display:none;
}
/*--------------------------------
header stuff
--------------------------------*/
#header {
width: 100%;
padding: 30px 0px 5px 0px;
margin: 0px;
text-align: center;
font-family: "times new roman", sans-serif;
font-size: 10px;
font-weight: normal;
letter-spacing: 2px;
border-width: 0px;
background-color: #000000;
color: #ffffff;
text-transform: uppercase;
}
li.view {
text-transform: lowercase;
font-style: italic;
}
.headerimage {
/* for formatting header image */
}
/*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: #c6c6c6;
}
div#header a:hover, div#footer a:hover {
color: #ffffff;
text-decoration: none;
}
/*title and subtitle*/
.title {
display:none;
}
.subtitle{
display:none;
}
ul.navheader
{
padding: 0px;
margin: 0px;
}
ul.navheader li {
display: inline;
padding: 0 7px 0 3px;
}
/*--------------------------------
entry stuff
--------------------------------*/
.subcontent {
background-color: #070707;
}
.entry {
margin: 0px 10px 10px 30px;
padding: 10px;
background-color: #070707;
color: #dddddd;
font-family: "Arial", sans-serif;
font-size: 10px;
text-align: left;
border-width: 0px;
}
.userpic {
position: relative;
float: left;
background-color: #000000;
padding: 5px;
margin: 10px;
z-index: 15;
border-width: 1px;
border-color: #222222;
border-style: solid;
}
.userpic img {
border:5px solid #000000;
}
.date {
line-height: 120%;
margin-top: 5px;
color: #999999;
font-family: "times new roman", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 8px;
}
.subject {
font-weight: normal;
padding: 10px;
color: #dddddd;
font-family: "times new roman", sans-serif;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
}
.subject a, .subject a:link, .subject a:visited {
color: #08435a;
}
.subject a:hover {
color: #2386ac;
}
.datesubject {
background-color: #070707;
padding: 5px;
}
.entry ul li
{
padding-left: 5px;
margin-left: 15px;
}
.entry ol li
{
padding-left: 5px;
margin-left: 15px;
}
.separator{
/* for formatting separators between entries */
height: 25px;
}
/*--------------------------------
current mood, music and location
--------------------------------*/
.currents, .currentmood, .currentmusic {
font-family: "times new roman", sans-serif;
font-size: 9px;
color: #999999;
font-style: italic;
letter-spacing: 1px;
}
.currentmusic {
margin-top: 5px;
}
.currents strong, .ljtags strong {
font-weight:normal;
text-transform: uppercase;
font-style: normal;
font-size: 8px;
color: #bdbdbd;
}
.ljtags {
font-family: "times new roman", sans-serif;
font-size: 9px;
color: #bdbdbd;
font-style: italic;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 35px;
}
.ljtags a, .ljtags a:link, .ljtags a:visited {
color: #a5a5a5;
text-transform: lowercase;
text-transform: none;
}
.ljtags a:hover {
color: #dddddd;
text-transform: lowercase;
text-transform: none;
}
ul.ljtaglist li{
margin: 5px;
list-style: decimal-leading-zero;
list-style-position: outside;
}
/*--------------------------------
comments
--------------------------------*/
.comments {
font-family: "times new roman", sans-serif;
font-size: 9px;
text-align: right;
background-color: #070707;
padding: 0px 5px 0px 5px;
position: relative;
top: 15px;
color: #ffffff;
letter-spacing: 2px;
font-weight: normal;
text-transform: lowercase;
font-style: italic;
}
div.comments a, div.comments a:link, div.comments a:visited{
color: #ffffff;
}
div.comments a:hover {
color: #cacaca;
text-decoration: none;
}
/*--------------------------------
friends page
--------------------------------*/
.userpicfriends {
position: relative;
background-color: #000000 !important;
float: left;
padding: 10px;
margin: 10px;
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #222222;
font-family: "Arial", sans-serif;
font-size: 11px;
z-index: 15;
}
.userpicfriends font {
color: #a5a5a5 !important;
text-transform: lowercase;
}
/*--------------------------------
sidebar
--------------------------------*/
.defaultuserpic {
display:none;
}
.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: #08435a;
}
div#sidebar a:hover {
color: #2386ac;
text-decoration: none;
}
/*--------------------------------
sidebar calendar
--------------------------------*/
table.calendar {
margin-right: auto;
margin-left: auto;
}
.sbarcalendar {
border-color: #000000;
border-width: 1px;
border-style: solid;
text-align: center;
font-family: "Arial", sans-serif;
font-size: 11px;
}
.sbarcalendarposts {
border-color: #000000;
border-width: 1px;
border-style: solid;
background-color: #d4dce8;
text-align: center;
font-family: "Arial", sans-serif;
font-size: 11px;
}
/*--------------------------------
link stuff
--------------------------------*/
ul.sbarlist
{
padding-left: 0px;
margin-left: 0px;
list-style: none;
}
li.sbaritem
{
padding-left: 15px;
list-style: none;
}
li.sbartitle
{
padding-left: 15px;
list-style: none;
border-width: 0px;
background-color: #070707;
margin-bottom: 10px;
margin-top: 10px;
}
/*--------------------------------
footer
--------------------------------*/
#footer {
width: 100%;
text-align: center;
font-family: "times new roman", sans-serif;
z-index: 100;
clear: both;
font-size: 10px;
font-weight: normal;
letter-spacing: 2px;
border-width: 0px;
background-color: #070707;
color: #ffffff;
text-transform: uppercase;
}
li.viewing {
text-transform: lowercase;
font-style: italic;
}
ul.navfooter{
padding: 0px;
margin: 0px;
background-color: #000000;
}
ul.navfooter li {
display: inline;
margin: 0 5px 0 5px;
}
.clearfoot {
clear: both;
}
/*--------------------------------
archive Pages
--------------------------------*/
ul.year {
text-align: center;
padding-bottom: 20px;
}
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: #5a5a5a;
}
table.yeartable td.yearday {
background-color: #070707;
text-align: center;
}
td.yearmonth {
border-style: none;
}
/*--------------------------------
comments pages
--------------------------------*/
.datesubjectcomment {
background-color: #222222;
padding: 5px;
margin-top: 20px;
color: #dddddd;
font-family: "Arial", sans-serif;
font-size: 10px;
text-align: left;
}
.userpiccomment {
position: relative;
background-color: #000000 !important;
top: -30px;
left: 0px;
padding: 10px;
margin: 10px 10px -20px 10px;
z-index: 15;
float: left;
border-width: 1px;
border-color: #222222;
border-style: solid;
}
.box {
border-width: 0px;
padding: 10px;
clear: left;
text-align: center;
}
input, textarea, select {
background-color: #3d3d3d;
color: #c0c0c0;
font-size: 11px;
font-family: "Arial", sans-serif;
border:1px solid #383838;
}
textarea.textbox {
width: 100% !important;
}
.reply {
position: relative;
margin: 20px 30px 10px 30px;
padding: 25px 10px 10px 10px;
text-align: left;
font-family: "Arial", sans-serif;
font-size: 11px;
line-height: 125%;
background-color: #d4dce8;
color: #000000;
}
.replytosubject {
font-weight: bold;
}
.commentreply {
position: relative;
margin: 10px;
font-size: 11px;
font-family: "Arial", sans-serif;
color: #dddddd;
text-align: left;
}
.commentbox {
border-width: 0px;
padding: 10px;
margin: 10px;
background-color: #070707;
}
.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #08435a;
}
.datesubjectcomment a:hover {
color: #2386ac;
}
.commentboxpartial {
border-width: 0px;
padding: 10px;
margin: 10px;
background-color: #070707;
}
.commentinfo {
background-color: #070707;
margin-top: 10px;
width: 100%;
}
.skiplinks {
text-align: center;
}
/*--------------------------------
misc
--------------------------------*/
.clear {
height: 5px;
}
.subject img[src="
http://p-stat.livejournal.com/img/icon_protected.gif"]{
width: 0;
height: 0;
padding: 10px 9px 0px 0px !important;
background-repeat: no-repeat;
background: url(
http://shinshoku.net/mondaydusk/lock.gif); background-position: center left;
}
.subject img[src="
http://p-stat.livejournal.com/img/icon_private.gif"]{
width: 0;
background-repeat: no-repeat;
height: 0;
padding: 10px 9px 0px 0px !important;
background: url(
http://shinshoku.net/mondaydusk/lock.gif); background-position: center left;
}
.ljuser img {
width: 0;
height: 0;
background-repeat: no-repeat;
background-color:transparent;
background-image: url(
http://shinshoku.net/mondaydusk/user.gif); padding: 11px 8px 0 0 !important;
background-position: center left;
}
.ljuser img[src="
http://p-stat.livejournal.com/img/userinfo.gif"] {
background-color:transparent;
background-image: url(
http://shinshoku.net/mondaydusk/user.gif); padding: 11px 8px 0 0 !important;
background-position: center left;
}
.ljuser img[src="
http://p-stat.livejournal.com/img/community.gif"] {
background-color:transparent;
background-image: url(
http://shinshoku.net/mondaydusk/house.gif); padding: 13px 8px 0 5px !important;
background-position: center left;
}
div.ContextualPopup div.Inner {
background: #000000 !important;
border: 1px solid #222222;
padding: 3px;
color: #dddddd !important;
font-family: arial;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
text-decoration: none !important;
font-weight: normal;
color: #08435a !important;
}
div.ContextualPopup .Userpic {
padding: 2px;
margin: 2px;
}
div.ContextualPopup .Relation, div.ContextualPopup .Content .OnlineStatus {
font-weight: bold !important;
color: #dddddd;
}
Please credit
mondaydusk if you are going to use. Comments would be great.