Magellan Linux

Diff of /trunk/flyspray/themes/Magellan/theme_print.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5 by niro, Tue Oct 30 22:17:05 2012 UTC revision 6 by niro, Thu Mar 24 13:33:23 2016 UTC
# Line 1  Line 1 
 body {  
  font:12pt Helvetica, Verdana, sans-serif;  
 }  
   
 h1 {  
  margin:0.5em 0;  
 }  
   
 div#menu,div#pm-menu,.caret,div#loginbox,  
 div#projectselector,div#showtask,  
 div#search,div#comments a img,  
 input,div#permissions,  
 select,div#permslink,div#massopsactions,  
 td#taskrange a,span#navigation,  
 div#deps form,div#actionbuttons,  
 div#comments form,td#numbers a,  
 td#numbers strong,ul#submenu,  
 .DoNotPrint,div#events form, div#taskinfo,  
 #anonopen, .ttcolumn, .attachments, fieldset {  
  display:none !important;  
 }  
   
 table#tasklist_table {  
  border-collapse:collapse;  
  width:100%;  
 }  
   
 a {  
  color:#000;  
  text-decoration:none;  
 }  
   
 p.comment a:after {  
  content:" (" attr(href) ") ";  
 }  
   
 table#tasklist_table thead th {  
  border:solid 1px #000;  
 }  
   
 table#pagenumbers td#numbers {  
  text-align:right;  
  padding:0 5px 0 0;  
 }  
   
 p.comment {  
  margin-left:1em;  
  border-left:2px solid #000;  
  padding:0.5em 1em;  
 }  
   
 p#footer {  
  text-align:center;  
  margin:2em 0 0;  
 }  
   
 div#taskdetailsfull {  
  border-left:1px dotted gray;  
  margin:1em 0 1em -5px;  
  padding:0.5em;  
 }  
   
 div#taskdetailsfull label {  
  display:block;  
  font-weight:700;  
  font-size:1.2em;  
  margin-bottom:0.7em;  
 }  
   
 div#fineprint {  
  font-size:0.7em;  
  margin-bottom:0.5em;  
 }  
   
 div#taskdetails h2 {  
  margin-bottom:0;  
 }  
   
 div#taskdetails th {  
  text-align:left;  
 }  
   
 div#comments {  
  margin-top:0.8em;  
  padding-top:0.5em;  
  border-bottom:1px dotted gray;  
  page-break-inside:auto;  
 }  
   
 div#taskfields {  
  border-right:1px dotted gray;  
 }  
   
 table#pagenumbers {  
  width:100%;  
 }  
   
 table#tasklist_table td {  
  border:dotted 1px gray;  
  padding:0.1em 0.2em;  
 }  
   
 dl.roadmap {  
     margin:1em;  
 }  
   
 dl.roadmap dd {  
     border:dotted 1px gray;  
     margin:0.5em 1em 0.5em 2em;  
     padding:0.1em 0.5em;  
 }  
   
 dl.roadmap dt {  
     border:solid 1px gray;  
     margin:0.5em 3em -1em 0;  
     padding:0.1em 0.5em;  
     background:white;  
     position:relative;  
     background:white;  
 }  
   
 /* Dokuwiki {{{ */  
 .code a {  
  text-decoration:none;  
 }  
   
 div#taskdetailstext h1,.commenttext h1 {  
  border-bottom:dotted 1px black;  
 }  
   
 div#taskdetailstext h2, .commenttext h2 {  
  border-bottom:dotted 1px black;  
  padding-left:0.2em;    
  margin:1em 0.5em 0.5em;  
 }  
   
 div#taskdetailstext h3, .commenttext h3 {  
  padding-left:0.2em;    
  margin:1em 1.5em 0;  
 }  
   
   
 div#taskdetailstext h4, .commenttext h4,div#taskdetailstext h5, .commenttext h5 {  
  font-size:1em;      
  padding-left:0.3em;    
  margin:1em 2.5em 0;  
 }  
   
 div.level2 {  
  margin-left:1em;  
 }  
   
 div.level3 {  
  margin-left:2em;  
 }  
   
 div.level4,div.level5 {  
  margin-left:3em;  
 }  
   
 /* inline tables */  
 table.inline {  
  background-color: #ffffff;  
  border-spacing: 0px;  
  border-collapse: collapse;  
 }  
   
 table.inline th {  
  padding: 3px;  
  border: 1px solid #8cacbb;  
  background-color: #dee7ec;  
 }  
   
 table.inline td {  
  padding: 3px;  
  border: 1px solid #8cacbb;  
 }  
   
 .leftalign{  
  text-align:left;  
 }  
   
 .centeralign{  
  text-align:center;  
 }  
   
 .rightalign{  
  text-align:right;  
 }  
   
 .interwiki,.urlextern {  
  padding-left:17px;  
  background-repeat:no-repeat;  
 }  
   
 .urlextern {  
  background-image:url(link_icon.gif);  
 }  
   
 .fn_top {  
  font-size:0.8em;  
  vertical-align:top;  
 }  
   
 .footnotes {  
  font-size:0.8em;  
  border-top:solid 1px #ccc;  
 }  
   
 blockquote {  
  border:dotted 1px gray;  
  border-left: 2px solid #8cacbb;  
  padding:0 3px 0 0.3em;  
  margin-left: 0.5em;  
  background:white;  
 }  
   
 blockquote p  {  
  padding:0;  
 }  
   
 blockquote blockquote {  
  border:0;  
  border-left: 2px solid #8cacbb;  
 }  
   
 .search_hit {  
  background:#FF9;  
 }  
   
 .fade {  
  color:gray;  
 }  
   
 .code .br0 {color:#6c6;}  
 .code .es0 {color:#009;font-weight:700;}  
 .code .kw1 {color:#b1b100;}  
 .code .kw2 {color:#000;font-weight:700;}  
 .code .kw3 {color:#006;}  
 .code .kw4 {color:#933;}  
 .code .me0 {color:#060;}  
 .code .nu0 {color:#c6c;}  
 .code .re4 {color:#099;}  
 .code .sc0 {color:#0bd;}  
 .code .sc1 {color:#db0;}  
 .code .sc2 {color:#090;}  
 .code .st0 {color:red;}  
 .code .co1,.code .co2,.code .coMULTI {color:gray;font-style:italic;}  
 .code .kw5,.code .re0,.code .re1,.code .re2 {color:#00f;}  
   
 .acronym {cursor:help;}  
 /* }}} */  
1    /* -----------------------------------------------------------------------
2    
3    
4     Blueprint CSS Framework 1.0.1
5     http://blueprintcss.org
6    
7       * Copyright (c) 2007-Present. See LICENSE for more info.
8       * See README for instructions on how to use Blueprint.
9       * For credits and origins, see AUTHORS.
10       * This is a compressed file. See the sources in the 'src' directory.
11    
12    ----------------------------------------------------------------------- */
13    
14    /* print.css */
15    body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
16    .container {background:none;}
17    hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
18    hr.space {background:#fff;color:#fff;visibility:hidden;}
19    h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
20    code {font:.9em "Courier New", Monaco, Courier, monospace;}
21    a img {border:none;}
22    p img.top {margin-top:0;}
23    blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
24    .small {font-size:.9em;}
25    .large {font-size:1.1em;}
26    .quiet {color:#999;}
27    .hide {display:none;}
28    a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
29    a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}

Legend:
Removed from v.5  
changed lines
  Added in v.6