about summary refs log blame commit diff stats
path: root/theme/css/bubbles.css
blob: 29c993027d31ba1971ddbde9e442b8e378a7fb25 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                    
 
                   
                           
                    
                  
                                   



                                                                            
                             
                          
 
 
                          
 
 
                           
                    

                                                                                    
                   
                               

                                          
 
 
                                                                                   
 





                                             
 
 




                                             
                                
 
.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 4px;
}

div.module + cite {
	position: relative;
	left: 0.2em;
	margin: 0;
	padding: 15px 0px 0px 15px;
	background: transparent url(/theme/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
	font-size: small;
}

div.module.unrounded + cite {
	padding-top: 10px;
}

div.module.bquote + cite {
	top: -0.8em;
}

div.module.rounded + cite {
	margin: 0px;
	background: transparent url(/theme/images/tip-rounded.gif) no-repeat 15px 0;
}

div.module.pimped {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.module.pimped + cite {
	background: transparent url(/theme/images/tip-pimped.gif) no-repeat 20px 0;
}

div.module {
	margin: auto 10px 14px 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.9em;
	background-color: #B7E0FF !important;
	border: 3px solid #FFFFFF;
}

div.module.unrounded {
	background-color: white !important;
	border: 1px solid #c9c2c1 !important;
	padding: 5px;
}

div#sidebar div.module.sidebar {
	width: 95%;
}