mirror of https://github.com/movim/movim
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							112 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							112 lines
						
					
					
						
							1.7 KiB
						
					
					
				| #center { | |
|     position: relative; | |
| } | |
| 
 | |
| #navtabs, #navtabs li.on { | |
|     background-color: transparent; | |
|     color: white; | |
| } | |
| 
 | |
| #navtabs, | |
| #navtabs li.on a { | |
|     border-color: #333; | |
| } | |
| 
 | |
| #navtabs li.on { | |
| } | |
| 
 | |
| #navtabs li.on a, | |
| #media h1 { | |
|     color: white; | |
| } | |
| 
 | |
| #navtabs li:hover a { | |
|     border-color: #353535; | |
| } | |
| 
 | |
| #media .breadcrumb { | |
|     background-color: transparent; | |
| } | |
| 
 | |
| #media .breadcrumb a:after { | |
|     border-color: #222; | |
| } | |
| 
 | |
| #media ul.thumb a { | |
|     position: relative; | |
| } | |
| 
 | |
| #media ul.thumb li div.remove { | |
|     position: absolute; | |
|     bottom: 0px; | |
|     right: 0px; | |
|     background-color: rgba(0, 0, 0, 0.6); | |
|     font-weight: bold; | |
|     width: 2em; | |
|     height: 2em; | |
|     text-align: center; | |
|     line-height: 2em; | |
|     font-size: 1em; | |
|     display: none; | |
| } | |
| 
 | |
| #media ul.thumb li:hover div.remove { | |
|     display: block; | |
| } | |
| 
 | |
| #media ul.thumb li:hover div.remove:hover { | |
|     background-color: black; | |
|     cursor: pointer; | |
| } | |
| 
 | |
| #center { | |
|     background-color: #222; | |
|     color: white; | |
| } | |
| 
 | |
| #viewer .viewer { | |
|     position: relative; | |
| } | |
| 
 | |
| #viewer .viewer img { | |
|     width: 100%; | |
|     margin: 0 auto; | |
|     height: auto; | |
|     display: block; | |
| } | |
| 
 | |
| #viewer .viewer .exif { | |
|     position: absolute; | |
|     bottom: 0px; | |
|     background-color: rgba(0, 0, 0, 0.8); | |
|     width: 100%; | |
|     padding: 1em; | |
| } | |
| 
 | |
| #viewer .viewer .exif ul { | |
|     list-style-type: none; | |
| } | |
| 
 | |
| #viewer .viewer .exif ul li { | |
|     width: 50%; | |
|     display: block; | |
|     float: left; | |
|     overflow: hidden; | |
|     white-space: nowrap; | |
|     line-height: 1.3em; | |
|     text-overflow: ellipsis; | |
| } | |
| 
 | |
| #viewer .viewer .exif span { | |
|     font-weight: bold; | |
|     margin-right: 1em; | |
| } | |
| 
 | |
| #media .size { | |
|     position: absolute; | |
|     top: -3em; | |
|     right: 0px; | |
|     line-height: 3em; | |
|     display: block; | |
|     padding-right: 4em; | |
| }
 |