update main branch #47
File diff suppressed because one or more lines are too long
|
@ -12,6 +12,11 @@
|
||||||
// #. Global Styles
|
// #. Global Styles
|
||||||
// ------------------
|
// ------------------
|
||||||
|
|
||||||
|
|
||||||
|
#user-bar {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
// line breaks generated by omekas
|
// line breaks generated by omekas
|
||||||
.break {
|
.break {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -149,4 +154,3 @@
|
||||||
margin: $global-margin 0;
|
margin: $global-margin 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,31 +14,8 @@
|
||||||
@mixin font-worksans-medium {
|
@mixin font-worksans-medium {
|
||||||
font-face: worksans-medium, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-face: worksans-medium, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
@mixin font-worksans-mediumitalic {
|
@mixin font-worksans-mediumitalic {
|
||||||
font-face: worksans-mediumitalic, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-face: worksans-mediumitalic, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//
|
|
||||||
// mods on fonts and typography
|
|
||||||
// not in foundation variables
|
|
||||||
// -----------------------------
|
|
||||||
|
|
||||||
//h1,h2,h3,h4,h5,h6,
|
|
||||||
//.h1,.h2,.h3,.h4,.h4,.h5,.h6,
|
|
||||||
//button,.button,
|
|
||||||
//header nav,
|
|
||||||
//.hero .claim
|
|
||||||
//{
|
|
||||||
// font-variant:all-small-caps;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//h1,h2,h3,h4,h5,h6,
|
|
||||||
//.h1,.h2,.h3,.h4,.h4,.h5,.h6 {
|
|
||||||
// a {
|
|
||||||
// color: $black;
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
|
|
@ -15,6 +15,25 @@ header nav {
|
||||||
color: $body-font-color;
|
color: $body-font-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
a[href$=".pdf"] {
|
||||||
|
&:after {
|
||||||
|
/* https://fontawesome.com/v5.0/icons */
|
||||||
|
display: inline-block;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
display: inline-block;
|
||||||
|
font-style: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-rendering: auto;
|
||||||
|
line-height: 1;
|
||||||
|
font-family: 'Font Awesome 5 Free';
|
||||||
|
font-weight: 900;
|
||||||
|
content: "\f1c1";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.excerpt,.post-excerpt{
|
.excerpt,.post-excerpt{
|
||||||
a {
|
a {
|
||||||
color: $body-font-color;
|
color: $body-font-color;
|
||||||
|
@ -477,10 +496,3 @@ main {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//end hero
|
//end hero
|
||||||
|
|
||||||
// omeka specific styles
|
|
||||||
#user-bar {
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
}
|
|
||||||
//end omeka specific styles
|
|
||||||
|
|
Loading…
Reference in New Issue