make the control panel full-size on narrow (<=400px) screens, and include
all colors and languages on the main page
This commit is contained in:
		
							parent
							
								
									e03102172c
								
							
						
					
					
						commit
						fa0da37425
					
				
					 2 changed files with 26 additions and 7 deletions
				
			
		
							
								
								
									
										17
									
								
								css/uhr.css
									
										
									
									
									
								
							
							
						
						
									
										17
									
								
								css/uhr.css
									
										
									
									
									
								
							|  | @ -183,13 +183,24 @@ a.uhr-configlink { | ||||||
|     top: 0; |     top: 0; | ||||||
|     left: 0; |     left: 0; | ||||||
| } | } | ||||||
| .uhr-controlpanel .content { | @media (max-width: 400px) { | ||||||
|     background-color: #fff; |     .uhr-controlpanel .content { | ||||||
|  |         height: 100%; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | @media (min-width: 401px) { | ||||||
|  |     .uhr-controlpanel .content { | ||||||
|         margin-left: auto; |         margin-left: auto; | ||||||
|         margin-right: auto; |         margin-right: auto; | ||||||
|         width: 10em; |         width: 10em; | ||||||
|     padding: 2em; |         top : 1em; | ||||||
|         border-radius: 0.5em; |         border-radius: 0.5em; | ||||||
|  |         box-shadow: 0 0 1em black; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | .uhr-controlpanel .content { | ||||||
|  |     background-color: #fff; | ||||||
|  |     padding: 2em; | ||||||
|     position: relative; |     position: relative; | ||||||
| } | } | ||||||
| a.uhr-closecontrolpanel { | a.uhr-closecontrolpanel { | ||||||
|  |  | ||||||
							
								
								
									
										10
									
								
								index.html
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								index.html
									
										
									
									
									
								
							|  | @ -23,7 +23,12 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||||
| 	<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1" /> | 	<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1" /> | ||||||
| 	<link rel="stylesheet" type="text/css" href="css/uhr.css" /> | 	<link rel="stylesheet" type="text/css" href="css/uhr.css" /> | ||||||
|     <link rel="stylesheet" type="text/css" href="css/uhr-black.css" data-class="black" data-name="Schwarz" /> |     <link rel="stylesheet" type="text/css" href="css/uhr-black.css" data-class="black" data-name="Schwarz" /> | ||||||
|  |     <link rel="stylesheet" type="text/css" href="css/uhr-white.css" data-class="white" data-name="Weiss" /> | ||||||
|  |     <link rel="stylesheet" type="text/css" href="css/uhr-red.css" data-class="red" data-name="Rot" /> | ||||||
|  |     <link rel="stylesheet" type="text/css" href="css/uhr-yellow.css" data-class="yellow" data-name="Gelb" /> | ||||||
|  |     <link rel="stylesheet" type="text/css" href="css/uhr-green.css" data-class="green" data-name="Grün" /> | ||||||
|     <link rel="stylesheet" type="text/css" href="css/uhr-blue.css" data-class="blue" data-name="Blau" /> |     <link rel="stylesheet" type="text/css" href="css/uhr-blue.css" data-class="blue" data-name="Blau" /> | ||||||
|  |     <link rel="stylesheet" type="text/css" href="css/uhr-pink.css" data-class="pink" data-name="Pink" /> | ||||||
| 	<link rel="shortcut icon" type="image/png" href="resources/favicon.png" /> | 	<link rel="shortcut icon" type="image/png" href="resources/favicon.png" /> | ||||||
| 	<link rel="apple-touch-icon-precomposed" href="resources/apple-touch-icon-precomposed.png" /> | 	<link rel="apple-touch-icon-precomposed" href="resources/apple-touch-icon-precomposed.png" /> | ||||||
| 	<script type="text/javascript" src="lib/jquery-2.1.0.min.js"></script> | 	<script type="text/javascript" src="lib/jquery-2.1.0.min.js"></script> | ||||||
|  | @ -31,7 +36,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||||
| 	<script type="text/javascript" src="lib/jquery-cookie-1.4.0.js"></script> | 	<script type="text/javascript" src="lib/jquery-cookie-1.4.0.js"></script> | ||||||
| 	<script type="text/javascript" src="js/uhr.js"></script> | 	<script type="text/javascript" src="js/uhr.js"></script> | ||||||
| 	<script type="text/javascript" src="js/uhr-de_CH.js"></script> | 	<script type="text/javascript" src="js/uhr-de_CH.js"></script> | ||||||
|  | 	<script type="text/javascript" src="js/uhr-de_CH_genau.js"></script> | ||||||
| 	<script type="text/javascript" src="js/uhr-de.js"></script> | 	<script type="text/javascript" src="js/uhr-de.js"></script> | ||||||
|  | 	<script type="text/javascript" src="js/uhr-en.js"></script> | ||||||
|  | 	<script type="text/javascript" src="js/uhr-fr.js"></script> | ||||||
|  | 	<script type="text/javascript" src="js/uhr-it.js"></script> | ||||||
| </head> | </head> | ||||||
| <body style="padding:0;margin:0;"> | <body style="padding:0;margin:0;"> | ||||||
| 	<div id="uhr"></div> | 	<div id="uhr"></div> | ||||||
|  | @ -45,7 +54,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||||
| 				width: size, | 				width: size, | ||||||
| 				color: 'black', | 				color: 'black', | ||||||
| 				language: 'de_CH', | 				language: 'de_CH', | ||||||
| 				force: true, |  | ||||||
| 				controls: true | 				controls: true | ||||||
| 			}); | 			}); | ||||||
| 		})(jQuery); | 		})(jQuery); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue