forked from Public/pics
Use Coda font for buttons and headers
This commit is contained in:
parent
febe7bb405
commit
556bbb2753
@ -34,6 +34,10 @@ a:hover {
|
|||||||
color: #262626;
|
color: #262626;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
font-family: 'Coda', 'sans-serif';
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Navigation
|
/* Navigation
|
||||||
---------------*/
|
---------------*/
|
||||||
@ -107,8 +111,11 @@ i.space-invader.alt-7::before {
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.1);
|
box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
.content-box h1 {
|
.content-box h1,
|
||||||
|
.content-box h2,
|
||||||
|
.content-box h3 {
|
||||||
font-family: 'Coda', sans-serif;
|
font-family: 'Coda', sans-serif;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -122,7 +129,7 @@ i.space-invader.alt-7::before {
|
|||||||
clear: both;
|
clear: both;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 0 1.5% 0;
|
margin: 0 0 1.5% 0;
|
||||||
font: 400 18px/2.2 "Open Sans", sans-serif;
|
font: 400 18px/2.2 'Coda', sans-serif;
|
||||||
padding: 6px 22px;
|
padding: 6px 22px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -280,7 +287,7 @@ i.space-invader.alt-7::before {
|
|||||||
}
|
}
|
||||||
.album_title_box h2 {
|
.album_title_box h2 {
|
||||||
color: #262626;
|
color: #262626;
|
||||||
font: 400 18px/2 "Open Sans", sans-serif !important;
|
font: 400 18px/2 'Coda', sans-serif !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.album_title_box p {
|
.album_title_box p {
|
||||||
@ -427,13 +434,8 @@ a#previous_photo:hover, a#next_photo:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sub_photo h2, #sub_photo h3, #photo_exif_box h3, #user_actions_box h3 {
|
#sub_photo h2, #sub_photo h3, #photo_exif_box h3, #user_actions_box h3 {
|
||||||
font: 600 20px/30px "Open Sans", sans-serif;
|
margin-bottom: 1rem;
|
||||||
margin: 0 0 10px;
|
|
||||||
}
|
}
|
||||||
#sub_photo h3 {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sub_photo #tag_list {
|
#sub_photo #tag_list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user