This topic is locked
[SOLVED]

 Transparent Background

11/2/2013 11:49:11 PM
PHPRunner General questions
S
stanbar1 author

Hello

how can i make transparent background on list page and menu

Thank you

S
slotracer 11/3/2013



Hello

how can i make transparent background on list page and menu

Thank you


Go to the 'Style Editor' and choose the 'Customise Style' button then do this -

Select - Containers, then Background/Plain/Color
Then, in the color picker select the top left button (with red diagonal stripes).

Then click 'Back'. That should do it.

S
stanbar1 author 11/4/2013



Go to the 'Style Editor' and choose the 'Customise Style' button then do this -

Select - Containers, then Background/Plain/Color
Then, in the color picker select the top left button (with red diagonal stripes).

Then click 'Back'. That should do it.



don't work

admin 11/4/2013

I would suggest to provide some screenshots that would explain what you trying to achieve and what is happening right now.
You can also take a look at this article for inspiration:

http://xlinesoft.com/blog/2013/10/26/building-a-nice-looking-login-page-with-custom-css/

S
stanbar1 author 11/4/2013



I would suggest to provide some screenshots that would explain what you trying to achieve and what is happening right now.
You can also take a look at this article for inspiration:

http://xlinesoft.com/blog/2013/10/26/building-a-nice-looking-login-page-with-custom-css/



i did exactly how explain on custom-css

even login not transparent;

here is code:(( / makes login form semi-transparent /

.function-login .rnr-c >

{

background: rgba(17,17,17,0.85) !important;

}
/
login page background /

body.function-login {

height:100%;

background:transparent url("https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=72679&image=1&table=forumreplies";) no-repeat center center fixed;

background-size:cover;

}

body.function-list {

height:100%;

background:transparent url("https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=72679&image=2&table=forumreplies";) no-repeat center center fixed;

background-size:cover;

}
/
styling of 'remember password' link /
a.forgot {

color: #70d4dd;

text-decoration: none;

font-family: 'Open Sans', sans-serif;

font-size: 12px;

font-style: normal;

font-weight: normal;

font-variant: normal;

}
/
sets height of the login form header /

.rnr-b-loginheader {

height: 100px;

}
/
Facebook button styling /
.facebook {

-webkit-box-shadow: rgb(152, 202, 245) 0px 2px 0px -1px inset, rgba(64, 64, 64, 0.298039) 0px 2px 2px 0px;

background-attachment: scroll;

background-clip: border-box;

background-color: rgb(0, 131, 213);

background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.05, rgb(80, 164, 216)), to(rgb(0, 131, 213)));

background-origin: padding-box;

background-size: auto;

border-bottom-color: rgb(8, 135, 213);

border-bottom-left-radius: 3px;

border-bottom-right-radius: 3px;

border-bottom-style: solid;

border-bottom-width: 1px;

border-image-outset: 0px;

border-image-repeat: stretch;

border-image-slice: 100%;

border-image-source: none;

border-image-width: 1;

border-left-color: rgb(8, 135, 213);

border-left-style: solid;

border-left-width: 1px;

border-right-color: rgb(8, 135, 213);

border-right-style: solid;

border-right-width: 1px;

border-top-color: rgb(8, 135, 213);

border-top-left-radius: 3px;

border-top-right-radius: 3px;

border-top-style: solid;

border-top-width: 1px;

box-shadow: rgb(152, 202, 245) 0px 2px 0px -1px inset, rgba(64, 64, 64, 0.298039) 0px 2px 2px 0px;

color: rgb(255, 255, 255);

cursor: auto;

display: block;

font-family: 'Open Sans', sans-serif;

font-size: 16px;

font-style: normal;

font-variant: normal;

font-weight: bold;

height: 49px;

line-height: 49px;

list-style-image: none;

list-style-position: outside;

list-style-type: none;

margin-bottom: 0px;

margin-left: auto;

margin-right: auto;

margin-top: 30px;

outline-color: rgb(255, 255, 255);

outline-style: none;

outline-width: 0px;

padding-bottom: 0px;

padding-left: 32px;

padding-right: 2px;

padding-top: 0px;

text-align: left;

text-decoration: none;

text-shadow: rgb(0, 0, 0) 0px -1px 1px;

text-transform: uppercase;

vertical-align: baseline;

width: 252px;

background: -moz-linear-gradient(center top , #50A4D8 5%, #0083D5 100%) repeat scroll 0 0 transparent;

}
a.facebook-icon:before {

background: url(https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=72679&image=3&table=forumreplies) no-repeat;

content: '';

display: inline-block;

width: 29px;

height: 29px;

position: relative;

left: -15px;

top: 9px;

}
/
make input boxes on the login page slightly large /
.function-login input[type=text], .function-login input[type=password] {

background-color: #ffffff;

border: 1px solid #c3c2c2;

-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

width: 290px !important;

display: inline-block;

height: 26px;

padding: 0px 6px;

margin: 5px 0 0 0;

font-size: 12px;

line-height: 14px;

color: #555555;

-webkit-border-radius: 4px;

-moz-border-radius: 4px;

border-radius: 4px;

}
.function-login .rnr-page {

margin: 50px auto 0 auto;

padding: 0 0 20px 0;

display: block;

}
/
width of the login form */
.function-login .rnr-c-fields {

width: 350px;

}

)))))))

images:
login not transparent:


image transparent:

admin 11/4/2013

It is actually transparent, check the larger login form box. Try to change transparency settings (it's current set to 0.85) to make it more visible.
Another thing - the example in the article uses login1 layout of the login page with no nested boxes. It's quite possible that login page layout that you use requires more work to make it fully transparent.

S
stanbar1 author 11/5/2013



It is actually transparent, check the larger login form box. Try to change transparency settings (it's current set to 0.85) to make it more visible.
Another thing - the example in the article uses login1 layout of the login page with no nested boxes. It's quite possible that login page layout that you use requires more work to make it fully transparent.



I no how to make login page fully transparent

I need to make list pages transparent, ore i have to do every page custom transparency

it is any way to change all list pages in once to trasparent.

I Change transparency from 0.85 to 0.3 login page very good but nothing on list page.

Thank you

admin 11/5/2013

List page is more complicated. Here is what worked for me in my test project.

.function-list .rnr-c > *,

.function-list .rnr-s-undermenu > *,

.function-list .rnr-b-vmenu > *,

.function-list .rnr-s-2 > *,

.function-list .rnr-row > *,

.function-list .rnr-toprow > *

{

background-color : transparent !important;

background : transparent !important;

}
S
stanbar1 author 11/5/2013



List page is more complicated. Here is what worked for me in my test project.

.function-list .rnr-c > *,

.function-list .rnr-s-undermenu > *,

.function-list .rnr-b-vmenu > *,

.function-list .rnr-s-2 > *,

.function-list .rnr-row > *,

.function-list .rnr-toprow > *

{

background-color : transparent !important;

background : transparent !important;

}




Thank you very much work perfect