summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/docs/template/resources/print.css
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/web/docs/template/resources/print.css')
-rw-r--r--deluge/ui/web/docs/template/resources/print.css206
1 files changed, 206 insertions, 0 deletions
diff --git a/deluge/ui/web/docs/template/resources/print.css b/deluge/ui/web/docs/template/resources/print.css
new file mode 100644
index 0000000..53ea597
--- /dev/null
+++ b/deluge/ui/web/docs/template/resources/print.css
@@ -0,0 +1,206 @@
+body {
+ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+ color: #000000;
+ background-color:#FFFFFF;
+ margin: 0px;
+ padding: 10px;
+}
+.body-wrap{
+ width:95%;
+}
+.list {list-style:inside square;margin-bottom:10px;}
+.list li{padding:2px;}
+body, td, th {
+ font-size: 13px;
+}
+code {
+ font-family: "Lucida Console", "Courier New", Courier, monospace;
+ font-size: 12px;
+}
+pre {
+ font-family: "Lucida Console", "Courier New", Courier, monospace;
+ font-size: 12px;
+}
+th {
+ text-align: left;
+ font-weight: bold;
+ vertical-align: bottom;
+ color:black;
+ padding:3px;
+ font-weight:bold;
+ border:1px solid #cccccc;
+ border-collapse: collapse;
+}
+.top-tools{
+ display:none;
+}
+table {
+ background-color: white;
+}
+a {
+ color: #083772;
+}
+a:link {
+ color: #083772;
+ text-decoration: none;
+}
+
+a:visited {
+ color: #1e4e8f;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+ color: #0000CC;
+}
+
+a:active {
+ text-decoration: none;
+ color: #1e4e8f;
+}
+
+/* Headings */
+h1, h2, h3, h4, h5, h6 {
+ font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
+ font-weight: bold;
+ margin-top: 3px;
+ margin-bottom: 3px;
+ letter-spacing: 1px;
+ width: 90%;
+}
+
+h1 {
+ font-size: 18px;
+}
+
+h2 {
+ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+ font-weight: bold;
+ font-size: 18px;
+ padding-top: 20px;
+ padding-bottom: 5px;
+}
+
+h3 {
+ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+ font-weight: bold;
+ font-size: 16px;
+}
+
+h4 {
+ font-size: 12px;
+ color: #666666;
+}
+
+h5 {
+ font-size: 11px;
+}
+
+.label {
+ font-weight: bold;
+ padding-right: 15px;
+}
+.description{
+ margin: 10px 0px;
+}
+.member-table{
+ width:100%;
+ margin-bottom:10px;
+}
+.member-table td{
+ padding:2px;
+ vertical-align:top;
+ padding-right:15px;
+}
+body .alt{
+ background:#f1f1f1;
+}
+.member-table td.micon{
+ width:20px;
+ padding:0px;
+ border-left:1px solid #bbbbbb;
+}
+.member-table td.msource{
+ border-right:1px solid #bbbbbb;
+ width:100px;
+}
+.mlink{
+ font-weight:bold;
+}
+.member-table td.inherited{
+ background-image: url(inherited.gif);
+ background-position:2px 2px;
+ background-repeat: no-repeat;
+}
+.member-table td.mdesc{
+ padding-top:0px;
+}
+.member-table td.micon,.member-table td.mdesc,.member-table td.msource{
+ border-bottom:1px solid #bbbbbb;
+}
+.optional{
+ color:#555555;
+}
+
+pre {
+ background: #F8F8F8;
+ border: 1px solid #e8e8e8;
+ border-left-width: 8px;
+ padding: 0.8em;
+ margin: 1em ;
+ margin-right: 0;
+}
+pre {
+ font-size: 12px !important;
+ line-height:14px !important;
+ padding:5px;
+ margin-left:0;
+}
+.detail-wrap{
+ border:1px solid #bbbbbb;
+ border-bottom:0px none;
+}
+.mdetail-head{
+ margin-top:10px;
+}
+.mdetail{
+ padding:7px;
+ border-bottom:1px solid #bbbbbb;
+}
+.mdetail h3{
+ margin: 5px 0px;
+ font-size:14px;
+ color:#083772;
+}
+.mdetail-desc{
+ margin:8px;
+}
+.mdetail-def{
+ font-style: italic;
+ font-size: 12px;
+ margin-top:10px;
+ margin-left:8px;
+ display:block;
+}
+.sub-desc{
+ margin:5px;
+ margin-left:16px;
+}
+.mdetail-params{
+ margin-top:10px;
+}
+.mdetail-params strong{
+ font-weight:bold;
+ display: block;
+ margin-bottom:3px;
+}
+.mdetail-params ul{
+ list-style: inside;
+ list-style-type: disc;
+ margin-left:12px;
+}
+.mdetail-params li{
+ list-style: inside;
+ list-style-type: disc;
+} \ No newline at end of file