Journal Preview:
kingyo_mintStyle Name: Flexible Squares
Account Type: Paid
Problem/Question: Hello! Is there a way to not make the input area in the comment box spill over like
THIS?
Also, I wanted to put a background behind the header links area (recent entries, friends, info...). I was able to do so but the image didn't repeat over all four rows like in the links list. Instead, it repeated itself in every line. How do I fix it? (^^ )
Thanks for all the help! I hope you don't mind if I tinkered around with the codes a bit :)
/* Cleaned CSS: */
/* Cleaned CSS: */
body {
background-color: #111111;
text-align: center;
color: #363636;
font-family: arial narrow;
font-size: 10px;
margin: 20px 0 20px 0;
}
a, a:link, a:visited {
color: #E8175D;
text-decoration: none;
}
a:hover {
color: #CC527A;
text-decoration: none;
}
blockquote {
font-size: 11px;
text-align: justify;
background-color: #151515;
border-left: 10px solid #222222;
padding: 10px;
}
code, kbd, pre, tt {
font-family: monospace;
}
/*---------------------------------------------------------------------
General page alignment and width
------------------------------------------------------------------------*/
#content
{
margin-left: 10px;
margin-right: 20px;
margin-top: -55px;
background-color: transparent;
border-width: 10px;
padding: 15px;
}
#maincontent {
margin-top: 10px;
margin-bottom: -100px;
font-family: arial narrow;
font-size: 11px;
color: #000000;
border-width: 0px;
margin-right: auto;
text-align: left;
width: 80%;
}
/*-----------------------------------------------------------------------------
Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/
#header {
width: 100%;
padding: 10px 0px 20px 0px;
margin: 0px;
text-align: center;
font-family: Trebuchet MS;
font-size: 11px;
font-weight: normal;
letter-spacing: 2px;
border-width: 0px;
background-color: transparent;
color: #000000;
}
.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 {
color: #E8175D;
display: block;
}
div#footer a, div#footer a:link, div#footer a:visited {
color: #E8175D;
}
div#header a:hover, div#footer a:hover {
color: #CC527A;
text-decoration: none;
letter-spacing: 0px;
}
/*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: 10px 0 0 10px;
margin: 0px;
width: 20%;
font-family: Georgia;
text-transform: uppercase;
font-size: 24px;
position: fixed;
top: 10px;
right: 10px;
}
ul.navheader li {
display: block;
margin-top: 0px;
padding: 5px;
text-align:left;
color: #A8A7A7;
border-right: 10px solid #E8175D;
background: url() repeat-x #262626;
border-bottom: 1px solid #363636;
}
ul.navheader li:hover {
border-right: 10px solid #CC527A;
background-color: #585858;
}
/*-----------------------------------------------------------------------------
Entry stuff
------------------------------------------------------------------------*/
.subcontent {
background: url(
http://i.imgur.com/j4JL9.jpg) repeat fixed #363636;
}
.entry {
margin: 0px 0px 10px 30px;
margin-left: 140px;
padding: 10px;
background-color: #111111;
color: #a7a8a8;
font-family: arial narrow;
font-size: 14px;
text-align: justify;
border-width: 0px;
border-left: 10px solid #363636;
}
.entry_text {
margin-bottom: 30px;
}
.userpic {
position: relative;
float: left;
background-color: #363636;
padding: 10px;
margin: 10px;
z-index: 15;
border-width: 0px;
min-height: 100px;
min-width: 100px;
}
.date {
top: 5px;
color: #a7a8a8;
text-transform: lowercase;
padding-right: 10px;
font-family: georgia;
font-size: 15px;
display: inline;
float: right;
}
.subject {
font-weight: normal;
padding: 10px;
color: #E8175D;
font-family: georgia;
font-size: 26px;
display: inline;
text-transform: uppercase;
letter-spacing: -1px;
}
.subject a, .subject a:link, .subject a:visited {
color: #E8175D;
}
.subject a:hover {
color: #CC527A;
text-decoration: none;
}
.datesubject {
margin-left: 140px;
background-color: #151515;
padding: 0px;
line-height: 50px;
border-left: 10px solid #363636;
}
.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: arial narrow;
font-size: 11px;
background-color: #111111;
padding: 5px;
}
.currents strong{
font-weight: normal;
font-size: 8pt;
color: #E8175D;
text-transform: uppercase;
}
.currentlocation {
padding: 5px;
}
.currentlocation a {
color: #CC527A;
}
.currentlocation a:hover {
color: #a7a8a8;
text-decoration: none;
}
.ljtags {
margin-top: 40px;
margin-bottom: -35px;
margin-left: 0px;
text-transform: uppercase;
font-size: 8pt;
color: #E8175D;
background-color: #111111;
padding: 10px 5px 5px 10px;
}
.ljtags a, .ljtags a:link, .ljtags a:visited {
color: #CC527A;
padding-left: 0px;
font-size: 10px;
text-transform: lowercase;
}
.ljtags a:hover {
color: #a7a8a8;
text-decoration: none;
}
.entry .clear { height: 1px; }
/*---------------------------------------------------------------------
Entry Stuff - Comments
------------------------------------------------------------------------*/
.comments {
font-family: arial narrow;
font-size: 11px;
text-align: right;
line-height: 50px;
background-color: #151515;
padding: 0px 5px 0px 5px;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 5px;
margin-top: 20px;
position: relative;
top: 15px;
}
div.comments a, div.comments a:link, div.comments a:visited{
color: #E8175D;
text-transform: uppercase;
}
div.comments a:hover {
color: #CC527A;
text-decoration: none;
}
/*---------------------------------------------------------------------
Entry Stuff - Separator
------------------------------------------------------------------------*/
.separator{
/* for formatting separators between entries */
height: 35px;
}
/*------------------------------------------------------------
Special friends page customization
-------------------------------------------------------------------------------*/
.userpicfriends {
position: relative;
float: left;
padding: 10px;
margin: 10px;
text-align: center;
border-width: 0px;
font-family: arial narrow;
font-size: 11px;
z-index: 15;
text-transform: uppercase;
background-color: #363636 !important;
min-height: 100px;
min-width: 100px;
}
/*------------------------------------------------------------
Sidebar
-------------------------------------------------------------------------------*/
#sidebar {
background: url(
http://i.imgur.com/j4JL9.jpg) repeat fixed #111111;
position: fixed;
top: 180px;
right: 10px;
background-color: #363636;
border-width: 0px;
font-size: 11px;
font-family: Trebuchet MS;
color: #A8A7A7;
width: 20%;
float: right;
text-align: left;
}
.defaultuserpic {
display: none;
}
.sbarheader {
padding: 0px 0px 0px 0px;
}
.sbarbody {
padding: 0px 0px 0px 0px;
}
.sbarbody2 {
padding: 10px 10px 10px 10px;
text-align: justify;
border-bottom: 1px solid #363636;
}
div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
color: #E8175D;
}
div#sidebar a:hover {
color: #CC527A;
text-decoration: none;
}
/*------------------------------------------------------------
Sidebar - Calendar
-------------------------------------------------------------------------------*/
table.calendar {
margin-right: 0;
margin-left: 0;
width: 100%;
padding: 10px;
}
.sbarcalendar {
border-width: 0px;
background-color: #363636;
text-align: center;
font-family: arial narrow;
font-size: 11px;
color: #a8a7a7;
}
.sbarcalendarposts {
border-width: 0px;
background-color: #363636;
text-align: center;
font-family: arial narrow;
font-size: 11px;
}
/*------------------------------------------------------------
Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/
ul.sbarlist
{
padding-left: 0px;
margin-left: 0px;
list-style: none;
margin-top: -10px;
}
li.sbaritem
{
padding: 0px;
list-style: none;
text-align: left;
}
li.sbaritem a
{
display: block;
border-bottom: 1px solid #363636;
line-height: 20px;
padding: 0 0 0 5px;
border-right: 10px solid #E8175D;
text-transform: uppercase;
letter-spacing: 2px;
}
li.sbaritem a:hover
{
border-right: 10px solid #CC527A;
text-transform: uppercase;
letter-spacing: 2px;
background-color: #585858;
}
li.sbartitle
{
display: none;
}
/*----------------------------------------------------
footer
----------------------------------------------------------------*/
#footer {
width: 20%;
text-align: center;
font-family: arial narrow;
font-size: 11px;
font-weight: bold;
letter-spacing: 0px;
background-color: #363636;
color: #a8a7a7;
border-width: 0px;
z-index: 100;
clear: both;
position: fixed;
right: 10px;
bottom: 10px;
}
ul.navfooter{
padding: 0px;
margin: 0px;
}
ul.navfooter li {
display: inline;
margin: 0 5px 0 5px;
line-height: 25px;
}
.clearfoot {
clear: both;
}
/*----------------------------------------------------
Archive Pages
----------------------------------------------------------------*/
ul.year{
background-color: transparent;
margin-bottom: 10px;
margin-top: 0px;
text-align: center;
padding: 10px;
line-height: 12px;
font-weight: bold;
font-size: 24px;
font-family: arial narrow;
text-transform: uppercase;
}
ul.year li {
color: #666666;
display: inline;
}
table.yeartable {
margin-top: -10px;
margin-left: auto;
margin-right: auto;
margin-bottom: -20px;
padding: 2px;
background-color: #363636;
width: 50%;
}
table.yeartable td.yeardate, table.yeartable td.yearday {
color: #a7a8a8;
background-color: #363636;
border: 0px;
padding: 2px;
text-align: center;
}
table.yeartable td.yearday {
background-color: #363636;
padding: 2px;
text-align: center;
text-transform: uppercase;
color: #a7a8a8;
}
.yeardate a {
color: #E8175D;
border-style: none;
}
.yeardate a:hover {
color: #CC527A;
border-style: none;
}
td.yearmonth {
color: #a7a8a8;
border-style: none;
}
/*----------------------------------------------------
Tags page
----------------------------------------------------------------*/
.ljtaglist {
background-color: #363636;
list-style-type: decimal-leading-zero;
margin-left: 25px;
width: 100%;
text-transform: lowercase;
text-align: left;
}
.ljtaglist li {
border-bottom: 1px solid #363636;
padding: 6px 3px 6px 20px;
color: #a7a8a8;
background-color: #363636;
}
H1 {
background-color: transparent;
margin-top: -10px;
margin-bottom: 0px;
text-align: center;
padding: 10px;
line-height: 12px;
font-weight: bold;
font-size: 24px;
font-family: arial narrow;
text-transform: uppercase;
color: #a7a8a8;
}
ul.ljtaglist {
background-color: #363636;
color: #cccccc;
font-size: 8pt;
padding: 8px 8px 8px 12px;
text-align: left;
margin-right: auto;
margin-left: auto;
padding: 0px;
}
/*----------------------------------------------------
Comments pages
----------------------------------------------------------------*/
.datesubjectcomment {
background-color: #363636;
padding: 5px;
margin-top: 20px;
font-weight: normal;
color: #a7a8a8;
font-family: arial narrow;
font-size: 12px;
border-left: 10px solid #363636;
text-transform: uppercase;
}
.userpiccomment {
position: relative;
border-width: 0px;
background-color: #363636;
top: 0px;
left: 0px;
padding: 10px;
margin: 10px 10px -20px -145px;
z-index: 15;
float: left;
border-width: 0px;
min-height: 100px;
min-width: 100px;
}
.box {
border-style: solid;
border-width: 0px 0px 0px 0px;
border-color: #222222;
padding: 10px;
clear: left;
}
input, textarea, select {
font-family: georgia;
background-color:#222222;
border:1px solid #585858;
font-size:10px;
color:#585858;
padding:3px;
}
textarea.textbox {
width: 100% !important;
}
.reply {
position: relative;
margin: 20px 30px 10px 30px;
padding: 25px 10px 10px 10px;
text-align: left;
font-family: arial narrow;
font-size: 10px;
line-height: 125%;
background-color: #d4dce8;
color: #000000;
}
.replytosubject {
font-weight: bold;
}
.commentreply {
position: relative;
margin: 0px;
font-size: 11px;
font-family: arial narrow;
color: #a7a8a8;
text-align: justify;
background-color: #222222;
margin-left: 0px;
border-left: 1px solid #363636;
border-right: 1px solid #363636;
border-top: 1px solid #363636;
border-bottom: 10px solid #363636;
padding: 5px;
min-height: 100px;
}
.commentbox {
border-width: 0px;
padding: 0px;
margin: 10px;
padding-left: 140px;
}
.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #E8175D;
}
.datesubjectcomment a:hover {
color: #CC527A;
}
.commentboxpartial {
border-width: 0px;
padding: 10px;
margin: 10px;
background-color: #363636;
color: #a7a8a8;
}
.commentboxpartial a:link, .datesubjectcomment a:visited {
color: #E8175D;
}
.commentboxpartial a:hover {
color: #CC527A;
}
.commentinfo {
background-color: #d4dce8;
margin-top: 10px;
width: 100%;
border: 0px;
}
.commentlinks {
background-color: #363636;
border-left: 10px solid #363636;
}
.commentlinkbar {
display: inline;
}
.skiplinks {
text-align: center;
}
/*--------------------------------------------
Misc
-----------------------------------------*/
.clear {
height: 15px;
}
/*----------- TINY USER PICS - PASTE CODES BELOW HERE -----------*/
.ljuser img[src="
http://l-stat.livejournal.com/img/userinfo.gif?v=3"] {
width: 0;
height: 0;
background-repeat: no-repeat;
background-image: url(
http://pics.livejournal.com/kingyo_mint/pic/000k9c0y) !important;
padding: 13px 9px 0 0 !important;
}
.ljuser:hover img[src="
http://l-stat.livejournal.com/img/userinfo.gif?v=3"] {
width: 0;
height: 0;
background-repeat: no-repeat;
background-image: url(
http://pics.livejournal.com/kingyo_mint/pic/00394ds8) !important;
padding: 13px 9px 0 0 !important;
}
.ljuser img[src="
http://l-stat.livejournal.com/img/community.gif?v=3"] {
width:0;
height: 0;
background-repeat: no-repeat;
background-image: url(
http://pics.livejournal.com/kingyo_mint/pic/000k9c0y) !important;
padding: 15px 15px 0 0 !important;
}
.ljuser:hover img[src="
http://l-stat.livejournal.com/img/community.gif?v=3"] {
width:0;
height: 0;
background-repeat: no-repeat;
background-image: url(
http://pics.livejournal.com/kingyo_mint/pic/00394ds8) !important;
padding: 15px 15px 0 0 !important;
}
.ljuser img[src="
http://l-stat.livejournal.com/img/user_ontd.gif?v=3"] {
width: 0;
height: 0;
background-repeat: no-repeat;
background-image: url(
http://pics.livejournal.com/kingyo_mint/pic/000k9c0y) !important;
padding: 11px 10px 0 0 !important;
}
.ljuser:hover img[src="
http://l-stat.livejournal.com/img/user_ontd.gif?v=3"] {
width: 0;
height: 0;
background-repeat: no-repeat;
background-image: url(
http://pics.livejournal.com/kingyo_mint/pic/00394ds8) !important;
padding: 11px 10px 0 0 !important;
}
.ljuser img[src*="
http://l-files.livejournal.net/userhead/"] {
width: 0;
height: 0;
background-repeat: no-repeat;
background-image: url(
http://pics.livejournal.com/kingyo_mint/pic/000k9c0y) !important;
padding: 13px 9px 0 0 !important;
}
.ljuser:hover img[src*="
http://l-files.livejournal.net/userhead/"] {
width: 0;
height: 0;
background-repeat: no-repeat;
background-image: url(
http://pics.livejournal.com/kingyo_mint/pic/00394ds8) !important;
padding: 13px 9px 0 0 !important;
}
.subject img[src="
http://l-stat.livejournal.com/img/icon_protected.gif"] {
width: 0px;
height: 0px;
padding: 0px 11px 13px 0px;
background: url(
http://resublimity.net/elljay/tinyicons/lock-grey.png);}
.subject img[src="
http://l-stat.livejournal.com/img/icon_groups.gif"] {
width: 0px;
height: 0px;
padding: 0px 11px 13px 0px;
background: url(
http://resublimity.net/elljay/tinyicons/lock-pink.png);}
.subject img[src="
http://l-stat.livejournal.com/img/icon_private.gif"] {
width: 0px;
height: 0px;
padding: 0px 13px 14px 0px;
background: url(
http://resublimity.net/elljay/tinyicons/notebook-grey.png);}
.leftlinks {
float: left;
position: relative;
}
/*------------------------------------
Look of contextual Popup
------------------------------*/
/*general positioning*/
div.ContextualPopup {
margin: 5px 0 0 20px;
font-family: arial narrow !important;
font-size: 12px;
}
/* attaches border to user icon*/
div.ContextualPopup img {
border: 5px solid #E8175D;
}
/*defines general look, font color/size/background color*/
div.ContextualPopup div.Inner {
background: url(
http://i.imgur.com/j4JL9.jpg) repeat #363636 !important;
color: #a7a8a8 !important;
border: 0px solid #a7a8a8;
padding: 0px;
width: 20em;
}
/*defines left side of popup without the user icon*/
div.ContextualPopup .Content {
2px 4px 6px 4px;
margin-right: 50px;
line-height: 1.4;
}
/*defines the text that shows the relation to the user (XYZ is your mutual friend) */
div.ContextualPopup .Relation {
font-weight: bold !important;
}
/* look of words LJ Talk */
div.ContextualPopup .Content .OnlineStatus {
font-weight: bold;
}
div.ContextualPopup .Userpic {
padding: 4px 4px 0 0;
}
div.ContextualPopup div.Inner a:link, div.ContextualPopup div.Inner a:visited {
text-decoration: none !important;
font-weight: bold;
color: #E8175D !important;
}
div.ContextualPopup div.Inner a:hover {
text-decoration: none !important;
font-weight: bold;
color: #CC527A !important;
}