/* * vanilla skin                           * additional .css on top of jspwiki.css  *//* +++ 010 LAYOUT of main ID blocks +++ */#header,#page,#actionsBottom,#footer                  { margin-left: 20%; }#favorites               { position:absolute; left: 2.5%; width: 18%;                            top: 64px; /* make place for the logo */ } #actionsTop              { position:absolute; right: 2.5%; margin-top: 0.5em; z-index: 0;}#header .applicationlogo { left: 12.5%; }/* +++ 020 LOOK and FEEL of main blocks with ID +++ */#wikibody                { margin: 4px 2.5% 4px 2.5%; padding: 3px; }#header                  { border-bottom: 2px solid silver; }#footer                  { border-top: 2px solid silver; }#previewcontent          { background: #e0e0e0;  } /* +++ 200 Generic stuff here +++ *//* +++ 210 Page titles, headings, and paragraphs +++ */body                     { font-family: Arial, helvetica, sans-serif; font-size: 14px; }h1,h2,h3,h4              { font-family: Arial, Helvetica, sans-serif; }h2                       { border-bottom: 2px solid gray; }h3                       { border-bottom: 1px solid gray; }/* +++ 220 Lists and bullets +++ *//* +++ 225 Forms, Labels, form-values and form-help +++ *//* +++ 230 Horizontal rules +++ *//* +++ 240 Pre-formatted text blocks and code +++ */tt,pre                   { font-size: 13px; }pre                      { background: #f0f0f0; }/* +++ 250 Hyperlinks +++ *//* +++ 260 Image styles, and Logo +++ */.applicationlogo         { margin-left: -32px; }/* +++ 270 Footnotes and small text +++ *//* +++ 280 Convenience styles and info/warning/error dialogs +++ *//* +++ 290 Comment boxes (used on some pages) +++ */div.commentbox           { border: 4px solid silver; background: #f0f0f0; }/* +++ 300 Wiki tables and zebra tables +++ */.zebra-table th          { background:  #e0e0e0; }.zebra-table tr.odd td   { background:  #edf3fe; }/* +++ 350 Attachments +++ *//* +++ 400 Styles for specific JSPs +++ *//* +++ 405 AttachmentTab.JSP +++ *//* +++ 410 CommentContent +++ */body.comment,body.comment .applicationlogo a                          { background-color: #eeeeee; } /* +++ 415 ConflictContent +++ *//* +++ 420 DiffContent and Diff Providers: Traditional and External +++ *//* +++ 421 Contextual diff provider +++ *//* +++ 425 Edit/EditContent and CommentContent +++ */body.edit,body.edit .applicationlogo a                          { background-color: #d9e8ff; } /* +++ 430 Edit/EditContent +++ *//* +++ 440 Favorites +++ *//* +++ 450 FindContent / 450 Graph Bars +++ *//* +++ 455 Footer +++ *//* +++ 460 Header +++ *//* +++ 465 InfoContent +++ *//* +++ 470 PageActions.jsp +++ *//* +++ 475 PageContent.jsp +++ *//* +++ 475 PreviewContent - "This is a preview" comment +++ *//* +++ 480 PreferencesContent, LoginContent, GroupContent +++ *//* +++ 485 SearchBox +++ *//* +++ 490 ViewTemplate +++ */body.view,body.view .applicationlogo a                          { background-color: white; }/* +++ 600 JSPWiki plugins +++ *//* +++ 610 Image plugin +++ *//* +++ 203 image plugin stuff +++ *//* +++ 620 Index plugin +++ *//* +++ 625 Table of contents plugin +++ */.toc .collapsebox                    { background: #f0f0ff;  }/* +++ 630 Weblog and weblogarchive plugins +++ *//* +++ 800 JSPWiki JSP Taglibs +++ *//* +++ 805 CalendarTag +++ *//* +++ 900 "Special-effects" JavaScript styles +++ *//* +++ 905 Search highlights +++ *//* +++ 910 Tabbed Pages +++ *//* +++ 920 Collapsable lists +++ *//* +++ 930 Sortable tables +++ *//* +++ 940 Quick Section Links +++ */.quicklinks              { font-size: 12px; }