Compare commits
No commits in common. "4cfabe9ad56e4a43465ae37075976f53ab827a04" and "7c80fdd31074577b92875ff920aa5d8b9efd17eb" have entirely different histories.
4cfabe9ad5
...
7c80fdd310
File diff suppressed because one or more lines are too long
|
@ -12,11 +12,6 @@
|
||||||
// #. Global Styles
|
// #. Global Styles
|
||||||
// ------------------
|
// ------------------
|
||||||
|
|
||||||
|
|
||||||
#user-bar {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
// line breaks generated by omekas
|
// line breaks generated by omekas
|
||||||
.break {
|
.break {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -154,3 +149,4 @@
|
||||||
margin: $global-margin 0;
|
margin: $global-margin 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,3 +19,26 @@
|
||||||
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,23 +15,6 @@ header nav {
|
||||||
color: $body-font-color;
|
color: $body-font-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* https://fontawesome.com/v5.0/icons */
|
|
||||||
a[href$=".pdf"]:after {
|
|
||||||
-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;
|
|
||||||
margin-left: .5rem;
|
|
||||||
content: "\f1c1";
|
|
||||||
}
|
|
||||||
|
|
||||||
.excerpt,.post-excerpt{
|
.excerpt,.post-excerpt{
|
||||||
a {
|
a {
|
||||||
color: $body-font-color;
|
color: $body-font-color;
|
||||||
|
@ -494,3 +477,10 @@ main {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//end hero
|
//end hero
|
||||||
|
|
||||||
|
// omeka specific styles
|
||||||
|
#user-bar {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
}
|
||||||
|
//end omeka specific styles
|
||||||
|
|
Loading…
Reference in New Issue