Metadata, Sidebar, Entry Subject, Icons, Misc.

Jan 25, 2013 01:38


Hi, I'm an absolute newbie with Flexible squares and CSS. I managed to make MOST of the changes I wanted myself using some guides (this community included), all doing nothing else but this for two days, but there are a few I simply have no idea what to do with (or get lost in the CSS coding).

I used this layout with "Black and White and Red All Over" as a base on my (lady_diavolo) free account.

Here's the list of what I would like to achieve:
1. I want to move the "Previous/EditEntry/EditTags/..." links into the entry, under "Tags:..." with a few more pixels of space between them and the actual text of the entry. NOT IN FREE FS!
2. I want the entry title/subject to link to the entry in belongs to even after clicking on it and not being displayed as simple text anymore. NOT IN FREE FS!
3. I need to get rid of the "frame" for those damn ads. SOLVED!
4. I would like for the "background and border" of the usericon when clicked on entry to have the same colors (and no username) as I see them on my journal on whole (but with usernames and comm-names being displayed on fpage - white at all times). SOLVED!
5. I would like to "Page Summary" display the list with white bullets. SOLVED!

My coding so far looks like this:

body {
background-color: #000000;
text-align: center;
color: #250000;
font-family: "Times New Roman", times new roman;
font-size: 13px;
margin: 20px 0 20px 0;
}

a, a:link, a:visited {
color: #720000;
text-decoration: none;
}

a:hover {
color: #E10000;
text-decoration: underline;
}

code, kbd, pre, tt {
font-family: monospace;
}

/*------------------------------------------
General page alignment and width
-----------------------------------------*/

#content
{
width: 944px;
margin-left: auto; margin-right: auto;
background-color: #000000;
border-width: 1px;
border-style: solid;
border-color: #000000;
padding: 15px;
}

#maincontent {
margin-top: 15px;
font: times-new-roman;
font-size: 13px;
background-color: #000000;
color: #9fabae;
border-style: solid;
border-color: #000000;
border-width: 3px;
margin-right: 180px;
text-align: left;
}

#sidebar {

padding-top: 15px;
margin-top: 15px;
background-color: #000000;
border-color: #000000;
border-width: 3px;
border-style: solid;
font-size: 13px;
font-family: "Georgia", sans-serif;
color: #ffffff;
width: 160px;
float: right;
text-align: left;
}
/*-----------------------------------------------------------------------------
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", sans-serif;
font-size: 13px;
font-weight: bold;
letter-spacing: 3px;
border-style: solid;
border-color: #000000;
border-width: 1px;
background-color: #000000;
color: #ffffff;
}

.headerimage {
position: relative;
width: 661px;
height: 410px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-image: url("http://ic.pics.livejournal.com/lady_diavolo/58013448/454/454_1000.jpg");
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: #ffffff;
}

div#header a:hover, div#footer a:hover {
color: #ffffff;
text-decoration: none;
}

/*title and subtitle*/
.title {
display: none;

}

.subtitle{
display: none;
}

/*-----------------------------------------------------------------------------
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: #000000;
color: #ffffff;
font-family: "Georgia", sans-serif;
font-size: 13px;
text-align: left;
border-width: 2px;
border-color: #370000;
border-style: solid;
-moz-border-radius: 3.0%;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}

.userpic {
position: relative;
float: left;
background-color: #000000;
padding: 5px;
margin: 10px;
z-index: 15;
border-width: 2px;
border-color: #370000;
border-style: solid;

}

.date {
line-height: 200%;
top: 5px;
color: #370000;
font-family: "Georgia", sans-serif;
font-size: 10px;
background-color: #000000;
}

.subject {
font-weight: bold;
padding: 10px;
color: #E10000;
font-family: "Georgia", sans-serif;
font-size: 35px;
letter-spacing: 5px;
background-color: #000000;
}

.subject a, .subject a:link, .subject a:visited {
color: #E10000;
}

.subject a:hover {
color: #E10000;
text-decoration: underline;
}

.datesubject {
background-color: #000000;
padding: 5px;
}

.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: "Georgia", sans-serif;
font-size: 13px;
}

/*---------------------------------------------------------------------
Entry Stuff - Comments
------------------------------------------------------------------------*/

.comments {
font-family: "Georgia", sans-serif;
font-size: 13px;
text-align: right;
background-color: #370000;
padding: 0px 5px 0px 5px;
position: relative;
top: 15px;
-moz-border-radius: 3.0%;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}

div.comments a, div.comments a:link, div.comments a:visited{
color: #E10000;
font-weight: bold;
}

div.comments a:hover {
color: #E10000;
text-decoration: bold;
}

/*---------------------------------------------------------------------
Entry Stuff - Separator
------------------------------------------------------------------------*/

.separator{
/* for formatting separators between entries */
height: 35px;
}

/*------------------------------------------------------------
Special friends page customization
-------------------------------------------------------------------------------*/

.userpicfriends {
position: relative;
float: left;
background-color: #000000;
padding: 5px;
margin: 10px;
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #370000;
font-family: "Georgia", sans-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: #370000;
}

