Skip to content

Commit

Permalink
change some style of standard template (#25)
Browse files Browse the repository at this point in the history
* change some style of standard template

* change the blockquote style

* modify the resume style to make the right side shorter
  • Loading branch information
mrbone authored and c0bra committed Apr 9, 2018
1 parent 8de6738 commit 9f25b99
Showing 1 changed file with 32 additions and 13 deletions.
45 changes: 32 additions & 13 deletions templates/standard/assets/less/new.less
Expand Up @@ -3,32 +3,44 @@
width: 580px;
margin: 0 auto;
display: block;
font-size: 16px;
font-size: 14px;
font-weight: 300;

blockquote {
right: 0;
right: 50px;
top: -18px;
position: absolute;
padding: 0;
margin: 0;
max-width: 200px;
white-space: nowrap;
}

h2, h3 {
font-weight: bold;
}

h2 {
color: #323336;
margin-top: 45px;
margin: 25px 0;
text-transform: none;
font-size: 16px;
font-weight: 300;
font-size: 20px;
}

h3 {
// margin-top: 45px;
margin-top: 72px;
margin-bottom: 36px;
color: #c9cccf;
margin: 20px 0;
color: darken(#c9cccf, 60%);
text-transform: uppercase;
font-size: 12px;
font-size: 16px;
}


h4 {
color: darken(#c9cccf, 50%);
font-size: 14px;
& > a {
color: inherit;
}
}

p {
Expand All @@ -44,13 +56,20 @@
margin: 0;
list-style: none;
zoom: 1;
font-size: 0;

&:after {
content: "";
display: block;
clear: both;
}

li {
float: left;
display: inline-block;
padding: 5px 18px;
background-color: #f1f5f7;
margin-right: 3px;
margin-bottom: 12px;
margin-bottom: 5px;
font-size: 14px;
}
}
Expand All @@ -62,7 +81,7 @@
h3 ~ p {
color: #323336;
line-height: 1.66em;
margin-top: 40px;
margin-top: 15px;

strong {
text-transform: uppercase;
Expand Down

0 comments on commit 9f25b99

Please sign in to comment.