MediaWiki:Common.css: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


#content table {  
#content table {  
border: 1px solid #dddddd;
border: 1px solid #dddddd;
background: #ffffee;  
background: #ffffee;  
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 6px 6px 6px #c0c0c0;
-webkit-box-shadow: 6px 6px 6px #c0c0c0;
-moz-box-shadow: 6px 6px 6px #c0c0c0;
-moz-box-shadow: 6px 6px 6px #c0c0c0;
box-shadow: 6px 6px 6px #c0c0c0;
box-shadow: 6px 6px 6px #c0c0c0;
width:80%;
// width:80%;
}
}


/* replace the book in the background with something else
 
body { background: White; }
*/
/* changes the background of pre areas  */
/* changes the background of pre areas  */
pre {  
pre {  
background: White ;
background: White ;
border: dashed;
border: dashed;
border: 1px dashed #aaaaaa;
border: 1px dashed #aaaaaa;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 6px 6px 6px #c0c0c0;
-webkit-box-shadow: 6px 6px 6px #c0c0c0;
-moz-box-shadow: 6px 6px 6px #c0c0c0;
-moz-box-shadow: 6px 6px 6px #c0c0c0;
box-shadow: 6px 6px 6px #c0c0c0;
box-shadow: 6px 6px 6px #c0c0c0;
}
}


Line 57: Line 55:
/* css3 */
/* css3 */
#shbox {
#shbox {
background-color: #ffffee;  
background-color: #ffffee;  
width:98%;
width:98%;
border-width:1px;
border-width:1px;
border-color:lightgrey;
border-color:lightgrey;
padding: 5px 5px 5px 10px;
padding: 5px 5px 5px 10px;
border-style:none;
border-style:none;
font-size: 0.9em;
font-size: 0.9em;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 6px 6px 6px #c0c0c0;
-webkit-box-shadow: 6px 6px 6px #c0c0c0;
-moz-box-shadow: 6px 6px 6px #c0c0c0;
-moz-box-shadow: 6px 6px 6px #c0c0c0;
box-shadow: 6px 6px 6px #c0c0c0;
box-shadow: 6px 6px 6px #c0c0c0;
 
}
}


.styled_table {
.styled_table {
width: 95%;
width: 95%;
margin-left: 5%;
margin-left: 5%;
border-collapse: collapse;
border-collapse: collapse;
-webkit-box-shadow: 6px 6px 6px #c0c0c0;
-webkit-box-shadow: 6px 6px 6px #c0c0c0;
-moz-box-shadow: 6px 6px 6px #c0c0c0;
-moz-box-shadow: 6px 6px 6px #c0c0c0;
box-shadow: 6px 6px 6px #c0c0c0;
box-shadow: 6px 6px 6px #c0c0c0;
}
}


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


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


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


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






  /** </nowiki></pre> */
  /** </nowiki></pre> */

Revision as of 10:41, 30 April 2010

 /** <pre><nowiki> */

#content table { 
	 border: 1px solid #dddddd;
	 background: #ffffee; 
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 -webkit-box-shadow: 6px 6px 6px #c0c0c0;
	 -moz-box-shadow: 6px 6px 6px #c0c0c0;
	 box-shadow: 6px 6px 6px #c0c0c0;
	// width:80%;
}


/* changes the background of pre areas  */
pre { 
	 background: White ;
	 border: dashed;
	 border: 1px dashed #aaaaaa;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 -webkit-box-shadow: 6px 6px 6px #c0c0c0;
	 -moz-box-shadow: 6px 6px 6px #c0c0c0;
	 box-shadow: 6px 6px 6px #c0c0c0;
}




.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 */

/* css3 */
#shbox {
	background-color: #ffffee; 
	width:98%;
	border-width:1px;
	border-color:lightgrey;
	padding: 5px 5px 5px 10px;
	border-style:none;
	font-size: 0.9em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 6px 6px 6px #c0c0c0;
	-moz-box-shadow: 6px 6px 6px #c0c0c0;
	box-shadow: 6px 6px 6px #c0c0c0;
}

.styled_table {
	width: 95%;
	margin-left: 5%;
	border-collapse: collapse;
	-webkit-box-shadow: 6px 6px 6px #c0c0c0;
	-moz-box-shadow: 6px 6px 6px #c0c0c0;
	box-shadow: 6px 6px 6px #c0c0c0;
}

.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;
}



 /** </nowiki></pre> */