Skyline
Theme
Code for make all the backgrounds and borders transparent with Skyline
theme
all the Text & Links References
Note:
The best way for to make a customization from a choosen customized theme
is:
realize the site totally transparent, simply by using the code below in
this table;
subsequently you can put new colors and borders in any box of the layout
to make some change different by the transparencies
you can to change
in the background-color properties: transparent with
a valid color code, such as #010101
in the background-image properties: none with
url(Here_the_URL), where Here_the_URL is a valid URL
in the border-style properties: none with solid
in the border:1px none #010101border assignements: none with solid
about the text color properties (color: #123456)
I report below all the lines where to change the text color; all text and
links colors are changed to white (#ffffff) or gray (#999999, #aaaaaa,
#cccccc); the hover links to red (#ff0000)
Remember to use the MAIN Section to insert the bg image,
the text color and all the general set for the pages
=o) skyline is one of the more required anyway the secondary pages of the site are missing for all the themes I've made; that is all the tables view, the contact page, linear view, calendar .. and some other thing .. probably for some of those I'll make a post for all the themes (for the table view for example)
maria maria! wonderful! ive been working my as* off to create my own theme.. but its been a struggle.. thanks to your posts, i see some light! waaaaaaaaaah... thanks!
Thank you Maria this one really help me create my own skytheme back round. But I have a question if I don't want my guess book and my blog transparent, which code in CSS I have to change. Thank you for your help and your time.
Hi maria, just wanna know why is my background image not working? background-image: url(http://graceediza.multiply.com/photos/photo/2/5.jpg); is there something wrong with the sytax???? Thanks ahead.. ur posts are so helpful.
hi maria, I need your guidance...I would like to know whether I am heading the right direction. 1. I hv selected skyline as the theme of my website, as a base reference. 2. I hv made some minor changes to titles to test out e.g. Web main title, subtitles music, video, calendar etc. 3. Then I went to my homepage and selected "view source" 4. From the HTML source, I could see all modifications that I have made. I also saw the folowing information at the top. type="text/css" href="http://multiply.com/style/site/56.css" type="text/css" href="http://multiply.com/style/local/22.css" type="text/css" href="http://multiply.com/style/custom/skyline/19.css" 5. So I went to http://multiply.com/style/custom/skyline/19.css, and the system showed the css codes similiar to that you have posted above starting with "body ..." without those Tags. 6. Should I save these codes in a text file and make any customisation e.g colour, font, background etc as I like from there onwards ? 7. After making the changes, how should I implement it ? Should I - copy the content the content into window box which appears when I select "Custom CSS" ? - select preview to see whether the codes work ? - if ok select "save" so that the system able to retrieve this customisation for use from that time onwards ?
dreamz the browser reading the html pages looks at all the css files encountered as links in the page, in the sequential order ,, and when it found in the different css a block with the same property then it will assume the last value encountered the custom.css is the code made in the custom css box; you see it is the last link (after u make some modify) so any code u write it will override the code written in the other css files
the most of the interestin code is in the skyline.css , but there is somethin in the other two css files too
so u are right copying the code of skyline.css in custom .css it will change nothing after you can try to edit the code you have copied in the custom box
but I think is better for u to use the code I posted in the first table here ,,, it is an union of all the three codes just referencing ONLY the real code working (the last encountered ) for the blocks I have examinated the only problem is that the code I found not is complete .. only the more important parts
I started examining the code at this manner .. after I discovered there are many tools as add-ons of firefox that allow u to see the code directly in the page .. its more simple