The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Remove Underline

4 posters

Go down

Solved Remove Underline

Post by CharleX December 11th 2009, 6:32 am

Forum Link: http://forumpop.forumn.org/index.htm
I'm using PHPBB3 and I think I find it irritating how the text(such as forum names) underlines when I hover over it. I want to get rid of that underlining.

CSS:
Code:
ul#privmsgs-menu {
background: url('http://i88.servimg.com/u/f88/14/28/28/25/111.png');
background-repeat: repeat-x;
background-color: #f4f4f4;
border: solid 1px #d0d0d0;
margin-right: 130px;
margin-left: 130px;}

ul#privmsgs-menu:hover {
background: url('http://i88.servimg.com/u/f88/14/28/28/25/211.png');
background-repeat: repeat-x;
background-color: #ffffff;
border: solid 1px #b0b0b0;}

blockquote {
margin: 1em 1px 1em 25px;
padding: 5px;
background: transparent url("http://i88.servimg.com/u/f88/14/28/28/25/bb_quo10.gif") 1px 1px no-repeat;
background-position: top right;
border: 1px solid #dadada;
font-size: 0.95em;
margin: 1em 1px 1em 10px;
overflow: hidden;}

blockquote blockquote {
background-color: transparent;
font-size: 0.95em;
margin: 0.5em 1px 0pt 15px;}

blockquote blockquote blockquote {
font-size: 0.95em;
background-color: transparent;}

dl.codebox {
padding: 3px;
background-color: transparent;
border: 1px solid #dadada;
font-size: 1em;}

dl.codebox dt {
text-transform: none;
font-size: 0.95em;
background-image: url('http://i88.servimg.com/u/f88/14/28/28/25/bb_cod10.gif');
background-repeat: no-repeat;
background-position: top right;
border-bottom: 0px solid #FFFFFF;
font-weight: bold;}

