Difference between revisions of "User talk:Wmoore"
From Lesswrongwiki
(→Testing: new section) |
|||
Line 4: | Line 4: | ||
Test of link to page that doesn't exist: [[ThisPageDoesNotExist]] | Test of link to page that doesn't exist: [[ThisPageDoesNotExist]] | ||
+ | |||
+ | == Embedded CSS == | ||
+ | |||
+ | |||
+ | <pre id="stylesheet">Start with a space in the first column, | ||
+ | /* Brain Image */ | ||
+ | |||
+ | #brainImage { | ||
+ | position: relative; | ||
+ | margin-top: 23px; | ||
+ | margin-bottom: 15px; | ||
+ | border-bottom: 1px dotted #b6b6b6; | ||
+ | background: url(LW-brain.png) 50% 0 no-repeat; | ||
+ | font-family: "Helvitica Light", Arial, san-serif; | ||
+ | font-size: 17px; | ||
+ | line-height: 1; | ||
+ | color: #323431; | ||
+ | text-align: left; | ||
+ | height: 391px; | ||
+ | } | ||
+ | |||
+ | #brainImage .communityBlog { | ||
+ | left: 226px; | ||
+ | position: absolute; | ||
+ | top: 69px; | ||
+ | } | ||
+ | |||
+ | #brainImage .discussionBoard { | ||
+ | left: 361px; | ||
+ | position: absolute; | ||
+ | top: 53px; | ||
+ | } | ||
+ | |||
+ | #brainImage .rationalityMaterials { | ||
+ | left: 245px; | ||
+ | position: absolute; | ||
+ | top: 149px; | ||
+ | width: 224px; | ||
+ | } | ||
+ | |||
+ | #brainImage .meetUps { | ||
+ | left: 357px; | ||
+ | position: absolute; | ||
+ | text-align: right; | ||
+ | top: 218px; | ||
+ | } | ||
+ | |||
+ | #brainImage .lessWrong { | ||
+ | color: #CECECE; | ||
+ | font-family: "Palatino",Times,serif; | ||
+ | font-size: 23px; | ||
+ | left: 148px; | ||
+ | top: 278px; | ||
+ | font-weight: bold; | ||
+ | position: absolute; | ||
+ | }</pre> |
Revision as of 16:59, 16 April 2012
Hi, welcome to the LessWrong Wiki, and thanks for your edit to the UserGuide page. Please leave a message on my talk page if I can help with anything, and feel free to email if that doesn't work. You might like to read discussion of this wiki on LessWrong itself. -- BJR (Talk) 23:40, 22 April 2009
Testing
Test of link to page that doesn't exist: ThisPageDoesNotExist
Embedded CSS
Start with a space in the first column, /* Brain Image */ #brainImage { position: relative; margin-top: 23px; margin-bottom: 15px; border-bottom: 1px dotted #b6b6b6; background: url(LW-brain.png) 50% 0 no-repeat; font-family: "Helvitica Light", Arial, san-serif; font-size: 17px; line-height: 1; color: #323431; text-align: left; height: 391px; } #brainImage .communityBlog { left: 226px; position: absolute; top: 69px; } #brainImage .discussionBoard { left: 361px; position: absolute; top: 53px; } #brainImage .rationalityMaterials { left: 245px; position: absolute; top: 149px; width: 224px; } #brainImage .meetUps { left: 357px; position: absolute; text-align: right; top: 218px; } #brainImage .lessWrong { color: #CECECE; font-family: "Palatino",Times,serif; font-size: 23px; left: 148px; top: 278px; font-weight: bold; position: absolute; }