itsanooray (
itsanooray) wrote in
betterdolphin2012-03-04 06:48 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Joyride for Tabula Rasa

Click images above for Image Previews - Live Preview
"joyride"
Has many color variations and features a fixed side menu. EDIT Did a quick fix for an issue on Chrome, so if you happened to grab it in the past half hour please grab again. Also added a 6th variant. EDIT There was an issue with the profile userpic being distorted on phones/some browsers, I have fixed it, so please grab again if you want!
Tested on latest Firefox, Chrome, and IE7-9. IE7 and 8 work fine, they're just missing some style things like text-shadow or animated transitions or special fonts. |
To install, go here. Below you'll find a section of themes to select and a search field. In the search box put in Tabula Rasa, I used Plain as a base but any will do. In the top right you'll see a box called Current Theme, click "Customize your theme". Click on "Custom CSS". In there, you'll see "Use layout's stylesheet(s)" with a checkbox. UNCHECK it, then copy and paste this WHOLE document into the "Use embedded CSS" box. Click "Save Changes" and it should be ready to go! |
![]() Joyride Green |
![]() Joyride Blue |
![]() Joyride Yellow |
![]() Joyride Orange |
![]() Joyride Brown |
![]() Joyride Purple |
Rules of the Game:
- Credit
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
- You may edit to suit your needs, but credit would still be nice.
- Commenting not necessary, but makes me feel good all over anyway if you do.
no subject
no subject
If you want to add a banner image you will need to add the styles to #header or #header<.inner divs. So an example that would go into your css:
#header>.inner{
background: url(http://imagehost.com/header.jpg) no-repeat center top;
width: 200px;
height: 100px;
}
"#header>.inner" tells the css to apply these styles to the "inner" div of "header" only, so it's important to have it listed like that. The background attribute is saying not to let the image repeat and to have it be aligned center and to the top. The width and height would ideally be the size of the banner, however, this is a fluid style layout, meaning it shrinks and expands according to the size of someone's screen/browser, so having a fixed width/height like that may look funny depending on someone's browser, since BG images won't resize accordingly.
You will also most likely need to tweek the title/subtitle styles since they are inside the header element where this banner would go.
I'm sorry I'm being a bit generic in my help, but I generally don't make layouts with headers in mind so the most I can offer you now is how to start it on your own, since I don't mind if users what to tweek the codes to add them themselves.