Template talk:Community Portal: Difference between revisions
From The Urban Dead Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 5: | Line 5: | ||
I think it should be made to look so the top header is just pure green like the bottom of [[Template:NBox]] and then the rest with the same border, etc. I would prefer the template look different to the small links templates below it- it doesn't fit as well with the rest of the main page imo. I would try this myself but I fail too much at code I haven't done myself and couldn't actually achieve it so we might need AHLG or aichon or RHO to do it. --{{User:DanceDanceRevolution/sig3}} 04:25, 19 July 2010 (BST) | I think it should be made to look so the top header is just pure green like the bottom of [[Template:NBox]] and then the rest with the same border, etc. I would prefer the template look different to the small links templates below it- it doesn't fit as well with the rest of the main page imo. I would try this myself but I fail too much at code I haven't done myself and couldn't actually achieve it so we might need AHLG or aichon or RHO to do it. --{{User:DanceDanceRevolution/sig3}} 04:25, 19 July 2010 (BST) | ||
:It's actually not possible to do what you want using tables in the way that we were currently using them (a quirk in the way the wiki software handles borders in tables is to blame), but if we switch it to using div elements instead, I'm guessing you want it to look like this? | |||
<div style="width: 100%; margin-top: 4px; border: #5e6d5e solid 2px; {{border-radius|10px}}"> | |||
<div style="margin: 0px; padding: 10px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; background-color: #5e6d5e; font-size: 1.4em;">'''[[UDWiki:Community Portal|<font color="#FF9999">Community Portal</font>]]'''</div> | |||
{|style="{{border-radius|10px}}" | |||
|- | |||
|style="width: 40%; padding: 5px; vertical-align: top; font-size: .95em;"| | |||
====Featured Article==== | |||
{{UDWiki:Featured Articles}} | |||
|style="width: 60%; padding: 5px; border-left: #a3b1bf solid 1px; vertical-align: top; font-size: .95em"| | |||
====Community Projects==== | |||
<!-- | |||
**** | |||
Add new events below this message | |||
**** --> | |||
*[[User:Misanthropy|Misanthropy]] is holding a [[User:Misanthropy/The Barhah|writing contest]] for anyone to enter. | |||
*The [[Mayor of Malton/2010/Election|Mayoral Election]] is now over. Thank you to all candidates and voters for making this an event to remember. ([[Mayor of Malton/2010/Election#Victory Speech|Victory Speech]].) | |||
*[[Building Information Center]] - A major collaborative effort of the Urban Dead community to update Building Danger Levels for use of all UD players. | |||
*[[NecroWatch]] - A community collaboration aimed at collecting [[NecroNet]] scan information and making it easily available to everyone. | |||
|} | |||
</div> | |||
:I like this design better as well (plus, I cleaned up the code a bit). I'd also suggest using a template for the Community Projects, just as there is one for Feature Article, that way wikinewbs don't have to sift through as much code to find what they need to edit. {{User:Aichon/Signature}} 18:21, 19 July 2010 (BST) |
Revision as of 17:21, 19 July 2010
OMG more community portal bs.xoxo 06:36, 12 July 2010 (BST)
main page
I think it should be made to look so the top header is just pure green like the bottom of Template:NBox and then the rest with the same border, etc. I would prefer the template look different to the small links templates below it- it doesn't fit as well with the rest of the main page imo. I would try this myself but I fail too much at code I haven't done myself and couldn't actually achieve it so we might need AHLG or aichon or RHO to do it. --
04:25, 19 July 2010 (BST)
- It's actually not possible to do what you want using tables in the way that we were currently using them (a quirk in the way the wiki software handles borders in tables is to blame), but if we switch it to using div elements instead, I'm guessing you want it to look like this?
Featured ArticleFeatured Article
|
Community Projects
|
- I like this design better as well (plus, I cleaned up the code a bit). I'd also suggest using a template for the Community Projects, just as there is one for Feature Article, that way wikinewbs don't have to sift through as much code to find what they need to edit. —Aichon— 18:21, 19 July 2010 (BST)