Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/default.css')
-rw-r--r--static/css/default.css37
1 files changed, 22 insertions, 15 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 795ce2d..f8ed59e 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -1,6 +1,3 @@
-/* General Demo Style */
-@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
-
html { height: 100%; }
*,
@@ -29,16 +26,14 @@ html { height: 100%; }
}
body {
- font-family: 'Lato', Calibri, Arial, sans-serif;
+ font-family: 'Lato', Arial, Calibri, sans-serif;
font-weight: 300;
font-size: 15px;
- color: #333;
overflow: scroll;
overflow-x: hidden;
}
a {
- color: #555;
text-decoration: none;
}
@@ -52,29 +47,41 @@ a {
max-width: 1240px;
margin: 0 auto;
position: relative;
- padding: 0 30px 50px 30px;
-}
-
-.container > header {
- padding: 60px 30px 50px;
+ padding: 20px 30px;
text-align: center;
+ font-size: 20px;
}
.container > header h1 {
font-size: 34px;
- line-height: 38px;
margin: 0 auto;
font-weight: 700;
- color: #333;
}
-.container > header h1 span {
+.container > header span {
display: block;
- font-size: 20px;
font-weight: 300;
+ text-align: left;
+ padding-bottom: 0.5em;
+}
+
+
+.container > header button {
+ background-color: rgb(116, 116, 116);
+ border: none;
+ padding: 0.2em 0.5em;
+ text-align: center;
+ text-decoration: none;
+ display: inline-block;
+ font-weight: bold;
}
.main > p {
text-align: center;
padding: 50px 20px;
}
+
+img.lazy{
+ display: block;
+ height: 250px;
+} \ No newline at end of file