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.

How do I get the bodyline background to be transparent but the subforum tables to be normal?

3 posters

Go down

How do I get the bodyline background to be transparent but the subforum tables to be normal? Empty How do I get the bodyline background to be transparent but the subforum tables to be normal?

Post by Diana December 11th 2010, 4:41 pm

How do I get the bodyline background to be transparent but the subforum tables to be normal?
I used this code:
table {
opacity: .8;
filter: alpha(opacity=80);
-moz-opacity: .8;
}
But it makes everything transparent.

Or if I could set different opacity to the bodyline background and the tables, that would be great too.
Diana
Diana
Active Poster

Female Posts : 1286
Reputation : 21
Language : English

Back to top Go down

How do I get the bodyline background to be transparent but the subforum tables to be normal? Empty Re: How do I get the bodyline background to be transparent but the subforum tables to be normal?

Post by Diana December 16th 2010, 3:51 pm

rhe (December 11th 2010, 5:41 pm) wrote:How do I get the bodyline background to be transparent but the subforum tables to be normal?
I used this code:
table {
opacity: .8;
filter: alpha(opacity=80);
-moz-opacity: .8;
}
But it makes everything transparent.

Or if I could set different opacity to the bodyline background and the tables, that would be great too.
Diana
Diana
Active Poster

Female Posts : 1286
Reputation : 21
Language : English

Back to top Go down

How do I get the bodyline background to be transparent but the subforum tables to be normal? Empty Re: How do I get the bodyline background to be transparent but the subforum tables to be normal?

Post by Diana December 17th 2010, 3:06 pm

rhe wrote:
rhe (December 11th 2010, 5:41 pm) wrote:How do I get the bodyline background to be transparent but the subforum tables to be normal?
I used this code:
table {
opacity: .8;
filter: alpha(opacity=80);
-moz-opacity: .8;
}
But it makes everything transparent.

Or if I could set different opacity to the bodyline background and the tables, that would be great too.
Diana
Diana
Active Poster

Female Posts : 1286
Reputation : 21
Language : English

Back to top Go down

How do I get the bodyline background to be transparent but the subforum tables to be normal? Empty Re: How do I get the bodyline background to be transparent but the subforum tables to be normal?

Post by Diana December 18th 2010, 1:44 pm

rhe wrote:
rhe wrote:
rhe (December 11th 2010, 5:41 pm) wrote:How do I get the bodyline background to be transparent but the subforum tables to be normal?
I used this code:
table {
opacity: .8;
filter: alpha(opacity=80);
-moz-opacity: .8;
}
But it makes everything transparent.

Or if I could set different opacity to the bodyline background and the tables, that would be great too.
Diana
Diana
Active Poster

Female Posts : 1286
Reputation : 21
Language : English

Back to top Go down

How do I get the bodyline background to be transparent but the subforum tables to be normal? Empty Re: How do I get the bodyline background to be transparent but the subforum tables to be normal?

Post by The Crocodile July 26th 2011, 11:54 am

rhe wrote:
rhe wrote:
rhe wrote:
rhe (December 11th 2010, 5:41 pm) wrote:How do I get the bodyline background to be transparent but the subforum tables to be normal?
I used this code:
table {
opacity: .8;
filter: alpha(opacity=80);
-moz-opacity: .8;
}
But it makes everything transparent.

Or if I could set different opacity to the bodyline background and the tables, that would be great too.
can somebody answer him?
i need the answer too D:
The Crocodile
The Crocodile
Forumember

Male Posts : 73
Reputation : 0
Language : Bosnian

http://lsacademy.forumotion.com

Back to top Go down

How do I get the bodyline background to be transparent but the subforum tables to be normal? Empty Re: How do I get the bodyline background to be transparent but the subforum tables to be normal?

Post by smori July 26th 2011, 12:34 pm

Add this code to your css

Code:
.bodyline {
    background-color: transparent;
}

.bodyline {
    border: medium none;
}

/*--- This part corresponds at the forum description ---*/
.forum-description {
      margin: auto;
      padding: 10px;
      color: #000000;
      width: 80%;
      border: 3px solid #000000;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px;
      font-size: 12px;
}

/*--- This part corresponds to "X messages in X topics" ---*/
.forum-stats {
      -moz-border-radius-topleft: 20px;
      -moz-border-radius-topright: 20px;
      -webkit-border-top-right-radius: 20px;
      -webkit-border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      border-bottom: 0 none !important;
      border-left: 3px solid #000000;
      border-right: 3px solid #000000;
      border-top: 3px solid #000000;
      color: #000000;
      font-size: 11px;
      font-style: italic;
      height: 14px;
      left: 280px;
      padding: 3px;
      position: relative;
      text-align: center;
      width: 200px;
}

/*--- This part corresponds to the subforums display ---*/
.forum-sousforum {
      color: #000000;
      border: 3px solid #000000;
      border-top: 0px !important;
      -moz-border-radius-bottomleft: 14px;
      -moz-border-radius-bottomright: 14px;
      -webkit-border-bottom-right-radius: 14px;
      -webkit-border-bottom-left-radius: 14px;
      border-bottom-right-radius: 14px;
      border-bottom-left-radius: 14px;
      margin: auto;
      padding: 4px;
      color: #000000;
      width: 50%;
      text-align: center;
      height: 14px;
      font-size: 11px;
}


a { text-decoration: none; }


ul#picture_legend {
background-position: center;
background-repeat: no-repeat;
background-image:!transparent;
text-align: center;
padding: 24px 0;}
avatar
smori
Forumember

Posts : 40
Reputation : 0
Language : Serbian

Back to top Go down

Back to top

- Similar topics

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