MediaWiki:Print.css: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
/* replace the book in the background with something else */
/* replace the book in the background with something else */
body { background: White; }
body { background: White; }
#toc {
background: White;
width:80%;
border: 1px solid #dddddd;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}


pre {  
pre {  

Revision as of 11:54, 5 May 2010

/* CSS placed here will affect the print output */

/* replace the book in the background with something else */
body { background: White; }

#toc {

	background: White;

	 width:80%;
	 border: 1px solid #dddddd;

	 -webkit-box-shadow: none;
	 -moz-box-shadow: none;
	 box-shadow: none;

}

pre { 
 background: White ;
 border: dashed;
 border: 1px dashed #aaaaaa;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 0px 0px 0px #c0c0c0;
 -moz-box-shadow: 0px 0px 0px #c0c0c0;
 box-shadow: 0px 0px 0px #c0c0c0;

 overflow: hidden;
}

.bullets {
padding: 15px;
}

ul.bullets li {
margin-left: 30px;
}

#column-one {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 4;
}

#p-personal {
display: fixed;
top: 0px;
left: 600px;
}

/* Mārim tabulas */
.styled_table {
width: 94%;
margin-left: 40px;
border-collapse: collapse;
}

.styled_table th {
background-color: #cccccc;
}

.styled_table tr {
background-color: #eeeeee;
border-bottom: 2px solid #ffffff;
}

.styled_table td {
	border-bottom: 2px solid #FFF;
vertical-align: top;
padding: 5px;
	}

.styled_table td+td {
	border-left: 2px solid #FFF;
	}