div#sidebar a:hover {
color: #720000;
text-decoration: none;
}

/*------------------------------------------------------------
Sidebar - Calendar
-------------------------------------------------------------------------------*/

table.calendar {
margin-right: auto;
margin-left: auto;
}

.sbarcalendar {
border-color: #370000;
border-width: 1px;
border-style: solid;
text-align: center;
font-family: "Georgia", sans-serif;
font-size: 13px;
}

.sbarcalendarposts {
border-color: #370000;
border-width: 1px;
border-style: solid;
background-color: #370000;
text-align: center;
font-family: "Georgia", sans-serif;
font-size: 13px;
a:link, a:visited {
color: #E10000;
text-decoration: none;
}

a:hover {
color: #E10000;
text-decoration: underline;
}

}

/*------------------------------------------------------------
Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/

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-style: solid;
border-width: 3px;
border-color: #000000 #000000 #720000 #000000;
background-color: #000000;
margin-bottom: 10px;
margin-top: 10px;
text-align: center;
align: center;
}

/*----------------------------------------------------
footer
----------------------------------------------------------------*/

#footer {
width: 100%;
text-align: center;
font-family: "Georgia", sans-serif;
font-size: 13px;
font-weight: bold;
letter-spacing: 1px;
background-color: #000000;
color: #370000;
border-color: #000000;
border-width: 1px;
border-style: solid;
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: #2e2e2e;
background-color: #000000;
}

table.yeartable td.yearday {
background-color: #121212;
text-align: center;
}

td.yearmonth {
border-style: none;
}

/*----------------------------------------------------
Comments pages
----------------------------------------------------------------*/

.datesubjectcomment {
background-color: #121212;
padding: 5px;
margin-top: 20px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}

.userpiccomment {
position: relative;
border-width: 5px;
border-style: solid;
border-color: #2e2e2e;
background-color: #000000;
top: -30px;
left: 0px;
padding: 5px;
margin: 10px 10px -20px 10px;
z-index: 15;
float: left;
border-width: 2px;
border-color: #2e2e2e;
border-style: solid;
}

.box {
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: #999999;
padding: 10px;
clear: left;
}

input, textarea {
background-color: #000000;
color: #9fabae;
}

textarea.textbox {
width: 100% !important;
}

.reply {
position: relative;
margin: 20px 30px 10px 30px;
padding: 25px 10px 10px 10px;
text-align: left;
font-family: "Georgia", sans-serif;
font-size: 13px;
line-height: 125%;
background-color: #000000;
color: #9fabae;
}

.replytosubject {
font-weight: bold;
}

.commentreply {
position: relative;
margin: 10px;
font-size: 13px;
font-family: "Georgia", sans-serif;
color: #9fabae;
}

.commentbox {

border-color: #3a3e40;
border-width: 2px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #000000;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}

.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #126074;
}

.datesubjectcomment a:hover {
color: #3b7c82;
}

.commentboxpartial {
border-color: #380000;
border-width: 2px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #000000;
}

.commentinfo {
background-color: #000000;
margin-top: 10px;
width: 100%;
}

.skiplinks {
text-align: center;
}

/*--------------------------------------------
Misc
-----------------------------------------*/

.clear {

height: 15px;
}

.ljtags {
margin-top: 25px;
}

.defaultuserpic img{
padding:5px;
background-color:#000000;
border:2px solid #250000;
}

.datesubjectcomment a:link, .datesubjectcomment a:visited, .datesubjectcomment a:hover {
color: #370000;
}

.datesubjectcomment a:hover {
color: #E10000;
}

.skiplinks a:link, .skiplinks a:visited, .skiplinks a:hover {
color: #ffffff;
}

.skiplinks {
color: #720000;
}

/* Generated by Malionette's Tiny Icon Generator
http://malionette.net/generator/tinylite.html */

span.i-ljuser img[src*="img/userinfo.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://ic.pics.livejournal.com/lady_diavolo/58013448/1669/1669_1000.png) no-repeat !important; padding: 16px 0 0 20px !important; }
span.i-ljuser img[src*="img/community.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://ic.pics.livejournal.com/lady_diavolo/58013448/1484/1484_1000.png) no-repeat !important; padding: 16px 0 0 22px !important; }
img[src*="img/icon_protected.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://ic.pics.livejournal.com/lady_diavolo/58013448/1101/1101_1000.png) no-repeat !important; padding: 21px 0 0 20px !important; }
img[src*="img/icon_private.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://ic.pics.livejournal.com/lady_diavolo/58013448/1820/1820_1000.png) no-repeat !important; padding: 16px 0 0 19px !important; }
img[src*="img/icon_groups.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://ic.pics.livejournal.com/lady_diavolo/58013448/1101/1101_1000.png) no-repeat !important; padding: 21px 0 0 20px !important; }

I'm grateful for any help. This is too high class for my simple FS CSS 101 :)
I even made the first LJ entry with comments public to help if needed.

metadata, free accounts, entry usericon and username, sidebar, misc, entries

Previous post Next post
Up