dl.codebox code {
font: 0.9em Verdana,Arial,Helvetica,sans-serif;
color: #666666;}

.forabg {
margin-bottom: 8px;
border: 1px solid #d0d0d0;
background-position: 0 0;}

.forabg:hover {
margin-bottom: 8px;
border: 1px solid #b0b0b0;}

.forumbg {border: 1px solid #d0d0d0;}

.forumbg:hover {
border: 1px solid #b0b0b0;}

.panel {
border: 1px solid #d0d0d0;}

.panel:hover {
border: 1px solid #b0b0b0;}

ul.topiclist {
border: solid 1px #DFDFDF;
background-color: #e4e4e4;}

.blog_cal-border {
background-color: transparent;
border: 1px solid #d0d0d0;}

.blog_cal-content {
background-color: transparent;
border: 1px solid #d0d0d0;
color: #b0b0b0;}

.module {
border: solid 1px #d0d0d0;
 background: url('http://i88.servimg.com/u/f88/14/28/28/25/111.png');
background-repeat: repeat-x;
background-color: #f4f4f4;}

.module:hover {
border: solid 1px #b0b0b0;}

.post {
border: solid 1px #d0d0d0;
background: url('http://i88.servimg.com/u/f88/14/28/28/25/back10.gif');
background-repeat: repeat-x;
background-color: #f2f2f2;}

.post:hover {border: solid 1px #b0b0b0;}

.postbody .topic-title :hover {text-decoration: underline;}

.blog_comment-title :hover {text-decoration: underline;}

ul.navlinks {
border-bottom: 0px solid #000000;}

a.mainmenu {color: #929292;}

a.mainmenu:hover {
color: #2E5CBD;
text-decoration: underline;}

a.mainmenu:active {color: #929292;}
a.mainmenu:visited {color: #929292;}

fieldset dd {vertical-align: text-top;}

ul.navlinks {
font-weight: normal;}

ul.linklist li a img {
cursor: default;}

li.row {
border-bottom-color: #f8f8f8;
background: url('http://i88.servimg.com/u/f88/14/28/28/25/111.png');
background-repeat: repeat-x;
background-color: #f4f4f4;}

li.row:hover {
background: url('http://i88.servimg.com/u/f88/14/28/28/25/211.png');
background-repeat: repeat-x;
background-color: #ffffff;}

.row .pagination {
background: url("http://i88.servimg.com/u/f88/14/28/28/25/page10.gif") 0 50% no-repeat;}

.inputbox{
border: 1px solid #c2c2c2;
color: #888888;}

.inputbox:hover{
border: 1px solid #a5a5a5;
color: #444444;}

.inputbox:focus{
border: 1px solid #a5a5a5;
color: #444444;}

input.search {
background-image: url('http://i88.servimg.com/u/f88/14/28/28/25/icon_t12.gif');}

input.search:hover {
background-image: url('http://2img.net/i/fa/prosilver/icon_textbox_search.gif');}

input.search:focus {
background-image: url('http://2img.net/i/fa/prosilver/icon_textbox_search.gif');}

.content h1, .panel h1 {
border-bottom: 1px solid #e0e0e0;
color: #2e5cbd;}

.content h2, .panel h2 {
border-bottom: 1px solid #e0e0e0;
color: #2e5cbd;}

#tabs a {
color: #2E5CBD;
border: solid 1px #d0d0d0;}

#tabs .activetab a {
background-color: #F8F8F8;
border-top: 1px solid #b0b0b0;
border-left: 1px solid #b0b0b0;
border-right: 1px solid #b0b0b0;}

#tabs .activetab a span {
background-position: 100% 0;
padding-bottom: 7px;
color: #6786c7;}

#tabs a span {
float: left;
display: block;
background: none no-repeat 100% -35px;
padding: 6px 10px 6px 5px;
color: #2E5CBD;
white-space: nowrap;}

#tabs a:hover {
color: #E53D10;
background-color: #FFFFFF;}

#tabs .activetab a:hover span {color: #E53D10;}

a.button1, input.button1, a.button2, input.button2, button.button2 {
background: url('http://i88.servimg.com/u/f88/14/28/28/25/111.png');
border: 1px solid #e2e2e2;
background-color: #FFFFFF;
color: #888888;}

a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, button.button2:hover {
background: url('http://i88.servimg.com/u/f88/14/28/28/25/211.png');
border: 1px solid #a5a5a5;
color: #2e5cbd;
background-position: 0 100%;}

a.button1, input.button1 {
color: #2E5CBD;
background-color: #FFFFFF;}

a.button1:hover, input.button1:hover {
color: #E53D10;
background-color: #FFFFFF;}

button.bbcode {border: 1px solid #e53d10;}

select {
border: 1px solid #e2e2e2;
color: #888888;}

select:hover {
border: 1px solid #a5a5a5;
color: #2e5cbd;}

a:active {color: #6786c7;}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active{
background-color: #FFFFFF;
border: 1px solid #d0d0d0;
color: #2e5cbd;
font-size: 0.9em;
font-weight: normal;
line-height: 1.5em;
margin: 0 2px;
padding: 0 2px;}

.pagination span a:hover{
background-color: #e53d10;
border-color: #e53d10;
color: #ffffff;}

.pagination span a.pag-img {
border: none;
background-color: transparent;}

.pagination span a.pag-img:hover {background-color: transparent;}

.pagination span strong{
background-color: #2e5cbd;
border: 1px solid #2e5cbd;
color: #ffffff;
font-size: 0.9em;
margin: 0 2px;
padding: 0 2px;
font-weight: normal;}

.navbar {
background: url('http://i88.servimg.com/u/f88/14/28/28/25/111.png');
border: solid 1px #d0d0d0;
height: 35px;
margin-left: 10px;
margin-right: 10px;}

.navbar:hover {
background: url('http://i88.servimg.com/u/f88/14/28/28/25/211.png');
border: solid 1px #b0b0b0;}

#page-footer div.navbar{
background: url('http://i88.servimg.com/u/f88/14/28/28/25/211.png');
border: solid 1px #d0d0d0;
margin-left: 0px;
margin-right: 0px;}

#page-footer div.navbar:hover{
background: url('http://i88.servimg.com/u/f88/14/28/28/25/111.png');
border: solid 1px #b0b0b0;}

.copyright {
padding:0px;}

div#page-footer ul.linklist,.copyright {
padding:0px;
letter-spacing: -1px;}

body{
margin-top: 10px;
margin-bottom: 10px;
background-repeat: repeat-x;
background-position: top;}

#search-box #keywords {
margin-right: 3px;}

#search-box {bottom: 100px;
position: relative;
left: 16px;}

#search-box input.button2 {
height: 22px;
padding-bottom: 5px;}

h3,.h3 {
border-bottom: 3px #EEEEEE double;
font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
background: url("http://i88.servimg.com/u/f88/14/28/28/25/icon_p10.gif") no-repeat left;
padding-left: 13px;
padding-top: 2px;
color: #A0A0A0;}

.module .h3 {
color: #A0A0A0;
border-bottom: 0px ;
text-align: center;
font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
background: none;
margin-top: 4px;}

.hierarchy {background: none;
padding-left: 0px;
padding-top: 0px;}

.table-title, .table-title h2{
background-image: transparent;
border: 0px;}

.buttons img{
background: url('http://i86.servimg.com/u/f86/11/96/49/61/bgblue10.png') no-repeat center;}

.buttons img:hover{
background: url('http://i86.servimg.com/u/f86/11/96/49/61/bgoran10.png') no-repeat center;}

blockquote {
padding: 0px;
margin-bottom: 5px;}

blockquote blockquote {
margin-top: 5px;}

blockquote div {
margin-left: 5px;}

#new-message{border: 0px;}
#new-message img{
background: url('http://i86.servimg.com/u/f86/11/96/49/61/bgblue10.png') no-repeat center;}

#new-message img:hover{
background: url('http://i86.servimg.com/u/f86/11/96/49/61/bgoran10.png') no-repeat center;}

ul#picture_legend {
background-position: center;
background-repeat: repeat-x;
background-image: url('http://i88.servimg.com/u/f88/14/28/28/25/111.png');
text-align: center;
padding-right: 24px 0;
padding-left: 24px 0;
border: 1px solid #d0d0d0;
margin-right: 180px;
margin-left: 180px;
margin-bottom: 7px;}

ul#picture_legend:hover {
background-position: center;
background-repeat: repeat-x;
background-image: url('http://i88.servimg.com/u/f88/14/28/28/25/211.png');
text-align: center;
padding-right: 24px 0;
padding-left: 24px 0;
border: 1px solid #b0b0b0;
margin-right: 180px;
margin-left: 180px;}

.last-post-icon img{padding-left: 5px;
padding-top: 4px;}

.color-groups {padding-right: 5px;}

.copyright,.icon-home,a.copyright li,a.icon-home li{
padding:0px
font-size: 10px;}

.copyright{margin-bottom: 20px;}

#page-footer{
background: url("http://i88.servimg.com/u/f88/14/28/28/25/copyri11.gif") no-repeat bottom right;
padding-bottom: 5px;}

li.header dt, li.header dd {
line-height: 1.5em;
border: 0px;
padding-top: 3px;
padding-bottom: 0px;
font-size: 1.3em;
font-family: Arial,Helvetica,sans-serif,Verdana,Arial,Helvetica,sans-serif;
text-transform: none;
font-weight: bold;
text-align: center;}

.table-title, .table-title h2{
font-size: 1.13em;
font-family: Arial,Helvetica,sans-serif,Verdana,Arial,Helvetica,sans-serif;
text-transform: none;
font-weight: bold;
text-align: center;}

ul.topiclist dd {
border-left: 0px solid #dfdfdf;}

.blog_cal-content{
background-color: transparent;
border: 0px;}

.blog_cal-border {
border: 0px;
background: transparent url("http://i88.servimg.com/u/f88/14/28/28/25/datebg10.png") no-repeat center;
padding: 8px;
font-size: 1.2em;
margin-right: 1em;}

p em b a.gensmall{font-style: normal;
font-style: normal;
font-weight: bold;
font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
font-size: 13px;
text-transform: none;}

p em{font-style: normal;
font-weight: bold;
color: #2e5cbd;
background: url("http://i88.servimg.com/u/f88/14/28/28/25/icon_p10.gif") no-repeat left;
padding-left: 13px;
padding-top: 1px;
font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
font-size: 12px;
text-transform: uppercase;}

.gensmall{color:#E53D10;}
.gensmall:hover{color:#2E5CBD;}

.profile-icons img{background: #2E5CBD;}
.profile-icons img:hover{background: #E53D10;}

#i_icon_delete{background: #2E5CBD;}
#i_icon_delete:hover{background: #E53D10;}

#page-header{background: url('http://i88.servimg.com/u/f88/14/28/28/25/bg_con12.gif') repeat-x top;
margin-top: -10px;
margin-left: -10px;
margin-right: -10px;}

#wrap{
background: white url('http://i88.servimg.com/u/f88/14/28/28/25/bg_blo10.gif') repeat-x bottom;
padding: 10px;
padding-bottom: 0px;}

.vote,.vote .vote-button a,.vote .vote-button a:hover,.vote .vote-no-bar,.vote .vote-no-bar:hover  {
font-weight: bold;
font-size: 17px;
font-family: arial bold;
color: #e53d10;}

.vote-button {
padding-left: 3px;}

.icon-home{
background: url('http://i88.servimg.com/u/f88/14/28/28/25/home10.gif') no-repeat left;
padding-left: 15px;}

#chatbox_option_co,#chatbox_option_disco{
font-weight: bold;
font: family: Arial narrow;
font-size: 16px;
color: #e53d10;
background: url('http://2img.net/i/fa/prosilver_grey/icon_logout.gif') no-repeat left;
padding-left: 17px;}

.chatbox .forabg:hover{border: 0px;}

#chatbox_footer:hover{margin: 0px;}

#chatbox_header,#chatbox_footer{background: #e1e1e2;}
CharleX
CharleX
Forumember

Male Posts : 492
Reputation : 0
Language : English and Korean
Location : On The Comp

Back to top Go down

Solved Re: Remove Underline

Post by ankillien December 11th 2009, 8:53 am

Hello,

Try adding this code to your CSS.

Code:
.forumtitle:hover {
text-decoration : none !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Remove Underline

Post by xsi.pheine- December 11th 2009, 11:25 pm

Display > Colors > See your forum basic CSS > Coppied it edited it and pasted in the CSS box > submit

Ive also done this, and removing all "underline" to "none", there are still links underlined.

Now what?
xsi.pheine-
xsi.pheine-
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Solved Re: Remove Underline

Post by CharleX December 12th 2009, 6:52 am

Now how can I make it so that the navigation menu doesn't underline?
CharleX
CharleX
Forumember

Male Posts : 492
Reputation : 0
Language : English and Korean
Location : On The Comp

Back to top Go down

Solved Re: Remove Underline

Post by ankillien December 12th 2009, 8:09 am

Code:
a:hover {
text-decoration : none;
}
a.mainmenu:hover {
text-decoration : none;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Remove Underline

Post by xsi.pheine- December 12th 2009, 12:28 pm

And thanks to you ankilien,
tho as i managed to remove all the underlines but
than I noticed that on Portal all used links get that annoying underline again.

Remove Underline 2222

Also on the forum, used "topic" links get udnerlined, also the "Moderator: Moderators" gets it.

But than agian ill check again maybe ive done something wrong.
xsi.pheine-
xsi.pheine-
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Solved Re: Remove Underline

Post by ankillien December 12th 2009, 1:41 pm

xsi.pheine-

The code I've given above works only when you hover your mouse on links.
The normal links will look underlined Very Happy

If you want all links without underlines, tell me and I'll give you the code.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Remove Underline

Post by CharleX December 12th 2009, 5:01 pm

Thank you! It worked. ^^
CharleX
CharleX
Forumember

Male Posts : 492
Reputation : 0
Language : English and Korean
Location : On The Comp

Back to top Go down

Solved Re: Remove Underline

Post by Sanket December 12th 2009, 6:17 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Remove Underline 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum