boffer green
[table bgcolor=#000000 height=275][tr][td]
css - Page 3 Toplef10css - Page 3 1zd3ho10

Hello Guest!
Welcome to the official Square Foot Gardening Forum.
There's lots to learn here by reading as a guest. However, if you become a member (it's free and spam-free) you'll have access to our large vermiculite databases, our seed exchange spreadsheets, and many more pictures in the Gallery. Enjoy.

css - Page 3 I22gcj10css - Page 3 14dhcg10

[/td][/tr][/table]
boffer green
Would you like to react to this message? Create an account in a few clicks or log in to continue.
IP Search

IP SEARCH

Search boffer's Forum
Latest topics
» testing
by admin 4/27/2015, 11:26 pm

» css
by admin 11/26/2014, 10:06 am

» testing sig that goofs up everything
by admin 11/18/2013, 11:29 am

» table stuff for green forum
by admin 7/13/2012, 9:41 pm

» color test
by admin 7/10/2012, 10:37 pm

» table stuff from grey forum
by admin 2/28/2011, 12:35 pm

» ISO I"m...
by admin 2/25/2011, 12:24 am

» IHA I Have Available
by admin 1/28/2011, 1:28 am

» christmas decorations for 2010
by admin 12/31/2010, 9:28 pm

» Iframe and marquee
by admin 12/30/2010, 11:44 am


css

2 posters

Page 3 of 5 Previous  1, 2, 3, 4, 5  Next

Go down

css - Page 3 Empty remove lines under forum title hover

Post by admin 9/19/2010, 6:33 pm



/*-----------------boffer added--------removed underline on forum title hover on index-------------------------*/
a.forumtitle:hover {
color: #d31141;
text-decoration: none;
}
/*----------------------------------------------end remove underline----------------------------------------*/
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty controls colors in some drop down boxes

Post by admin 9/19/2010, 6:34 pm

/*------------------------------------------------------controls colors in some drop down boxes ----------------------*/
.post .popupmenu, .post .popupmenu ul li, .post .popupmenu ul li a {background: #404040; color: #ffffff;}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty Re: css

Post by admin 9/21/2010, 2:06 pm

see what this does!

.postdetails h3 {display: none;}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty Re: css

Post by admin 9/21/2010, 2:12 pm

Check this out, put in html area,.,, changes chat box text


$(function() {if($('#chatbox_popup')[0]){$('#chatbox_popup a')[0].innerHTML='Enter Chatbox';}});
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty helps with vertical layout on index page

Post by admin 9/23/2010, 10:59 am

this is from Dion, I haven't tried it

dl.icon {height: auto !important;}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty adds tool bar to page bottom

Post by admin 9/30/2010, 11:34 am

non-scrolling, put in homepage general message

it looks like this
css - Page 3 44610


Code:

<style type="text/css">
#toolbar {
background:url("http://img31.imageshack.us/img31/3913/nav11.png") no-repeat scroll center bottom transparent;
bottom:0;
height:40px;
left:0;
margin:0;
padding:0;
position:fixed;
width:100%;
z-index:999;
}
#toolbar img{ border:none;}
</style>

<div id="toolbar" style="text-align: center;"><font size="+1" color="#ffffff"><a href="forum.htm"><img src="http://img31.imageshack.us/img31/3279/homexo.png"></a> <a href="/profile.forum?mode=register"><img src="http://img31.imageshack.us/img31/5193/addmaleuserd.png"></a> <a href="/faq.htm"><img src="http://i95.servimg.com/u/f95/11/95/85/04/faq16.png"></a> <a href="/login.forum?connexion"><img src="http://img31.imageshack.us/img31/6809/88388748.png"></a> <a href="#"><img src="http://img31.imageshack.us/img31/3008/kopetestatusmessage.png"></a> <a href="/contact.forum"><img src="http://img31.imageshack.us/img31/7137/contactnh.png"></a> <a href="/viewonline.htm"><img src="http://img31.imageshack.us/img31/4106/packagegamesrpg.png"></a></font></div>
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty copyright code

Post by admin 10/4/2010, 1:20 pm

Will put simple text just below admin panel link


#page-footer:after{
content: "© Your CopyRight ";
font-size: 13px;
font-variant: small-caps;
position: relative;
right: -370px;}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty changes spoiler bg color

Post by admin 10/6/2010, 10:01 am

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



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty controls max size of image in post

Post by admin 10/27/2010, 11:53 am

from Dion, not tested

.postbody .content img {max-width: 600px; max-height: 400px;}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty remove 'home' from footer

Post by admin 1/16/2011, 1:06 am


/*----------------------------------------------- removes 'home' from footer ------------------------*/
.footer-home {visibility: hidden;}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty changes quote border color

Post by hotfeet 1/19/2011, 12:36 am

blockquote {border: 10px solid #C0C0C0;}

see post below


hotfeet
testing
testing

POSTS : 1
Join date : 2010-12-25

Back to top Go down

css - Page 3 Empty Re: css

Post by admin 2/4/2011, 8:39 pm

hotfeet wrote:blockquote {border: 1px solid #C0C0C0;}

test
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty changes color of text below avatar

Post by admin 4/13/2011, 10:00 pm

Code:
.postprofile dd, .postprofile dt {
    color: #ffffff;
}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty adds shadow or color or weight to a user's name

Post by admin 6/24/2011, 11:14 pm

a[href="/u1"]{
text-decoration: none !important;
text-shadow: 0 0 0.1em white, 0 0 0.1em black, 0 0 0.1em white;
font-family:georgia;
font-weight: lighter;
font-style:italic;
}


Last edited by admin on 6/28/2011, 9:07 am; edited 1 time in total
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty border and corners on quote box

Post by admin 6/28/2011, 9:03 am

blockquote {border: 2px solid #C0C0C0;}

blockquote {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;
}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty controls image size in a post (not CSS)

Post by admin 7/6/2011, 11:59 am

Code:
    [img(204px,153px)]http://photos-d.ak.fbcdn.net/hphotos-ak-snc3/hs025.snc3/11243_1154000583842_1642505936_488377_2773555_n.jpg[/img]


css - Page 3 805_8010


css - Page 3 805_8010
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty sfg logo on bottom left of index page

Post by admin 7/15/2011, 11:26 am

it works but I couldn't figure out how to link it, so I'm using a different code.


/*------------------sq logo on bottom left of index page -------------------*/

ul.linklist li.footer-home {
background: url(https://i.servimg.com/u/f45/16/65/12/98/zzzfou11.png) no-repeat top;
width: 110px;
height: 110px;
margin-left: -5px;
margin-top: -125px;
color: transparent !important;
font-size: 0px !important;}

css - Page 3 Zzzfou11
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty post body variables

Post by admin 7/16/2011, 1:13 pm



.postbody {
background-color: #000000;
border: 3px solid #FFFFFF;
padding: 10px;
}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty each forum description block on index page

Post by admin 7/16/2011, 5:42 pm


/*--- changes font attributes in description block of forums --*/
dl.icon dd.dterm, dl.icon dt {
color: red;
}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty manages spoiler attributes

Post by admin 7/16/2011, 7:16 pm

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

I haven't tried it yet
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty a list of misc codes

Post by admin 7/16/2011, 7:24 pm

admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty removes corners from header bgimage and nav bar

Post by admin 7/17/2011, 10:24 am

.headerbar .corners-top ,.headerbar .corners-bottom {display:none;}
.navbar .corners-top ,.navbar .corners-bottom {display:none;}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty haven't played with this

Post by admin 7/17/2011, 10:26 am

HR {
border: 0 none #9a6fac;
border-top: 1px solid #aa9faa;
height: 1px; height: 1px;
margin: 5px 0; margin: 5px 0;
display: block; display: block;
clear: both; clear: both;}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty rounded corners without images

Post by admin 7/17/2011, 10:29 am

for avatar
.postprofile img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;

for forums/categories
Code: ----------Select content
.forabg {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

for widgets
.module {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

for poll
.panel {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.navbar {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty style usage

Post by admin 7/17/2011, 3:55 pm

Code:

<html>
<head>
<style type="text/css">
h1 {color:red;}
p {color:blue;}
</style>
</head>

<body>
<h1>Header 1</h1>
<p>A paragraph.</p>
</body>








Header 1


A paragraph.





The only possible value is "text/css". The style element always goes inside the head section.





Last edited by admin on 7/5/2012, 1:34 am; edited 2 times in total
admin
admin



Administrator

POSTS : 298
Join date : 2010-06-22
Location : <font size=&quot;4&quot;>the rainy zone</font>

https://boffer.forumotion.com

Back to top Go down

css - Page 3 Empty Re: css

Post by Sponsored content


Sponsored content


Back to top Go down

Page 3 of 5 Previous  1, 2, 3, 4, 5  Next

Back to top


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