1
0
Fork 0

Remove everything

This commit is contained in:
Luca Beltrame 2015-04-26 15:25:12 +02:00
parent 4b0ce2b03f
commit 28a99a0e04
268 changed files with 0 additions and 22354 deletions

View file

@ -1,116 +0,0 @@
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;
}

View file

@ -1,44 +0,0 @@
---
# Only the main Sass file needs front matter (the dashes are enough)
---
@charset "utf-8";
@import "functions.scss";
@import "02_settings_colors.scss";
@import "03_settings_typography.scss";
@import "04_settings_mixins_media_queries.scss";
@import "04_settings_global.scss";
@import "05_settings_top-bar.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";