 e0c7d34912
			
		
	
	
		e0c7d34912
		
	
	
	
	
		
			
			This PR is a supplement for PR #259 and includes: - Text now keeps distance to a right or left floating BBcode video. - Leggero v2 version bump - small correction in the changelog - I was once so cheeky and added myself to the existing style contributors :-P .
		
			
				
	
	
		
			56 lines
		
	
	
		
			832 B
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			832 B
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
| /*
 | |
| ===================
 | |
| Leggero CSS Styles
 | |
| ===================
 | |
| 
 | |
| Name: Leggero v2
 | |
| Author: NoWhereMan, Drudo, Marc Thibeault and Fraenkiman
 | |
| Version: 1.0
 | |
| Module: globals.css
 | |
| */
 | |
| 
 | |
| .alignleft { float: left }
 | |
| 
 | |
| .alignright { float: right }
 | |
| 
 | |
| /* ===== NOTIFICATION ===== */
 | |
| #main ul.msgs, ul.msgs {
 | |
| 	margin: 0;
 | |
| 	padding: 1em 2em;
 | |
| 	list-style-type: none
 | |
| }
 | |
| 
 | |
| .errors {
 | |
| 	color: #901d1d;
 | |
| 	border: 1px solid;
 | |
| 	border-radius: 3px;
 | |
| 	border-color: #ffbbbb;
 | |
| 	background: #ffdddd
 | |
| }
 | |
| 
 | |
| .errors a {
 | |
| 	color: #901d1d;
 | |
| 	text-decoration: underline;
 | |
| 	font-weight: normal
 | |
| }
 | |
| 
 | |
| .notifications,.enabled {
 | |
| 	color : #1d901d;
 | |
|     border: 1px solid;
 | |
| 	border-radius: 3px;
 | |
| 	background: #ddffdd
 | |
| }
 | |
| 
 | |
| .warnings {
 | |
| 	color: #8a7802;
 | |
| 	border: 1px solid;
 | |
| 	border-radius: 3px;
 | |
| 	border-color: #f8e674;
 | |
| 	background: #fffdd5
 | |
| }
 | |
| 
 | |
| .field-error {
 | |
| 	border: red 1px solid;
 | |
| 	background: #fdd
 | |
| }
 |