[SOLVED] Transparent background theme...

Bedzeti
Posts: 29
Joined: Thu Nov 09, 2017 12:29 am

[SOLVED] Transparent background theme...

Post by Bedzeti »

Hallo can someone help me how to delete al in theme to get transparent background??
I try to integrate wonder CMS to WEBSITE x5
Thanks for any help
Eduard
User avatar
turboblack
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: Transparent background theme...

Post by turboblack »

look at this theme, it is transparent, if you remove the background, which is the jpg image, the picture is in the example on github

http://turboblack.ru/abstract-theme-2-0

You need to install through ftp, not through the admin panel

// MOD EDIT: Please only download approved themes to ensure you are getting reviewed themes or follow the post from nion below.
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates
nion
Posts: 16
Joined: Thu Nov 02, 2017 10:32 am

Re: Transparent background theme...

Post by nion »

If you use the default Theme
  • 1. Make a copy of the folder
    2. Rename to blank or somthing like that
    3. Delete the line

    Code: Select all

    background: #eee;
    and

    Code: Select all

    box-shadow: 0 0 100px rgba(0, 0, 0, 0.27) inset;
    in the /css/style.css
Or copy this code snippet:

Code: Select all

html {
	min-height: 100%;
	position: relative;
}

body {
	color: #555;
	background: none;
	margin-bottom: 60px;
	font-family: "Lucida Sans Unicode", Verdana;
}

.whiteFont {color: #fff;}
.padding20 {padding: 20px;}
.padding40 {padding: 40px;}
.blueBackground {background-color: none;}

.navbar-default .navbar-toggle {border-color: #888;}

.navbar li {
	font-size: 13px;
	text-transform: uppercase;
}

.navbar, .navbar-collapse {
	border: 0;
	background: none;
}

ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a {
	color: #1ab;
	background: none;
	border-bottom: 1px solid #1ab;
}

footer {
	bottom: 0;
	width: 100%;
	font-size: 13px;
	position: absolute;
}
Bedzeti
Posts: 29
Joined: Thu Nov 09, 2017 12:29 am

Re: Transparent background theme...

Post by Bedzeti »

Thank you werry much .That was quick....
Bedzeti
Posts: 29
Joined: Thu Nov 09, 2017 12:29 am

Re: Transparent background theme...

Post by Bedzeti »

Maybe can you help me with change the default fonts to other fonts??
User avatar
turboblack
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: Transparent background theme...

Post by turboblack »

Bedzeti wrote: Fri Nov 10, 2017 7:28 pm Maybe can you help me with change the default fonts to other fonts??
https://fonts.google.com/ i use this when in the case of yours...

this enriches the appearance, and you do not have to insert them into the template folder. there is now enough to choose about 800 fonts)
then at the beginning of the template, insert the line that is specified in the instruction, and the second in the styles file at the top in a convenient place, and that's all)
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates
Bedzeti
Posts: 29
Joined: Thu Nov 09, 2017 12:29 am

Re: Transparent background theme...

Post by Bedzeti »

PERFECT , THANK YOU WERRY MUCH.

Im beginer in programming , but learn quick , by searching in google for my ideas and fantasy .
Bedzeti
Posts: 29
Joined: Thu Nov 09, 2017 12:29 am

Re: Transparent background theme...

Post by Bedzeti »

Hallo , I have now problems with white text on transparent background.. can not see it by editing the page.
I need transparent of 50% .
Can you help me with this??

Here is the master pafe where I integrate Wonder cms in container and pages with names : NEWS , LITTERS , an INFO.

http://petslovers.eu/index.html

If I edit direc on master page is fine but in Wondercms the background is white by default browser background color.....
User avatar
wiz
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: Transparent background theme...

Post by wiz »

I see what's happening on: http://petslovers.eu/CMS/home

Edit: Just when I started replying I see you've solved the problem! Congratulations! :)
Bedzeti
Posts: 29
Joined: Thu Nov 09, 2017 12:29 am

Re: [SOLVED] Transparent background theme...

Post by Bedzeti »

Thak you , yes I try and solve it...

By editing my page , if I copy from any webpage '' Facebook '' and paste to my page some picture , where save this pics??Or its saved only the link from this pics??
Post Reply