Skip to content

Commit

Permalink
Stylesheet for .copyright class
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Dec 19, 2011
1 parent 7b36557 commit 50b2b2b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 21 deletions.
13 changes: 6 additions & 7 deletions src/stylesheets/css/Lungo.widgets.css
Original file line number Diff line number Diff line change
@@ -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;}
2 changes: 1 addition & 1 deletion src/stylesheets/css/Lungo.widgets.splash.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
10 changes: 1 addition & 9 deletions src/stylesheets/less/Lungo.widgets.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -39,7 +31,7 @@ section.copyright img{
}

.indented ul {
//margin-bottom: 10px;
margin-bottom: 10px;
height: inherit;
}
.rounded ul { .border-radius(4px); }
Expand Down
8 changes: 4 additions & 4 deletions src/stylesheets/less/Lungo.widgets.splash.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 50b2b2b

Please sign in to comment.