Bläddra i källkod

Stylesheet for .copyright class

@soyjavi 14 år sedan
förälder
incheckning
5eee61188d

+ 6 - 7
src/stylesheets/css/Lungo.widgets.css

@@ -1,19 +1,18 @@
 .scroll,scroll{position:relative;display:block;width:100%;height:100%;}
-section.copyright{margin-top:128px;z-index:1000;background:#000;text-align:center;font-size:24px;}
 section.copyright img{max-height:128px;}
 .onleft{float:left;}
 .onright{float:right;}
 .indented{width:auto;padding:10px 10px 0;}
-.indented ul{height:inherit;}
-.rounded ul{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}
-.rounded li:first-child{-webkit-border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;border-radius:4px 4px 0px 0px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}
-.rounded li:last-child{-webkit-border-radius:0px 0px 4px 4px;-moz-border-radius:0px 0px 4px 4px;border-radius:0px 0px 4px 4px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}
+.indented ul{margin-bottom:10px;height:inherit;}
+.rounded ul{-webkit-border-radius:4px;border-radius:4px;-webkit-background-clip:padding-box;background-clip:padding-box;}
+.rounded li:first-child{-webkit-border-radius:4px 4px 0px 0px;border-radius:4px 4px 0px 0px;-webkit-background-clip:padding-box;background-clip:padding-box;}
+.rounded li:last-child{-webkit-border-radius:0px 0px 4px 4px;border-radius:0px 0px 4px 4px;-webkit-background-clip:padding-box;background-clip:padding-box;}
 .margin-top-4{margin-top:4px;}
 .hidden{display:none;}
 .semi-opacity{opacity:0.5;}
 .size32{font-size:32px;height:32px;width:32px;line-height:32px;}
 .mini{font-size:20px !important;height:16px !important;width:16px !important;line-height:16px !important;}
 .framed{border:2px solid #fff;}
-.round{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}
-.bubble{padding:2px 4px 3px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;font-size:0.8em;font-weight:bold;line-height:1.0em;}
+.round{-webkit-border-radius:4px;border-radius:4px;-webkit-background-clip:padding-box;background-clip:padding-box;}
+.bubble{padding:2px 4px 3px;-webkit-border-radius:2px;border-radius:2px;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:0.8em;font-weight:bold;line-height:1.0em;}
 .scroll{overflow:scroll;-webkit-overflow-scrolling:touch;}

+ 1 - 1
src/stylesheets/css/Lungo.widgets.splash.css

@@ -2,4 +2,4 @@
 .splash img{max-width:206px;margin:92px auto 32px;}
 .splash h1{margin:92px auto 16px;font-size:2.2em;font-weight:bold;}
 .splash .button.big{margin-top:16px;}
-.splash .copyright{position:absolute;width:100%;bottom:4px;left:0px;font-size:0.75em;font-style:normal;}
+.splash .copyright{position:fixed;width:100%;bottom:8px;left:0px;font-size:0.8em;font-style:normal;}

+ 1 - 9
src/stylesheets/less/Lungo.widgets.less

@@ -16,14 +16,6 @@
 	height: 100%;
 }
 
-section.copyright {
-	margin-top: 128px;
-	z-index: 1000;
-	background: #000;
-	text-align: center;	
-	font-size: 24px;
-}
-
 section.copyright img{
 	max-height: 128px;
 }
@@ -39,7 +31,7 @@ section.copyright img{
 }
 
 .indented ul {
-		//margin-bottom: 10px;
+		margin-bottom: 10px;
 		height: inherit;
 	}
 	.rounded ul { .border-radius(4px); }	

+ 4 - 4
src/stylesheets/less/Lungo.widgets.splash.less

@@ -27,12 +27,12 @@
 .splash .button.big {
     margin-top: 16px;
 }
-	
+
 .splash .copyright { 
-	position: absolute; 
+	position: fixed; 
 	width: 100%; 
-	bottom: 4px;
+	bottom: 8px;
 	left: 0px;
-	font-size: 0.75em;
+	font-size: 0.8em;
 	font-style: normal; 
 }