(no subject)
Jul. 6th, 2007 10:07 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Ha! YES!
And this is where I pat myself on the shoulder for my amazing google skills which sort-of make up for my utter lack of any other computer savyness, even if it took a ridiculous amount of time to find the solution.
For further reference & the next time I manage to fuck up my style: set css_style_overrides = "a { text-decoration: none !important; }"; , although I'm still not sure why a simple a { text-decoration: none; } wasn't enough.
In conclusion, problem solved, underline removed, journal pretty again; one very pleased
solitary_summer. :)
Obsessive? Who, me?
[ETA 8.3.2008: for Expressive A { text-decoration: none } is enough.]
[ETA 15.2.2009: Minimalism: Works only for the sidebar;
Complete CSS sheets for Minimalism: here
CSS code for Aquatic Moon
.entry-title A:link,
.entry-title A:visited {
color:#333;
text-decoration:none;
border-bottom:none;
}
.entry-title A:link:hover,
.entry-title A:visited:hover,
.entry-title A:link:active,
.entry-title A:visited:active {
text-decoration:none;
}
.view-archive .entry-text UL A:link, .view-archive .entry-text UL A:visited,
.calendar-wrap A:link,
.calendar-wrap A:visited {
color:#0FB5F3;
text-decoration:none;
border-bottom:none;
}
.view-archive .entry-text UL A:link:hover, .view-archive .entry-text UL A:visited:hover,
.calendar-wrap A:link:hover,
.calendar-wrap A:visited:hover,
.calendar-wrap A:link:active,
.calendar-wrap A:visited:active {
text-decoration:none;
}
.header .nav .item-selected A {
color:#000;
}
.calendar-wrap TABLE TBODY TD A:link:hover,
.calendar-wrap TABLE TBODY TD A:visited:hover,
.calendar-wrap TABLE TBODY TD A:link:active,
.calendar-wrap TABLE TBODY TD A:visited:active {
background:#C8E3EC;
text-decoration:none;
}
#page .btn-comment, #page .btn-comments,
#page .entrysubmenu .btn SPAN SPAN SPAN {
color:#00304E;
text-decoration:none;
}
#page .btn-comment:hover,
#page .btn-comments:hover,
#page .entrysubmenu .btn:hover SPAN SPAN SPAN,
#page .btn-comment:active,
#page .btn-comments:active,
#page .entrysubmenu .btn:active SPAN SPAN SPAN {
color:#0FB5F3;
}
Changing underline to none will remove underline from calender page, 'edit', 'tag', etc. (Not sure yet what the first does)
CSS code here:
#page .entrymenu {
float:none;
height:36px;
padding-bottom:0;
margin-bottom:1.5em;
}
#page .entrymenu UL {
float:none;
height:36px;
}
#page .entrymenu LI {
padding:0;
}
#page .entrymenu .comments {
float:left;
}
#page .entrymenu .postcomment {
float:right;
}
#page .entrymenu .btn, #page .entrymenu SPAN {
background:transparent none;
}
#page .entrymenu .btn {
height:36px;
}
#page .entrymenu .btn SPAN SPAN SPAN {
padding-top:19px;
padding-left:20px;
padding-right:20px;
font-size:1.3em;
text-decoration:underline;
}
Gets rid of underline in 'comment', 'comments'
.header .nav .item A {
margin-left:-10px;
float:left;
height:38px;
line-height:1em;
padding:0 15px;
text-transform:uppercase;
text-decoration:none;
}
.header .nav .item A:link:hover, .header .nav .item A:visited:hover {
text-decoration:none;
}
gets rid of mouse-over underline in header
Generally: change 'border bottom' in link CSS from 1px to 'none'
.content-inner {
background:#FFF;
color:#333;
}
.content-inner A:link,
.content-inner A:visited {
text-decoration:none;
border-bottom:1px solid #CCC;
}
Here will remove the underlines from the entry text-
And this is where I pat myself on the shoulder for my amazing google skills which sort-of make up for my utter lack of any other computer savyness, even if it took a ridiculous amount of time to find the solution.
For further reference & the next time I manage to fuck up my style: set css_style_overrides = "a { text-decoration: none !important; }"; , although I'm still not sure why a simple a { text-decoration: none; } wasn't enough.
In conclusion, problem solved, underline removed, journal pretty again; one very pleased
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
[ETA 8.3.2008: for Expressive A { text-decoration: none } is enough.]
[ETA 15.2.2009: Minimalism: Works only for the sidebar;
Complete CSS sheets for Minimalism: here
CSS code for Aquatic Moon
.entry-title A:link,
.entry-title A:visited {
color:#333;
text-decoration:none;
border-bottom:none;
}
.entry-title A:link:hover,
.entry-title A:visited:hover,
.entry-title A:link:active,
.entry-title A:visited:active {
text-decoration:none;
}
.view-archive .entry-text UL A:link, .view-archive .entry-text UL A:visited,
.calendar-wrap A:link,
.calendar-wrap A:visited {
color:#0FB5F3;
text-decoration:none;
border-bottom:none;
}
.view-archive .entry-text UL A:link:hover, .view-archive .entry-text UL A:visited:hover,
.calendar-wrap A:link:hover,
.calendar-wrap A:visited:hover,
.calendar-wrap A:link:active,
.calendar-wrap A:visited:active {
text-decoration:none;
}
.header .nav .item-selected A {
color:#000;
}
.calendar-wrap TABLE TBODY TD A:link:hover,
.calendar-wrap TABLE TBODY TD A:visited:hover,
.calendar-wrap TABLE TBODY TD A:link:active,
.calendar-wrap TABLE TBODY TD A:visited:active {
background:#C8E3EC;
text-decoration:none;
}
#page .btn-comment, #page .btn-comments,
#page .entrysubmenu .btn SPAN SPAN SPAN {
color:#00304E;
text-decoration:none;
}
#page .btn-comment:hover,
#page .btn-comments:hover,
#page .entrysubmenu .btn:hover SPAN SPAN SPAN,
#page .btn-comment:active,
#page .btn-comments:active,
#page .entrysubmenu .btn:active SPAN SPAN SPAN {
color:#0FB5F3;
}
Changing underline to none will remove underline from calender page, 'edit', 'tag', etc. (Not sure yet what the first does)
CSS code here:
#page .entrymenu {
float:none;
height:36px;
padding-bottom:0;
margin-bottom:1.5em;
}
#page .entrymenu UL {
float:none;
height:36px;
}
#page .entrymenu LI {
padding:0;
}
#page .entrymenu .comments {
float:left;
}
#page .entrymenu .postcomment {
float:right;
}
#page .entrymenu .btn, #page .entrymenu SPAN {
background:transparent none;
}
#page .entrymenu .btn {
height:36px;
}
#page .entrymenu .btn SPAN SPAN SPAN {
padding-top:19px;
padding-left:20px;
padding-right:20px;
font-size:1.3em;
text-decoration:underline;
}
Gets rid of underline in 'comment', 'comments'
.header .nav .item A {
margin-left:-10px;
float:left;
height:38px;
line-height:1em;
padding:0 15px;
text-transform:uppercase;
text-decoration:none;
}
.header .nav .item A:link:hover, .header .nav .item A:visited:hover {
text-decoration:none;
}
gets rid of mouse-over underline in header
Generally: change 'border bottom' in link CSS from 1px to 'none'
.content-inner {
background:#FFF;
color:#333;
}
.content-inner A:link,
.content-inner A:visited {
text-decoration:none;
border-bottom:1px solid #CCC;
}
Here will remove the underlines from the entry text-
no subject
Date: 2007-07-07 10:45 am (UTC)Oops sorry, that just came out :)