Import of the new theme
This commit is contained in:
parent
04104f0bff
commit
0693a85c3f
331 changed files with 21077 additions and 8782 deletions
|
@ -1,29 +0,0 @@
|
|||
---
|
||||
sitemap: false
|
||||
---
|
||||
|
||||
/*
|
||||
*
|
||||
* HPSTR
|
||||
*
|
||||
* Designer: Michael Rose
|
||||
* Twitter: http://twitter.com/mmistakes
|
||||
*
|
||||
*/
|
||||
|
||||
// Partials
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
@import "reset";
|
||||
@import "vendor/font-awesome/font-awesome";
|
||||
@import "vendor/magnific-popup/magnific-popup";
|
||||
@import "site";
|
||||
@import "typography";
|
||||
@import "pygments";
|
||||
@import "coderay";
|
||||
@import "gist";
|
||||
@import "grid";
|
||||
@import "elements";
|
||||
@import "animations";
|
||||
@import "dl-menu";
|
||||
@import "page";
|
116
assets/css/style_rss.css
Normal file
116
assets/css/style_rss.css
Normal file
|
@ -0,0 +1,116 @@
|
|||
rss {
|
||||
display:block;
|
||||
margin:10px;
|
||||
padding: 10px 0;
|
||||
font-size: 62.5%;
|
||||
}
|
||||
|
||||
rss:before {
|
||||
content:"\00BB Sie befinden sich auf einem RSS-NewsFeed, nicht auf der Website. Bitte besuchen Sie die Website bueltge.de";
|
||||
font-size: 2em;
|
||||
color: red;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
channel {
|
||||
display:block;
|
||||
background-color:#eee;
|
||||
font-size: 1.2em;
|
||||
font-family: Verdana, Arial, Helvetice, sans-serif;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
item {
|
||||
display: block;
|
||||
padding:10px;
|
||||
margin: 5px 0;
|
||||
border-top:1px solid #CCC;
|
||||
border-bottom:1px solid #CCC;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
channel>title, channel>description, channel>pubDate {
|
||||
display: block;
|
||||
margin: 10px;
|
||||
background-color: #eee;
|
||||
color: #556B2F;
|
||||
}
|
||||
|
||||
channel>pubDate {
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
channel>pubDate:before {
|
||||
content:"Letzte Aktualisierung: ";
|
||||
}
|
||||
|
||||
channel>title {
|
||||
font-size: 1.6em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
channel>description {
|
||||
font-size: 1.1em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
item {
|
||||
font-size: 0px
|
||||
}
|
||||
|
||||
item>title {
|
||||
font-weight:bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
item>title:after {
|
||||
content:" \00BB ";
|
||||
}
|
||||
|
||||
item>link, item>pubDate, item>category {
|
||||
color: #556B2F;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
item>link:before {
|
||||
content:" Link zum Beitrag: ";
|
||||
color: black;
|
||||
}
|
||||
|
||||
item>pubDate:before {
|
||||
color: black;
|
||||
content:" erstellt am: ";
|
||||
margin-left: 100%;
|
||||
}
|
||||
|
||||
item>category:before {
|
||||
color: black;
|
||||
content:" in Kategorie: ";
|
||||
}
|
||||
|
||||
item>description:before {
|
||||
color: black;
|
||||
font-weight:bold;
|
||||
content:" \00BB ";
|
||||
}
|
||||
|
||||
item>description {
|
||||
font-size: 11px;
|
||||
margin-left: 100%;
|
||||
}
|
||||
|
||||
item>description:after {
|
||||
color: black;
|
||||
font-weight:bold;
|
||||
content:" \00AB ";
|
||||
}
|
||||
|
||||
channel>link, channel>generator, channel>language, channel>docs, channel>image {
|
||||
display: none;
|
||||
}
|
||||
|
||||
item>comments, item>guid {
|
||||
|
||||
display: none;
|
||||
}
|
43
assets/css/styles_feeling_responsive.scss
Executable file
43
assets/css/styles_feeling_responsive.scss
Executable file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
# Only the main Sass file needs front matter (the dashes are enough)
|
||||
---
|
||||
@charset "utf-8";
|
||||
|
||||
@import "functions.scss";
|
||||
@import "01_settings_colors.scss";
|
||||
@import "02_settings_typography.scss";
|
||||
@import "03_settings_mixins_media_queries.scss";
|
||||
@import "04_settings_global.scss";
|
||||
@import "05_normalize.scss"; // normalize.css v3.0.2
|
||||
|
||||
@import "foundation-components/top-bar.scss";
|
||||
@import "foundation-components/accordion";
|
||||
@import "foundation-components/alert-boxes";
|
||||
@import "foundation-components/breadcrumbs";
|
||||
@import "foundation-components/block-grid";
|
||||
@import "foundation-components/button-groups";
|
||||
@import "foundation-components/buttons";
|
||||
@import "foundation-components/clearing";
|
||||
@import "foundation-components/dropdown";
|
||||
@import "foundation-components/dropdown-buttons";
|
||||
@import "foundation-components/flex-video";
|
||||
@import "foundation-components/forms";
|
||||
@import "foundation-components/grid";
|
||||
@import "foundation-components/inline-lists";
|
||||
@import "foundation-components/keystrokes";
|
||||
@import "foundation-components/panels";
|
||||
@import "foundation-components/reveal";
|
||||
@import "foundation-components/side-nav";
|
||||
@import "foundation-components/sub-nav";
|
||||
@import "foundation-components/tables";
|
||||
@import "foundation-components/thumbs";
|
||||
@import "foundation-components/top-bar";
|
||||
@import "foundation-components/type";
|
||||
@import "foundation-components/visibility";
|
||||
|
||||
@import "06_typography.scss";
|
||||
@import "07_layout";
|
||||
@import "foundation-components/grid";
|
||||
@import "09_elements";
|
||||
|
||||
@import "11_syntax-highlighting";
|
Reference in a new issue