1 @require 'inc/wfpl/stylus-helpers.styl'
2 @require '.image-mtimes.styl'
5 site-width = 934px // inside the shadow
8 content-width = (site-width - (site-padding * 3) - sidebar-width)
9 font-size-normal = 15px
10 font-size-small = 13px
12 site-column-gap = 40px
13 spritesheet-height = 1050px // for sprites near bottom
20 // always show vertical scrollbar, so content doesn't shift around when
21 // switching from tall to short pages
25 header, hgroup, section, footer, aside, nav, article, figure, img
31 border: 1px solid black
47 border: 1px dotted black
48 padding: 0 15px 15px 15px
102 margin: 15px 15px 0 15px
104 p.quote:before, p.quote:after
109 display: inline-block
120 width: 0; // make sure it doesn't wrap
122 p.attrib, p.attribution
123 margin: 0 0 15px 20px
135 font: font-size-normal Arimo, Arial, sans-serif
137 // Styles for the <body> tag within ckeditor
138 background: content-bg
141 &.real_body_tag // revert the above for the <body> on the real site
142 background: window-bg
146 // expand the ckeditor widget so there's space for the content to be exactly
147 // the size of the content outside the editor
152 // outermost div for centering, shadow, etc
155 background: content-bg
157 padding-right: site-padding
158 padding-bottom: site-padding
159 padding-left: site-padding
160 width: site-width - @padding-left - @padding-right
176 display: inline-block
183 box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4)
194 border-top: 1px dotted #ddc
208 // floating images (from pastable example code on admin_images)
216 background-repeat: no-repeat
217 background-position: left top
228 background-repeat: no-repeat
229 background-position: left top
237 background-repeat: no-repeat
238 background-position: center top
241 // hack so that vertical margins are only between siblings for the most part
245 article > :first-child,
246 section > :first-child,
254 fieldset > :last-child,
255 article > :last-child,
256 section > :last-child,
266 background: rgba(0,0,0,0.04)
269 background: rgba(0,0,0,0.07)
272 background: rgba(0,0,0,0.02)
275 background: rgba(0,0,0,0.09)