Difference between revisions of "Talk:Wiki User Style"
Jump to navigation
Jump to search
→Liquid Design: here's what I've got.
imported>Qazaaq (→Liquid Design: finished my full screen wiki version) |
imported>DragoonWraith (→Liquid Design: here's what I've got.) |
||
Line 51: | Line 51: | ||
:I'm not sure why you'd want to move something to the bottom though, [http://qazaaq.googlepages.com/userContent.css this is what I came up with today]. It's the complete userContent.css file with your rules and some changes. For the background I used textbg.jpg (the background of the menus on the left) with a slight blur and a color change. I suppose a better background is possible, but I'm not very good at image editing and this looks fairly close to the original. I'm satisfied with the result and I'll leave it at this for now. | :I'm not sure why you'd want to move something to the bottom though, [http://qazaaq.googlepages.com/userContent.css this is what I came up with today]. It's the complete userContent.css file with your rules and some changes. For the background I used textbg.jpg (the background of the menus on the left) with a slight blur and a color change. I suppose a better background is possible, but I'm not very good at image editing and this looks fairly close to the original. I'm satisfied with the result and I'll leave it at this for now. | ||
:--[[User:Qazaaq|Qazaaq]] 14:58, 19 February 2008 (EST) | :--[[User:Qazaaq|Qazaaq]] 14:58, 19 February 2008 (EST) | ||
::Mm... Well, this is mine: | |||
<pre>/* Removes the over-large black borders and allows the content to fill the screen */ | |||
@-moz-document url-prefix(http://cs.elderscrolls.com/constwiki/) | |||
{ | |||
body | |||
{ | |||
background-image: url("http://img.photobucket.com/albums/v238/DragoonWraith/Oblivion/CS%20Wiki/Background.jpg") !important; | |||
background-repeat: repeat !important; | |||
} | |||
#globalWrapper | |||
{ | |||
position: relative !important; | |||
top: 0 !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
top: 0 !important; | |||
left: 0 !important; | |||
width: 100% !important; | |||
min-height: 100% !important; | |||
background-image: url("http://img.photobucket.com/albums/v238/DragoonWraith/Oblivion/CS%20Wiki/Border-Left.gif") !important; | |||
background-repeat: repeat-y !important; | |||
} | |||
#column-content | |||
{ | |||
position: relative !important; | |||
top: 0 !important; | |||
left: 0 !important; | |||
width: auto !important; | |||
padding-top: 1px !important; | |||
padding-bottom: 1px !important; | |||
margin-bottom: 0 !important; | |||
background-image: url("http://img.photobucket.com/albums/v238/DragoonWraith/Oblivion/CS%20Wiki/Border-Right.gif") !important; | |||
background-repeat: repeat-y !important; | |||
background-position: top right !important; | |||
} | |||
#bodyContent { height: 100% !important; } | |||
#content, #content2 | |||
{ | |||
position: relative !important; | |||
padding-top: 0 !important; | |||
padding-left: 1em !important; | |||
margin-right: 50px !important; | |||
padding-right: 1em !important; | |||
width: auto !important; | |||
} | |||
#footer | |||
{ | |||
position: relative !important; | |||
bottom: 0 !important; | |||
left: 0 !important; | |||
margin: 0 !important; | |||
padding: 0.8em 50px 0.8em 215px !important; | |||
height: 35px !important; | |||
width: auto !important; | |||
background-image: url("http://img.photobucket.com/albums/v238/DragoonWraith/Oblivion/CS%20Wiki/Border-Right.gif") !important; | |||
background-repeat: repeat-y !important; | |||
background-position: top right !important; | |||
} | |||
#footer div | |||
{ | |||
position: relative !important; | |||
margin: 0 1em 0 1em !important; | |||
} | |||
ul#f-list | |||
{ | |||
vertical-align: middle !important; | |||
margin: 0 75px 0 150px !important; | |||
} | |||
}</pre> | |||
::This doesn't include the other fixes, since I separated everything out earlier to make things more modular. | |||
::It does have a different background, based on the original background here, but made tilable. I prefer that because it gives the boxes that use textbg a somewhat different shade/pattern, to make them stand out. It works perfectly if the page is longer than the screen, but the black borders that I added (since I do like the black borders, just to have a little padding on the page, plus to enhance the "paper" feel) do not extend all the way to the bottom if the page content does not reach. | |||
::I have a new idea for fixing this that I'm going to try now. | |||
::[[User:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">D</span>ragoon <span style="font-family: Oblivion, Daedric Runes; size=2;">W</span>raith]] [[User_talk:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">TALK</span>]] 18:26, 19 February 2008 (EST) |