Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/firstRun.css

Issue 8403145: First attempt at creating a first-run page (Closed)
Patch Set: Created Oct. 17, 2012, 2:44 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « firstRun.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/firstRun.css
===================================================================
--- a/skin/firstRun.css
+++ b/skin/firstRun.css
@@ -5,83 +5,74 @@ body
background: repeating-linear-gradient(0deg, #F8F6F5, #F6F4F2 50%, #FCFBF9);
background: -webkit-repeating-linear-gradient(0deg, #F5F4F3, #FAF9F8 50%, #F5F4F3);
background-size: 5px 5px;
max-width: 800px;
margin: auto;
line-height: 1.5;
}
-h1
+#title
{
margin-top: 30px;
- padding-top: 148px;
+ padding-left: 148px;
+ line-height: 1;
font-size: 250%;
font-weight: normal;
background-image: url(/icons/abp-128.png);
- background-position: 50% 0%;
+ background-position: 0% 50%;
background-repeat: no-repeat;
+ min-height: 128px;
+ vertical-align: middle;
+ display: -webkit-box;
+ display: box;
+ box-orient: vertical;
+ box-pack: center;
+ -webkit-box-orient: vertical;
+ -webkit-box-pack: center;
+}
+
+#title-changelog
+{
+ font-size: 50%;
+}
+
+#features
+{
+ margin: 10px 0px 40px 0px;
}
#features > li
{
margin-left: 50px;
list-style-image: url(/skin/checkmark.png);
}
-#features
-{
- margin: 40px 0px;
-}
-
#share1,
#share2
{
display: none;
+ text-align: center;
+ font-size: 120%;
+ margin-top: 40px;
}
-:root[share-variant="1"] #share1
-{
- display: block;
-}
-
+:root[share-variant="1"] #share1,
:root[share-variant="2"] #share2
{
display: block;
}
-#share-text1
-{
- margin-left: 200px;
- fill: #FF0000;
- font-family: Comic Sans MS;
- font-weight: bold;
-}
-
.share-image
{
display: inline-block;
width: 64px;
height: 64px;
}
-#share-images1 > .share-image
-{
- position: relative;
- left: 350px;
- top: -40px;
-}
-
-#share2
-{
- text-align: center;
- font-size: 120%;
- margin-top: 40px;
-}
-
#share-images2
{
display: inline-block;
box-shadow: 0 0 4px 3px #EEEEEE;
border-radius: 5px;
background: #FFFFFF;
padding: 10px 40px;
margin-bottom: 30px;
« no previous file with comments | « firstRun.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld