diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 767588c..0000000 --- a/.editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -root = true - -[*] -insert_final_newline = true -end_of_line = lf -charset = utf-8 - -[*.{js,ts,json,html,css,scss}] -indent_style = tab -tab_width = 4 -indent_size = 4 - -[eckdaten.html] -indent_style = space -indent_size = 2 diff --git a/.gitignore b/.gitignore deleted file mode 100644 index adbc696..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -.idea -_site -.sass-cache diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 1d81e14..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,28 +0,0 @@ -Schön, dass du etwas zum Repo beitragen willst! - -# Ein Userscript hinzufügen -1. Forke dieses Repo -2. Erstelle im Ordner `_posts` eine neue Datei mit dem Namen `YYY-MM-DD-Script-Name.md`, wobei: - - `YYY-MM-DD` ist das aktuelle Datum - - `Script-Name` ist der Name des Userscripts (möglichst kurz), ohne Leerzeichen (stattdessen mit `-`) -3. Der Inhalt der md-Datei muss so aussehen: -```Markdown ---- -layout: post -title: "Der volle Titel deines Userscripts" -categories: - - userscript - - application -author: -presented: -link: //github.com//zum/.user.js/wenn/vorhanden -code: //github.com/link/zum/quelltext/wenn/vorhanden ---- - - -``` -4. Ist die Datei gespeichert und gepusht, kannst du einen Pull-Request machen. - -Willst du kein Userscript, sondern ein Tool oder eine Webseite hinzufügen, schau dir am Besten die bereits existierenden Einträge anderer Tools an. - -Ich freue mich auf deine Einträge! diff --git a/README.md b/README.md index 272ca60..03cfcb7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,40 @@ -# Archiviert am 2025-03-29 -benutz was anderes +## Skripte -# userscripts -Was es gibt, was gewollt wird. +1. [pr0gramm.com by Seglor](https://github.com/Seglormeister/pr0gramm.com-by-Seglor) von [Seglormeister](http://pr0gramm.com/user/Seglormeister) + - Breitbild-pr0gramm + - "Bereits gesehen"-Markierung + - Kommentarleiste links + - Bilderwechsel per Mausrad + - Bildgröße an Bildschirm angepasst + - Kommentare nach Zeit/Beliebtheit sortieren + - uvm. + - Funktionalitäten teilweise kopiert/inspiriert von: + - Benisanzeige von [koma](http://pr0gramm.com/new/593653) + - [op-highlight](https://github.com/pr0nopoly/op-highlight/) + - Up/Downvotes von [vikenzor](http://pr0gramm.com/new/535814) + - "Bereits gesehen" von [KreisAdler](http://pr0gramm.com/new/514574) +2. [op-highlight](https://github.com/pr0nopoly/op-highlight/) von [holzmaster](http://pr0gramm.com/user/holzmaster) + - Kennzeichnet den OP in den Kommentaren eines Bildes +3. [ExtendedBenis](https://github.com/vikenemesh/ExtendedBenis) von [vikenzor](http://pr0gramm.com/user/vikenzor) + - Zeigt einem die Up/Downvotes eines Bildes direkt unter der Beniszahl an. Mit einer art Prograssbar. + - Ohne Skript: Über die Zahl hovern +4. [Diashow](https://greasyfork.org/scripts/4409-pr0grammsurfer) von [CaptnUrMom](http://pr0gramm.com/user/CaptnUrMom) ([hier](http://pr0gramm.com/new/286521) vorgestellt) +5. [Zentriertes pr0gramm](https://www.sendspace.com/file/158k8g) von [trumpf](http://pr0gramm.com/user/trumpf) ([hier](http://pr0gramm.com/new/534136) vorgestellt). Anmerkung: Wird lt. cha0s bald gefixt. +6. [SF-Status](https://github.com/pr0nopoly/sf-status/) von [holzmaster](http://pr0gramm.com/user/holzmaster) + - Zeigt den Safe-For-Flag neben dem "Bild Googlen" an. +7. [Alte Rechts-/Links-Pfeile](https://gist.github.com/X39/19067b9d52c2fe75580a) (zum Installieren auf "Raw" klicken) von [X39](http://pr0gramm.com/user/X39); wird [hier](http://pr0gramm.com/new/614169) vorgestellt. [Hier ist ein schlankerer Fork](https://gist.github.com/pr0nopoly/2ce19d77249678a6a716), der eine andere Herangehensweise verwendet. +8. [cust0m](http://pr0gramm.com/top/622568) von [Schwuchtelini](http://pr0gramm.com/user/Schwuchtelini). Fasst so gut wie alle anderen Userskripte zusammen. -Du willst vermutlich dort hin: +## Styles +1. [Vertikale Linien für die Kommentare](https://userstyles.org/styles/109047) von [holzmaster](http://pr0gramm.com/user/holzmaster); wird [hier](http://pr0gramm.com/new/545214) beschrieben. -[`https://holzmaster.github.io/userscripts/`](https://holzmaster.github.io/userscripts/) +## Tools +1. [rep0st](http://rep0st.rene8888.at) von [Rene8888](http://pr0gramm.com/user/Rene8888) und [Mopsalarm](http://pr0gramm.com/user/Mopsalarm) ([Quelltext](https://github.com/ReneHollander/rep0st)) + - Zum besseren Erkennen von Reposts +2. [Tag Stats](http://knusprigeswuerstchen.github.io/pr0grammStats) ([Quellcode](https://github.com/knusprigeswuerstchen/pr0grammStats/tree/gh-pages)) + - Bietet eine Übersicht der Tagauswertung -> **Warning** -> Hamlo +## Wünsche +Bisher stehen keine Wünsche offen! + +Wer noch welche hat (Skripte/Styles/Ideen) -> PN an [mich](http://pr0gramm.com/user/holzmaster) oder Pullrequest stellen. diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 7a8e65c..0000000 --- a/_config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Site settings -title: pr0gramm Userscripts -description: > - Eine Sammlung von Userscripts, Plugins, Userstyles, Eckdaten und weiteren Tools, die das tägliche Kellern erleichtern. -baseurl: "/userscripts" -url: "//holzmaster.github.io" -pr0gramm_url: "//pr0gramm.com" -pr0gramm_username: holzmaster -github_username: holzmaster - -# Build settings -markdown: kramdown diff --git a/_data/badges.yml b/_data/badges.yml deleted file mode 100644 index 087cfac..0000000 --- a/_data/badges.yml +++ /dev/null @@ -1,195 +0,0 @@ -keyb0ard: - image: "//pr0gramm.com/media/badges/keyboard.png" - description: "Brachte uns das pr0gramm Keyboard - 30. Nov 2014" - link: //pr0gramm.com/top/keyb0ard -wichtel: - image: "//pr0gramm.com/media/badges/secret-santa-2014.png" - description: "Nahm am Wichteln 20XX teil" - link: //pr0gramm.com/top/wichteln -hurensohn: - image: "//pr0gramm.com/media/badges/bad-secret-santa-2014.png" - description: "Hat beim Wichteln 20XX kein Geschenk verschickt" - link: //pr0gramm.com/top/wichteln -years: - image: "//pr0gramm.com/media/badges/years.png" - description: "Hat X Jahre auf pr0gramm verschwendet " -comments: - image: "//pr0gramm.com/media/badges/comments.png" - description: "Hat mehr als X Kommentare verfasst" -tags: - image: "//pr0gramm.com/media/badges/tags.svg" - description: "Hat mehr als X Tags gesetzt." -coin: - image: "//pr0gramm.com/media/badges/pr0-coin.png" - description: "Hat X Tage pr0mium erschürft" - link: //pr0gramm.com/top/2043677 -pr0mart: - image: "//pr0gramm.com/media/badges/shopping-cart.png" - description: "Kommerzhure" - link: //pr0mart.com - -fag: - image: "//pr0gramm.com/media/badges/social-share.png" - description: "Hat auf einen der Social Share Buttons gedrückt. - 1. Apr 2015" - link: //pr0gramm.com/top/april - -benitrat0r_lose: - image: "//pr0gramm.com/media/badges/benitrat0r-lose.png" - description: "Hat X Benis gewonnen - 1. Apr 2017" - link: //pr0gramm.com/top/1850207 -benitrat0r_win: - image: "//pr0gramm.com/media/badges/benitrat0r-win.png" - description: "Hat X Benis verzockt - 1. Apr 2017" - link: //pr0gramm.com/top/1850207 - -contract: - image: "//pr0gramm.com/media/badges/contract.png" - description: "Hat X Benis geliehen und erfolgreich zurückgezahlt - 1. Apr 2017" - link: //pr0gramm.com/top/1851768 -crumbled_contract: - image: "//pr0gramm.com/media/badges/crumbled-contract.png" - description: "Hat X Benis geliehen und bekam Besuch vom Inkassobüro - 1. Apr 2017" - link: //pr0gramm.com/top/1851768 - - -connect4_red: - image: "//pr0gramm.com/media/badges/connect4-red.png" - description: "Ging am 1. April 2018 siegreich hervor - 2. Apr 2018" - link: //pr0gramm.com/top/2472492 -connect4_blue: - image: "//pr0gramm.com/media/badges/connect4-blue.png" - description: "Wurde am 1. April 2018 hart penetriert - 1. Apr 2018" - link: //pr0gramm.com/top/2472492 - -deleted_upload: - image: "//pr0gramm.com/media/badges/item-delete.svg" - description: "Hat X eigene Hochlads löschen lassen" -deleted_comments: - image: "//pr0gramm.com/media/badges/comment-delete.svg" - description: "Hat X eigene Kommentare löschen lassen" - -krebs_spende: - image: "//pr0gramm.com/media/badges/krebs-donation.png" - description: "Hat gegen Krebs gespendet - 8. Mai 2018" - link: //pr0gramm.com/top/Das%20pr0%20spendet -krebs_spende_starter: - image: "//pr0gramm.com/media/badges/krebs-starter.png" - description: "Hat als wahrer Ehrenmann die größte Aktion des pr0s losgetreten - 8. Mai 2018" - link: //pr0gramm.com/top/Das%20pr0%20spendet - -artikel_13: - image: "//pr0gramm.com/media/badges/art13.png" - description: "Die Feder ist mächtiger als das Schwert - 19. Sep 2018" - link: //pr0gramm.com/new/das%20pr0%20schreibt - -benitrat0r_2019_win: - image: "//pr0gramm.com/media/badges/benitrator-win.png" - description: "Hat im März 2019 nach X Drehs X Benis gewonnen - 31. Mär 2019" - link: //pr0gramm.com/top/3084263 -benitrat0r_2019_lose: - image: "//pr0gramm.com/media/badges/benitrator-lose.png" - description: "Hat im März 2019 nach X Drehs X Benis verzockt - 31. Mär 2019" - link: //pr0gramm.com/top/3084263 - -reinlad: - image: "//pr0gramm.com/media/badges/paint-silver.png" - description: "Hat am 1. April 2019 einen Reinlad erstellt - 1. Apr 2019" - link: //pr0gramm.com/top/3121461 -profi_reinlad: - image: "//pr0gramm.com/media/badges/paint-gold.png" - description: "Hat am 1. April 2019 einen Profi Reinlad erstellt - 1. Apr 2019" - link: //pr0gramm.com/top/3121461 - -krebs_spende_2019: - image: "//pr0gramm.com/media/badges/krebs-donation-2019.png" - description: "Hat 2019 gegen Krebs gespendet - 2. Apr 2019" - link: //pr0gramm.com/top/krebsspende -good_noodle: - image: "//pr0gramm.com/media/badges/good-noodle.png" - description: "Ist eine gute Nudel und hat 2020 etwas Gutes getan - 27. Mär 2020" - link: //pr0gramm.com/top/3770179 - -benitrator20_win: - image: "//pr0gramm.com/media/badges/benitrator-2020-win.png" - description: "Hat im März 2020 nach X Drehs X Benis gewonnen - 31. Mär 2020" - link: //pr0gramm.com/top/3770179 -benitrator20_lose: - image: "//pr0gramm.com/media/badges/benitrator-2020-lose.png" - description: "Hat im März 2020 nach X Drehs X Benis verzockt - 31. Mär 2020" - link: //pr0gramm.com/top/3770179 - -pr0rona_mask: - image: "//pr0gramm.com/media/badges/pr0rona-mask.png" - description: "Hat sich am 1. April 2020 nicht mit pr0rona infiziert - 1. Apr 2020" - link: //pr0gramm.com/user/pr0gramm/uploads/nachrichtenpr0gramm -pr0rona_globuli: - image: "//pr0gramm.com/media/badges/pr0rona-globuli.png" - description: "Hat sich am 1. April 2020 mit pr0rona infiziert und wurde geheilt - 1. Apr 2020" - link: //pr0gramm.com/user/pr0gramm/uploads/nachrichtenpr0gramm -pr0rona_thermometer: - image: "//pr0gramm.com/media/badges/pr0rona-thermometer.png" - description: "Hat sich am 1. April 2020 mit pr0rona infiziert und muss mit den Folgen leben - 1. Apr 2020" - link: //pr0gramm.com/user/pr0gramm/uploads/nachrichtenpr0gramm -pr0rona_beer: - image: "//pr0gramm.com/media/badges/pr0rona-beer.png" - description: "Hat am 1. April 2020 mehr als 100 Rollen Klopapier gehortet - 1. Apr 2020" - link: //pr0gramm.com/user/pr0gramm/uploads/nachrichtenpr0gramm -pr0rona_toiletpaper: - image: "//pr0gramm.com/media/badges/pr0rona-toiletpaper.png" - description: "Hat am 1. April 2020 mehr als 1000 Liter Bier gehortet - 1. Apr 2020" - link: //pr0gramm.com/user/pr0gramm/uploads/nachrichtenpr0gramm -backpack: - image: "//pr0gramm.com/media/badges/backpack.png" - description: "XxKlopapier - 2. Apr 2020 " - link: //pr0gramm.com/top/3793877 - -donation_2021: - image: "//pr0gramm.com/media/badges/donation-2021.png" - description: "Hat sich mit seiner Spende im März 2021 am 1. Mio. Meilestein beteiligt - 31. Mär 2021" - link: //pr0gramm.com/top/4482775 - -casino_winner: - image: "//pr0gramm.com/media/badges/casino-winner.png" - description: "Hat im CASINO PR0YALE X Credits / X Benis gewonnen - 31. Mär 2021" - link: //pr0gramm.com/top/4467685 -casino_loser: - image: "//pr0gramm.com/media/badges/casino-loser.png" - description: "Die Bank gewinnt immer. X Credits / X Benis im CASINO PR0YALE verzockt - 31. Mär 2021" - link: //pr0gramm.com/top/4467685 -casino_jackpot: - image: "//pr0gramm.com/media/badges/casino-jackpot.png" - description: "Jackpott - 31. Mär 2021" - link: //pr0gramm.com/top/4467685 -casino_king: - image: "//pr0gramm.com/media/badges/casino-king.png" - description: "Casino King - 31. Mär 2021" - link: //pr0gramm.com/top/4467685 -casino_roulette: - image: "//pr0gramm.com/media/badges/casino-roulette.png" - description: "Roulette - 31. Mär 2021" - link: //pr0gramm.com/top/4467685 -casino_gewinnertyp: - image: "//pr0gramm.com/media/badges/casino-gewinnertyp.png" - description: "Gewinnertyp - 31. Mär 2021" - link: //pr0gramm.com/top/4467685 -casino_hooker: - image: "//pr0gramm.com/media/badges/casino-hooker.png" - description: "Blackjack and Hookers - 31. Mär 2021" - link: //pr0gramm.com/top/4467685 - -stonks_gain: - image: "//pr0gramm.com/media/badges/stonks-gain.png" - description: "Hat am Stonk-Market X BNS gewonnen - 1. Apr 2021" - link: //pr0gramm.com/top/4484835 -stonks_crash: - image: "//pr0gramm.com/media/badges/stonks-crash.png" - description: "Hat am Stonk-Market X BNS verzockt - 1. Apr 2021" - link: //pr0gramm.com/top/4484835 -stonks_diamond_paws: - image: "//pr0gramm.com/media/badges/stonks-diamond-paws.png" - description: "Hat X $KDSE gekauft und bis zum Schluss gehalten - 1. Apr 2021" - link: //pr0gramm.com/top/4484835 -stonks_jrmy: - image: "//pr0gramm.com/media/badges/stonks-jrmy.png" - description: "Hat X $JRMY für durchschnittlich X BNS gekauft - 1. Apr 2021" - link: //pr0gramm.com/top/4489326 diff --git a/_includes/badge-entry.html b/_includes/badge-entry.html deleted file mode 100644 index d38d401..0000000 --- a/_includes/badge-entry.html +++ /dev/null @@ -1,4 +0,0 @@ -
  • - - {{ include.badge.description }} -
  • \ No newline at end of file diff --git a/_includes/color-table.html b/_includes/color-table.html deleted file mode 100644 index 8c13ac9..0000000 --- a/_includes/color-table.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - {%- for color in include.colors -%} - - - - - - - {%- endfor -%} - -
    FarbcodeVorschauNameAndere Formate
    #{{ color.color }}#{{ color.color }}{{ color.name }}Formate
    \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 83c84ed..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,53 +0,0 @@ - diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 3ef79da..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - - - - - - diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index cfe381f..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,27 +0,0 @@ - diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index e4ab96f..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - {% include head.html %} - - - - {% include header.html %} - -
    -
    - {{ content }} -
    -
    - - {% include footer.html %} - - - - diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 74c1a11..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default ---- -
    - -
    -

    {{ page.title }}

    -
    - -
    - {{ content }} -
    - -
    diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index a2b4e52..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: default ---- -
    - -
    -

    {{ page.title }}

    - -
    - -
    - {{ content }} -
    - -
    diff --git a/_posts/2015-05-28-Desktop-Benachrichtigungen.md b/_posts/2015-05-28-Desktop-Benachrichtigungen.md deleted file mode 100644 index 4b84067..0000000 --- a/_posts/2015-05-28-Desktop-Benachrichtigungen.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: "Desktop-Benachrichtigungen" -categories: - - userscript - - installable -author: koma -presented: 806704 -link: https://greasyfork.org/de/scripts/9984-pr0gramm-desktop-notification ---- - -Tab gerade nicht im Vordergrund und eine Nachricht bekommen? Dieses Skript sagt dir Bescheid! diff --git a/_posts/2015-05-28-Diashow.md b/_posts/2015-05-28-Diashow.md deleted file mode 100644 index ac24da1..0000000 --- a/_posts/2015-05-28-Diashow.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: "Diashow" -categories: - - userscript - - installable -author: CaptnUrMom -presented: 286521 -link: https://greasyfork.org/scripts/4409-pr0grammsurfer ---- - -Macht das pr0gramm per Knopfdruck zur Diashow. diff --git a/_posts/2015-05-28-Eckdaten.md b/_posts/2015-05-28-Eckdaten.md deleted file mode 100644 index 0f2f10a..0000000 --- a/_posts/2015-05-28-Eckdaten.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: "Textpost-Eckdaten" -categories: - - website -author: holzmaster -presented: -link: eckdaten/ ---- - -Die wichtigsten Daten für textreiche Posts. Farben, Größen, Titel usw. diff --git a/_posts/2015-05-28-ExtendedBenis-fuer-Kommentare.md b/_posts/2015-05-28-ExtendedBenis-fuer-Kommentare.md deleted file mode 100644 index 35661f9..0000000 --- a/_posts/2015-05-28-ExtendedBenis-fuer-Kommentare.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: "ExtendedBenis für Kommentare" -categories: - - userscript - - installable -author: holzmaster -presented: 643743 -link: //github.com/holzmaster/comment-mausfaul -code: //github.com/holzmaster/comment-mausfaul ---- - -Die Benis-Zahlen eines Kommentars direkt neben dem Username! diff --git a/_posts/2015-05-28-ExtendedBenis.md b/_posts/2015-05-28-ExtendedBenis.md deleted file mode 100644 index 9557516..0000000 --- a/_posts/2015-05-28-ExtendedBenis.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: post -title: "ExtendedBenis" -categories: - - userscript - - installable -author: vikenzor -presented: 643743 -link: //github.com/vikenemesh/ExtendedBenis -code: //github.com/vikenemesh/ExtendedBenis ---- - -- Zeigt einem die Up/Downvotes eines Bildes direkt unter der Beniszahl an. Mit einer art Progressbar. -- Ohne Skript: Über die Zahl hovern diff --git a/_posts/2015-05-28-Kommentar-Favoriten.md b/_posts/2015-05-28-Kommentar-Favoriten.md deleted file mode 100644 index 528b3c4..0000000 --- a/_posts/2015-05-28-Kommentar-Favoriten.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: "Kommentar-Favoriten" -categories: - - userscript - - installable -author: Mopsalarm -presented: 1059290 -link: //github.com/mopsalarm/pr0gramm-comments-userscript -code: //github.com/mopsalarm/pr0gramm-comments-userscript ---- - -Mit diesem Userscript kannst du Kommentare favorisieren und dir die Liste deiner favorisierten Kommentare angucken. diff --git a/_posts/2015-05-28-Linkvorschau.md b/_posts/2015-05-28-Linkvorschau.md deleted file mode 100644 index bcd7f8a..0000000 --- a/_posts/2015-05-28-Linkvorschau.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: "Linkvorschau" -categories: - - userscript - - installable -author: koma -presented: 803388 -link: //pr0gramm.com/new/803388 ---- - -Eine sexy Link-Preview, um den pr0gramm-Tab nicht unnötig verlassen zu müssen. diff --git a/_posts/2015-05-28-Reposts-Hervorheben.md b/_posts/2015-05-28-Reposts-Hervorheben.md deleted file mode 100644 index 3279c83..0000000 --- a/_posts/2015-05-28-Reposts-Hervorheben.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: "Reposts Hervorheben" -categories: - - userscript - - installable -author: Mopsalarm -presented: 1087510 -link: //github.com/mopsalarm/pr0gramm-reposts-userscript/raw/master/pr0gramm-reposts.user.js -code: //github.com/mopsalarm/pr0gramm-reposts-userscript ---- - -Wenn man am Sonntagabend noch etwas Langeweile hat... Hervorheben von reposts direkt im Feed. diff --git a/_posts/2015-05-28-SF-Status.md b/_posts/2015-05-28-SF-Status.md deleted file mode 100644 index 6aecf2f..0000000 --- a/_posts/2015-05-28-SF-Status.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: post -title: "SF-Status" -categories: - - userscript - - installable -author: holzmaster -presented: 643743 -link: //github.com/holzmaster/sf-status -code: //github.com/holzmaster/sf-status ---- - -Zeigt den Safe-For-Flag neben dem "Bild Googlen" an. - -![nsfw](https://i.imgur.com/c8hpMdt.png) -![nsfl](https://i.imgur.com/4WHYOPY.png) diff --git a/_posts/2015-05-28-Vertikale-Linien.md b/_posts/2015-05-28-Vertikale-Linien.md deleted file mode 100644 index 1dec68a..0000000 --- a/_posts/2015-05-28-Vertikale-Linien.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: post -title: "Vertikale Linien für die Kommentare" -categories: - - userstyle - - installable -author: holzmaster -presented: 545214 -link: //userstyles.org/styles/109047 -code: //userstyles.org/styles/109047 ---- - -Damit man nicht immer ["morgens um 5 halb besoffen den Kontext suchen"](http://pr0gramm.com/new/545214:comment2708437) muss. - -**Anmerkung:** Gibt es nun auch ohne Userstyle. Dieser Userstyle verändert nun nur noch die Linien. diff --git a/_posts/2015-05-28-VideoManager.md b/_posts/2015-05-28-VideoManager.md deleted file mode 100644 index 873f7d3..0000000 --- a/_posts/2015-05-28-VideoManager.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: "Video Manager" -categories: - - userscript - - installable -author: cRYPTOR -presented: 1083759 -link: //pr0gramm.com/new/1087510:comment6811039 ---- - -WEBMs per Hover pausieren und mit Scrollen spulen. diff --git a/_posts/2015-05-28-Zentriertes-pr0gramm.md b/_posts/2015-05-28-Zentriertes-pr0gramm.md deleted file mode 100644 index 7dad642..0000000 --- a/_posts/2015-05-28-Zentriertes-pr0gramm.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: post -title: "Zentriertes pr0gramm" -categories: - - userscript - - installable -author: trumpf -presented: 534136 -link: //www.sendspace.com/file/158k8g ---- - -Sorgt dafür, dass das pr0gramm vernünftig zentriert wird. Erleichtert das Leben von Autisten. - -**Anmerkung:** Wird lt. cha0s bald gefixt. \ No newline at end of file diff --git a/_posts/2015-05-28-pr0p0st.md b/_posts/2015-05-28-pr0p0st.md deleted file mode 100644 index 0654405..0000000 --- a/_posts/2015-05-28-pr0p0st.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: "pr0p0st" -categories: - - tool - - website -author: - - retro -presented: 1075795 -link: https://retropr0.github.io/pr0p0st/html/ ---- - -Hiermit kannst du Posts direkt in deinem Brauser erstellen, ohne versehentlich falsche Farben zu verwenden. diff --git a/_posts/2015-05-28-pr0verter.md b/_posts/2015-05-28-pr0verter.md deleted file mode 100644 index 77ca896..0000000 --- a/_posts/2015-05-28-pr0verter.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: "pr0verter" -categories: - - website -author: Kabel2 -presented: 781429 -link: http://pr0verter.de ---- - -Wandelt Deine Videos ins WebM Format um. diff --git a/_posts/2015-05-28-rep0st.md b/_posts/2015-05-28-rep0st.md deleted file mode 100644 index e8361b2..0000000 --- a/_posts/2015-05-28-rep0st.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: post -title: "rep0st" -categories: - - tool - - website -author: - - Rene8888 - - Mopsalarm -presented: 613715 -link: http://rep0st.rene8888.at -code: //github.com/ReneHollander/rep0st ---- - -Repost-Prävention leicht gemacht! diff --git a/_posts/2016-01-08-Colorpicker.md b/_posts/2016-01-08-Colorpicker.md deleted file mode 100644 index f768a9f..0000000 --- a/_posts/2016-01-08-Colorpicker.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: "Colorpicker" -categories: - - userscript - - installable -author: N0ui -presented: 1105931 -link: //raw.githubusercontent.com/N0ui/pr0gramm-color-picker/master/pcp.user.js -code: //github.com/N0ui/pr0gramm-color-picker ---- - -Mit diesem Userscript kann man die Farben des pr0gramms frei einstellen (mehr Infos im Post zum Skript). diff --git a/_posts/2016-05-22-pr0kular.md b/_posts/2016-05-22-pr0kular.md deleted file mode 100644 index 91fc719..0000000 --- a/_posts/2016-05-22-pr0kular.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: "pr0kular" -categories: - - tool - - website -author: - - pr0stats -presented: 1331669 -link: http://pr0kular.herokuapp.com/ ---- - -Über das pr0kular lassen sich besten Uploads (auch eines Users) ansehen und zeitlich filtern \ No newline at end of file diff --git a/_posts/2016-05-22-pr0stats.md b/_posts/2016-05-22-pr0stats.md deleted file mode 100644 index 3135cd4..0000000 --- a/_posts/2016-05-22-pr0stats.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: "pr0stats" -categories: - - website -author: - - pr0stats -presented: 219259 -link: https://pr0stats.github.io/ ---- - -pr0stats sammelt Daten über das pr0gramm und erstellt hieraus Analysen, Statistiken und Diagramme diff --git a/_posts/2016-10-26-Reply-Hover.md b/_posts/2016-10-26-Reply-Hover.md deleted file mode 100644 index dcd6631..0000000 --- a/_posts/2016-10-26-Reply-Hover.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: post -title: "Reply-Hover" -categories: - - userscript - - installable -author: holzmaster -presented: 1576602 -link: //github.com/holzmaster/reply-hover -code: //github.com/holzmaster/reply-hover ---- - -Antwort-Kommentar via Hover. -Beim Hovern über den Pfeil - -![Vorschau 0](https://holzmaster.github.io/reply-hover/img/preview-1.png) - -Beim Klick auf den Pfeil landet man bei dem Kommentar. diff --git a/_posts/2017-01-03-Telegram-Bot.md b/_posts/2017-01-03-Telegram-Bot.md deleted file mode 100644 index 4260df3..0000000 --- a/_posts/2017-01-03-Telegram-Bot.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: "pr0gramm Telegram-Bot" -categories: - - application -author: albert -presented: 1694800 -link: //pr0gramm.com/new/1694800 ---- - -Ein Inline-Telegram-Bot, um leicht pr0rgamm-Bilder in Telegram zu posten. diff --git a/_posts/2017-01-03-pr0grid.md b/_posts/2017-01-03-pr0grid.md deleted file mode 100644 index 3741961..0000000 --- a/_posts/2017-01-03-pr0grid.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: "pr0grid" -categories: - - anwendung - - installable -author: Green70ad -presented: 1642797 -link: //pr0gramm.com/new/1642797:comment12143878 ---- - -Das pr0gramm via App steuern, als Anwendung für die Roccat PC Power-Grid. diff --git a/_posts/2017-04-22-pr0texter.md b/_posts/2017-04-22-pr0texter.md deleted file mode 100644 index fa45b24..0000000 --- a/_posts/2017-04-22-pr0texter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: "pr0texter" -categories: - - tool - - website -author: - - ZungeWegIchFurz -presented: 1881006 -link: http://pr0texter.com ---- - -"Es ist wieder an der Zeit, unser pr0 ein bisschen schöner zu machen! Daher dieses kleine Tool inkl. Rechtscheibg0revermeidung, damit ihr entspannt pr0 Stories erstellen könnt, ohne Euch mit irgendwelchen Grafikprogrammen herumschlagen zu müssen. Generiert wird ein jpg mit einer Breite von 1052px. Alles geschieht frontendseitig, keine Bilder/Stories werden gespeichert. Bilder können nur von lokal eingefügt werden. Wenn ihr Bilder von einer URL einfügt, werden diese nicht generiert." diff --git a/_posts/2017-12-19-ProTagFilter.md b/_posts/2017-12-19-ProTagFilter.md deleted file mode 100644 index e1c2bd3..0000000 --- a/_posts/2017-12-19-ProTagFilter.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: post -title: "ProTagFilter" -categories: - - userscript -author: ioPr0Skill -presented: 2282883 -link: //github.com/pr0Skill/ProTagFilter/blob/master/ProTagFilter.js -code: //github.com/pr0Skill/ProTagFilter ---- - -Es Ermöglicht das automatische überspringen bzw downvoten anhand bestimmter Tags und ihrer jeweiligen Gewichtung. - -```javascript -var ignoreTags = [{ - tag: 'repost', // wer mag schon reposts? - downvote: true, // automatisch runter Voten? - skip: false, // überspringen - confidenceThreshold: 0.85 // ab welcher confidence ( > mehr upvots < weniger ) -}]; -``` \ No newline at end of file diff --git a/_posts/2018-04-16-pr0-mm-webhook.md b/_posts/2018-04-16-pr0-mm-webhook.md deleted file mode 100644 index 8999e21..0000000 --- a/_posts/2018-04-16-pr0-mm-webhook.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: post -title: "pr0 Mattermost Webhook" -categories: - - userscript - - application -author: Robinatus -presented: -link: //github.com/Robinatus/pr0_mm_webhook -code: //github.com/Robinatus/pr0_mm_webhook ---- - -Postet automatisiert in einem angegebenen Intervall die neusten Posts über einen Mattermost Incoming Webhook. - -![Vorschau 0](https://i.imgur.com/G4etSMM.png) diff --git a/_posts/2018-05-04-Selfmade_M0d.md b/_posts/2018-05-04-Selfmade_M0d.md deleted file mode 100644 index f225bb7..0000000 --- a/_posts/2018-05-04-Selfmade_M0d.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: post -title: "Selfmade M0d" -categories: - - userscript - - installable -author: Frubi -presented: 2252696 -link: //github.com/Frubi22/selfmade_m0d/raw/master/dist/bundle.user.js -code: //github.com/Frubi22/selfmade_m0d ---- - -Selfmade M0d -- Blockiere Posts anhand der Tags, des Uploaders, anhand der Wertung oder des Ranges des Uploaders. -- Blockiere Kommentare anhand der Wörter, des Uploaders oder der Wertung. -- Kürze zu lange Kommentare. -- Gehe automatisch zum nächsten Bild nachdem du per Tastatur gevotet hast. -- Benutze neue Shortcuts um die Seite mit der Tastatur zu bedienen. -- Aktiviere und Deaktiviere das Addon ganz einfach über einen Filter Eintrag oder über ein Shortcut. diff --git a/_posts/2018-09-16-pr0p0ll.md b/_posts/2018-09-16-pr0p0ll.md deleted file mode 100644 index bc18673..0000000 --- a/_posts/2018-09-16-pr0p0ll.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: post -title: "pr0p0ll" -categories: -- tool -- website -author: -- RundesBalli -presented: 2161648 -link: //pr0p0ll.com ---- - -pr0p0ll ist die Umfrageplattform nur für pr0grammer. -Erstell deine eigenen Umfragen und befrag die Community! diff --git a/_posts/2019-03-12-p0weruser.md b/_posts/2019-03-12-p0weruser.md deleted file mode 100644 index ec7d39a..0000000 --- a/_posts/2019-03-12-p0weruser.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: post -title: "p0weruser" -categories: - - userscript - - installable -author: - - PoTTii - - FlorianMaak -link: //scarwolf.github.io/p0weruser/p0weruser.user.js -code: //github.com/Scarwolf/p0weruser ---- - -- Addon-Settings -- Repost-Highlight -- Widescreen mode -- Current benis in header -- Notification Center -- Advanced Comments -- Desktop Notifications -- Filter-Labels -- TinEye Imagesearch -- Integration of Rene8888s repost-check -- Automated text recognition -- Integration of [pr0p0ll.com](https://pr0p0ll.com) -- Mark viewed posts -- Anonymous Title - -Das ursprüngliche p0weruser-Skript von FlorianMaak wird nicht mehr gewartet und befindet sich [hier](https://github.com/FlorianMaak/p0weruser). Mehr Infos dazu findest du [hier](https://pr0gramm.com/new/3887709). diff --git a/_posts/2019-04-06-reinlad.md b/_posts/2019-04-06-reinlad.md deleted file mode 100644 index 1176064..0000000 --- a/_posts/2019-04-06-reinlad.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: post -title: "Reinlad" -categories: - - userscript - - installable -author: erdbaer -link: //erdbeere.github.io/reinlad/userscript.js -code: //github.com/erdbeere/reinlad ---- - - Reinlad -- Holt den Reinlad Editor vom 1. April 2019 einen Tag pro Woche zurück -- Beinhaltet einen c0mmunity-Reinlader diff --git a/_posts/2019-04-16-pr0-tv.md b/_posts/2019-04-16-pr0-tv.md deleted file mode 100644 index 655b649..0000000 --- a/_posts/2019-04-16-pr0-tv.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: post -title: "Pr0-TV" -categories: - - userscript - - installable -author: TheShad0w -link: //github.com/pr0-dev/pr0-tv/raw/master/pr0-tv.user.js -code: //github.com/pr0-dev/pr0-tv ---- - -Pr0 TV -- Bringt pr0gramm TV als feature zurück -- Einfache Bedienung durch Numpad und Nummerntasten -- Originales Layout und on-screen Fernbedienung diff --git a/_posts/2019-05-11-pr0p0ll-viewer.md b/_posts/2019-05-11-pr0p0ll-viewer.md deleted file mode 100644 index 89390c5..0000000 --- a/_posts/2019-05-11-pr0p0ll-viewer.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: "pr0p0ll-Viewer" -categories: -- tool -- website -author: -- PoTTii -presented: 3083479 -link: //scarwolf.github.io/pr0p0ll-viewer/ ---- - -Mit dem pr0p0ll-Viewer kannst du in unter 10 Sekunden pr0p0ll-Umfragen auswerten und einen fertigen Screenshot zum hochladen auf das pr0gramm herunterladen. diff --git a/_posts/2020-04-29-pr0tools.md b/_posts/2020-04-29-pr0tools.md deleted file mode 100644 index 8344005..0000000 --- a/_posts/2020-04-29-pr0tools.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: "pr0tools" -categories: -- tool -- website -author: -- RundesBalli -presented: 3273333 -link: //pr0.tools ---- - -pr0tools ist eine Aufstellung vieler nützlicher Tools und Links für unser pr0gramm. Vom pr0verter über den pr0texter bis hin zur Badewannen-Norm ist alles dabei. diff --git a/_posts/2020-07-24-pr0cinga.md b/_posts/2020-07-24-pr0cinga.md deleted file mode 100644 index 1f9d1ba..0000000 --- a/_posts/2020-07-24-pr0cinga.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: post -title: "pr0cinga" -categories: -- monitoring -- theme -author: -- thec0der -presented: 3587597 -link: //codeberg.org/thec0der/pr0cinga ---- - -pr0cinga ist ein alternatives Theme für die WebGUI der Monitoring-Software Icinga2 (IcingaWeb). -Es ersetzt die hellen und grellen Standardfarben gegen die klassischen Farben des pr0 und ermöglicht dadurch ein wesentlich angenehmeres Arbeiten. diff --git a/_posts/2021-06-05-wide-pr0.md b/_posts/2021-06-05-wide-pr0.md deleted file mode 100644 index ac056b1..0000000 --- a/_posts/2021-06-05-wide-pr0.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: "wide pr0" -categories: - - userscript -author: HammerHerbert -presented: 4599860 -link: //github.com/kb-elmo/widepr0 -code: //github.com/kb-elmo/widepr0 ---- -Macht, dass das pr0gramm die volle Breite des Bildschirms verwendet. Ohne Gedöns. Werbung bleibt da. diff --git a/_sass/_base.scss b/_sass/_base.scss deleted file mode 100644 index 578a7f5..0000000 --- a/_sass/_base.scss +++ /dev/null @@ -1,195 +0,0 @@ -/** - * Reset some basic elements - */ -body, h1, h2, h3, h4, h5, h6, -p, blockquote, pre, hr, -dl, dd, ol, ul, figure { - margin: 0; - padding: 0; -} - - - -/** - * Basic styling - */ -body { - font-family: $base-font-family; - font-size: $base-font-size; - line-height: $base-line-height; - font-weight: 300; - color: $text-color; - background-color: $background-color; - -webkit-text-size-adjust: 100%; -} - - - -/** - * Set `margin-bottom` to maintain vertical rhythm - */ -h1, h2, h3, h4, h5, h6, -p, blockquote, pre, -ul, ol, dl, figure, -%vertical-rhythm { - margin-bottom: $spacing-unit / 2; -} - - - -/** - * Images - */ -img { - max-width: 100%; - vertical-align: middle; -} - - - -/** - * Figures - */ -figure > img { - display: block; -} - -figcaption { - font-size: $small-font-size; -} - -li { - > ul, - > ol { - margin-bottom: 0; - } -} - - - -/** - * Headings - */ -h1, h2, h3, h4, h5, h6 { - font-weight: 300; -} - - - -/** - * Links - */ -a { - color: $brand-color; - text-decoration: none; - - &:visited { - color: darken($brand-color, 15%); - } - - &:hover { - color: $text-color; - text-decoration: none; - } -} - - - -/** - * Blockquotes - */ -blockquote { - color: $grey-color; - border-left: 4px solid $grey-color-light; - padding-left: $spacing-unit / 2; - font-size: 18px; - letter-spacing: -1px; - font-style: italic; - - > :last-child { - margin-bottom: 0; - } -} - - - -/** - * Code formatting - */ -pre, -code { - font-size: 12px; - border: 1px solid $grey-color-light; - border-radius: 3px; - background-color: #222; -} - -code { - padding: 1px 5px; -} - -pre { - padding: 8px 12px; - overflow-x: scroll; - - > code { - border: 0; - padding-right: 0; - padding-left: 0; - } -} - - - -/** - * Wrapper - */ -.wrapper { - max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2)); - max-width: calc(#{$content-width} - (#{$spacing-unit} * 2)); - margin-right: auto; - margin-left: auto; - padding-right: $spacing-unit; - padding-left: $spacing-unit; - @extend %clearfix; - - @include media-query($on-laptop) { - max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit})); - max-width: calc(#{$content-width} - (#{$spacing-unit})); - padding-right: $spacing-unit / 2; - padding-left: $spacing-unit / 2; - } -} - - - -/** - * Clearfix - */ -%clearfix { - - &:after { - content: ""; - display: table; - clear: both; - } -} - - - -/** - * Icons - */ -.icon { - - > svg { - display: inline-block; - width: 16px; - height: 16px; - vertical-align: middle; - - path { - fill: $grey-color; - } - } -} diff --git a/_sass/_layout.scss b/_sass/_layout.scss deleted file mode 100644 index e89000b..0000000 --- a/_sass/_layout.scss +++ /dev/null @@ -1,243 +0,0 @@ -/** - * Site header - */ -.site-header { - border-top: 5px solid $grey-color-dark; - border-bottom: 1px solid $grey-color-light; - min-height: 56px; - - // Positioning context for the mobile navigation icon - position: relative; - - background-color: $pr0-header-background; -} - -.site-header a:hover { - color: $pr0-color; -} - -.site-title { - font-size: 26px; - line-height: 56px; - letter-spacing: -1px; - margin-bottom: 0; - float: left; - - &, - &:visited { - color: $pr0-color; - } -} - -.site-nav { - float: right; - line-height: 56px; - - .menu-icon { - display: none; - } - - .page-link { - color: $text-color; - line-height: $base-line-height; - - // Gaps between nav items, but not on the first one - &:not(:first-child) { - margin-left: 20px; - } - } - - @include media-query($on-palm) { - position: absolute; - top: 9px; - right: 30px; - background-color: $background-color; - border: 1px solid $grey-color-light; - border-radius: 5px; - text-align: right; - - .menu-icon { - display: block; - float: right; - width: 36px; - height: 26px; - line-height: 0; - padding-top: 10px; - text-align: center; - - > svg { - width: 18px; - height: 15px; - - path { - fill: $grey-color-dark; - } - } - } - - .trigger { - clear: both; - display: none; - } - - &:hover .trigger { - display: block; - padding-bottom: 5px; - } - - .page-link { - display: block; - padding: 5px 10px; - } - } -} - - - -/** - * Site footer - */ -.site-footer { - border-top: 1px solid $grey-color-light; - padding: $spacing-unit 0; - background: $footer-background; -} - -.footer-heading { - font-size: 18px; - margin-bottom: $spacing-unit / 2; -} - -.contact-list, -.social-media-list { - list-style: none; - margin-left: 0; -} - -.footer-col-wrapper { - font-size: 15px; - color: $grey-color; - margin-left: -$spacing-unit / 2; - @extend %clearfix; -} - -.footer-col { - float: left; - margin-bottom: $spacing-unit / 2; - padding-left: $spacing-unit / 2; -} - -.footer-col-1 { - width: -webkit-calc(35% - (#{$spacing-unit} / 2)); - width: calc(35% - (#{$spacing-unit} / 2)); -} - -.footer-col-2 { - width: -webkit-calc(20% - (#{$spacing-unit} / 2)); - width: calc(20% - (#{$spacing-unit} / 2)); -} - -.footer-col-3 { - width: -webkit-calc(45% - (#{$spacing-unit} / 2)); - width: calc(45% - (#{$spacing-unit} / 2)); -} - -@include media-query($on-laptop) { - .footer-col-1, - .footer-col-2 { - width: -webkit-calc(50% - (#{$spacing-unit} / 2)); - width: calc(50% - (#{$spacing-unit} / 2)); - } - - .footer-col-3 { - width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); - } -} - -@include media-query($on-palm) { - .footer-col { - float: none; - width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); - } -} - - - -/** - * Page content - */ -.page-content { - padding: $spacing-unit 0; -} - -.page-heading { - font-size: 20px; -} - -.post-list { - margin-left: 0; - list-style: none; - - > li { - margin-bottom: $spacing-unit; - } -} - -.post-meta { - font-size: $small-font-size; - color: $grey-color; -} - -.post-link { - display: block; - font-size: 24px; -} - - - -/** - * Posts - */ -.post-header { - margin-bottom: $spacing-unit; -} - -.post-title { - font-size: 42px; - letter-spacing: -1px; - line-height: 1; - - @include media-query($on-laptop) { - font-size: 36px; - } -} - -.post-content { - margin-bottom: $spacing-unit; - - h2 { - font-size: 32px; - - @include media-query($on-laptop) { - font-size: 28px; - } - } - - h3 { - font-size: 26px; - - @include media-query($on-laptop) { - font-size: 22px; - } - } - - h4 { - font-size: 20px; - - @include media-query($on-laptop) { - font-size: 18px; - } - } -} diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss deleted file mode 100644 index e36627d..0000000 --- a/_sass/_syntax-highlighting.scss +++ /dev/null @@ -1,67 +0,0 @@ -/** - * Syntax highlighting styles - */ -.highlight { - background: #fff; - @extend %vertical-rhythm; - - .c { color: #998; font-style: italic } // Comment - .err { color: #a61717; background-color: #e3d2d2 } // Error - .k { font-weight: bold } // Keyword - .o { font-weight: bold } // Operator - .cm { color: #998; font-style: italic } // Comment.Multiline - .cp { color: #999; font-weight: bold } // Comment.Preproc - .c1 { color: #998; font-style: italic } // Comment.Single - .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special - .gd { color: #000; background-color: #fdd } // Generic.Deleted - .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific - .ge { font-style: italic } // Generic.Emph - .gr { color: #a00 } // Generic.Error - .gh { color: #999 } // Generic.Heading - .gi { color: #000; background-color: #dfd } // Generic.Inserted - .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific - .go { color: #888 } // Generic.Output - .gp { color: #555 } // Generic.Prompt - .gs { font-weight: bold } // Generic.Strong - .gu { color: #aaa } // Generic.Subheading - .gt { color: #a00 } // Generic.Traceback - .kc { font-weight: bold } // Keyword.Constant - .kd { font-weight: bold } // Keyword.Declaration - .kp { font-weight: bold } // Keyword.Pseudo - .kr { font-weight: bold } // Keyword.Reserved - .kt { color: #458; font-weight: bold } // Keyword.Type - .m { color: #099 } // Literal.Number - .s { color: #d14 } // Literal.String - .na { color: #008080 } // Name.Attribute - .nb { color: #0086B3 } // Name.Builtin - .nc { color: #458; font-weight: bold } // Name.Class - .no { color: #008080 } // Name.Constant - .ni { color: #800080 } // Name.Entity - .ne { color: #900; font-weight: bold } // Name.Exception - .nf { color: #900; font-weight: bold } // Name.Function - .nn { color: #555 } // Name.Namespace - .nt { color: #000080 } // Name.Tag - .nv { color: #008080 } // Name.Variable - .ow { font-weight: bold } // Operator.Word - .w { color: #bbb } // Text.Whitespace - .mf { color: #099 } // Literal.Number.Float - .mh { color: #099 } // Literal.Number.Hex - .mi { color: #099 } // Literal.Number.Integer - .mo { color: #099 } // Literal.Number.Oct - .sb { color: #d14 } // Literal.String.Backtick - .sc { color: #d14 } // Literal.String.Char - .sd { color: #d14 } // Literal.String.Doc - .s2 { color: #d14 } // Literal.String.Double - .se { color: #d14 } // Literal.String.Escape - .sh { color: #d14 } // Literal.String.Heredoc - .si { color: #d14 } // Literal.String.Interpol - .sx { color: #d14 } // Literal.String.Other - .sr { color: #009926 } // Literal.String.Regex - .s1 { color: #d14 } // Literal.String.Single - .ss { color: #990073 } // Literal.String.Symbol - .bp { color: #999 } // Name.Builtin.Pseudo - .vc { color: #008080 } // Name.Variable.Class - .vg { color: #008080 } // Name.Variable.Global - .vi { color: #008080 } // Name.Variable.Instance - .il { color: #099 } // Literal.Number.Integer.Long -} diff --git a/about.md b/about.md deleted file mode 100644 index 7f4b071..0000000 --- a/about.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: page -title: Über -permalink: /about/ ---- - -Die Userscripts, Plugins, Userstyles und Tools werden alle von unterschiedlichen Entwicklern gewartet und weiterentwickelt. Solltest Du ein Anliegen bezüglich eines dieser Dinge haben, schreibe am Besten den Entwickler davon direkt an. Wenn du pr0grammieren kannst, steht dir bei vielen Plugins auch die Möglichkeit offen, zum Beispiel über GitHub einen Pull-Request zu stellen und selbst Hand anzulegen. - -**Du hast ein neues Skript/Tool/Plugin/Style? Mach einfach einen Pull-Request oder schreibe mir eine PN mit dem Link.** - -Diese Webseite wird auf GitHub via Jekyll gehostet und kann von Jedem verändert und ergänzt werden. diff --git a/css/main.scss b/css/main.scss deleted file mode 100644 index c8ebb3b..0000000 --- a/css/main.scss +++ /dev/null @@ -1,279 +0,0 @@ ---- ---- -@charset "utf-8"; - -// Our variables -$base-font-family: sans-serif, Helvetica, Arial; -$base-font-size: 14px; -$small-font-size: $base-font-size * 0.875; -$base-line-height: 1.3; - -$spacing-unit: 30px; - -$text-color: #f2f5f4; -$background-color: #161618; -$brand-color: #75c0c7; -$pr0-color: #ee4d2e; -$pr0-header-background: rgba(0, 0, 0, 0.8); -$pr0-headlink: #f5f7f6; -$article-background: #0a0a0b; -$article-background-links: #0e0e0f; -$hightlight-background: #222; - -$footer-background: $article-background-links; - -$grey-color: #666; -$grey-color-light: rgba(0, 0, 0, 0);/* lighten($grey-color, 40%); */ -$grey-color-dark: darken($grey-color, 25%); - -// Width of the content area -$content-width: 800px; - -$on-palm: 600px; -$on-laptop: 800px; -$post-padding: 20px; -$post-padding-negative: -20px; - -@mixin media-query($device) { - @media screen and (max-width: $device) { - @content; - } -} - - -// Import partials from `sass_dir` (defaults to `_sass`) -@import - "base", - "layout", - "syntax-highlighting" -; - -body { - font-weight: normal; -} - -.icon--pr0gramm > img { - width: 16px; - height: 16px; -} - -article h2 { - /* text-transform: uppercase; */ -} -article h2 > small { - text-transform: none; - color: $grey-color; -} - -.site-title { - text-transform: uppercase; -} - -.site-header a { - color: $pr0-headlink; -} - - -.pr0-button { - font-weight: normal; - display: inline-block; - text-align: center; - padding: 8px 8px 6px; - margin: 0px; - color: $text-color; - cursor: pointer; - background-color: $pr0-color; - font-size: 12px; - &, - &:visited { - color: $text-color; - } - &:hover { - outline: medium none; - text-shadow: none; - color: #555; - background-color: #F5F7F6; - } -} - - -$pr0-schwuchtel: #ffffff; -$pr0-altschwuchtel: #5bb91c; -$pr0-mittelaltschwuchtel: #addc8d; -$pr0-neuschwuchtel: #e108e9; -$pr0-admin: #ff9900; -$pr0-gebannt: #444444; -$pr0-moderator: #008fff; -$pr0-altmoderator: #7fc7ff; -$pr0-ftb: #6c432b; -$pr0-legende: #1cb992; -$pr0-wichtel: #1cb992; -$pr0-spender: #1cb992; -$pr0-communityhelfer: #c52b2f; -$pr0-nutzerbot: #10366f; -$pr0-systembot: #ffc166; -$pr0-alt-helfer: #ea9fa1; - -$badge-color: #212121; - -.user:after { content: "●"; margin-left: 0.4em; } -.um0:after { color: $pr0-schwuchtel; } -.um1:after { color: $pr0-neuschwuchtel; } -.um2:after { color: $pr0-altschwuchtel; } -.um3:after { color: $pr0-admin; } -.um4:after { color: $pr0-gebannt; } -.um5:after { color: $pr0-moderator; } -.um6:after { color: $pr0-ftb; } -.um7:after { color: $pr0-legende; } -.um8:after { color: $pr0-wichtel; } -.um9:after { color: $pr0-spender; } -.um10:after { color: $pr0-mittelaltschwuchtel; } -.um11:after { color: $pr0-altmoderator; } -.um12:after { color: $pr0-communityhelfer; } -.um13:after { color: $pr0-nutzerbot; } -.um14:after { color: $pr0-systembot; } -.um15:after { color: $pr0-alt-helfer; } - -.badge { - color: #FFF; - padding: 1px 6px; - margin-left: 5px; - vertical-align: baseline; - text-transform: lowercase; - text-align: center; - font-weight: bold; - border-radius: 0.25em; - font-size: 12px; - background-color: $badge-color; -} - -article { - background-color: $article-background; - padding: $post-padding; -} - -article .links > a { - margin-right: 10px; -} - -.color-preview { - font-size: 12px; - font-family: monospace; -} - -.custom-dashed-list li { - list-style: none; - text-indent: -1.5em; - padding-left: 1.5em; - - &:before { - content: '– '; - } -} - -.badge-list-inline { - display: flex; - gap: 10px; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; - - .badge-list-item { - img { - max-width: 30px; - min-width: 30px; - } - } -} - -.post-list > li { - margin-bottom: 10px; -} -.post-list > li .links { - margin-left: $post-padding-negative; - margin-right: $post-padding-negative; - margin-bottom: $post-padding-negative; - padding: 10px 0 10px 0; - padding-left: $post-padding; - padding-right: $post-padding; - background-color: $article-background-links; -} - -.color-table { - width: 100%; - border-collapse: collapse; - - dt.color-preview-column { - text-align: right; - width: 80px; - } - .color-name-column { - width: 100%; - } - td.color-code-column { - text-align: right; - width: 85px; - } - td.format-column { - width: 120px; - } - - & tr > td:nth-child(2) { text-align: justify; } - & td { - border-bottom: 1px solid #161618; - padding: 1px 1px 2px 4px - } -} - -.herzlol { - color: $pr0-color; -} - -.highlight { - background: $hightlight-background; -} - -@mixin no-list-bullets { - list-style-type: none; -} - -section dl { - dt { margin-bottom: 5px; } - dd { - border-bottom: 1px solid #252525; - margin-bottom: 10px; - } -} - -section.badges { - dl.badge-list dt { - display: block; - - ul { - display: flex; - flex-direction: column; - gap: 10px; - - li { - display: flex; - align-items: center; - gap: 10px; - - .badge-preview { - min-width: 50px; - text-align: right; - - img[src$=".svg"] { - height: 27px; - } - } - .badge-description { - - } - } - } - } -} - -.team-rot { color: #c52b2f } -.team-blau { color: #337fd2 } diff --git a/developers.html b/developers.html deleted file mode 100644 index 13aee6c..0000000 --- a/developers.html +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: page -title: Entwickler -permalink: /developers/ ---- -
    - Du bist Entwickler und willst etwas für das pr0gramm entwickeln? - Hier findest to APIs, und Tools, die dir dabei helfen. -
    -
    -

    APIs

    - -
    -
    - Diese Pr0grammer haben bereits etwas für das pr0gramm entwickelt: -
      - {% for post in site.posts %} -
    • {{ post.title }} von {% if post.author %} - {% for auth in post.author %} - {{ auth }} - {% if forloop.rindex0 > 0 %} und {% endif %} - {% endfor %} - {% endif %}
    • - {% endfor %} -
    -
    diff --git a/eckdaten.html b/eckdaten.html deleted file mode 100644 index 0ea6650..0000000 --- a/eckdaten.html +++ /dev/null @@ -1,245 +0,0 @@ ---- -layout: default -title: Eckdaten -permalink: /eckdaten/ -user_titles: - - - name: Gebannt - css: um4 - color: 444444 - - - name: Fliesentisch - css: um6 - color: 6c432b - - - name: Neuschwuchtel - css: um1 - color: e108e9 - - - name: Schwuchtel - css: um0 - color: ffffff - - - name: Edler Spender - css: um9 - color: 1cb992 - - - name: Altschwuchtel - css: um2 - color: 5bb91c - - - name: Mittelaltschwuchtel - css: um10 - color: addc8d - - - name: Wichtel - css: um8 - color: c52b2f - - - name: Moderator - css: um5 - color: 008fff - - - name: Alt-Moderator - css: um11 - color: 7fc7ff - - - name: Administrator - css: um3 - color: ff9900 - - - name: System-Bot - css: um14 - color: ffc166 - - - name: Nutzer-Bot - css: um13 - color: 10366f - - - name: Lebende Legende - css: um7 - color: 1cb992 - - - name: Community-Helfer - css: um12 - color: c52b2f - - - name: Alt-Helfer - css: um15 - color: ea9fa1 - -pr0gramm_colors: - - - name: Richtiges Grau - color: 161618 - - - name: pr0gramm-Orange - color: ee4d2e - - - name: pr0gramm-Logo-Orange - color: d23c22 - - - name: "Standard-Schriftfarbe" - color: f2f5f4 - - - name: "Standard-Schriftfarbe (ausgegraut)" - color: 888888 - - - name: Linkfarbe - color: 75c0c7 - - - name: "\"IRGENDWAS DOOFES IST PASSIERT\"-Farbe" - color: fc8833 - - - name: "Alternative Hintergrundfarbe (cha0s-Grau)" - color: 212121 - - - name: Gelb vom pr0mium-Post - color: f7c516 - - - name: SFW-Grün - color: 5cb85c - - - name: NSFW-Orange - color: f0ad4e - - - name: NSFL-Rot - color: d9534f - - - name: pr0mium-Auswahlteile - color: 222222 - - - name: "Ehemalige Hintergrundfarbe der Kommentare" - color: 2a2e31 - - - name: "Altes pr0gramm <3" - color: ff0082 - -epische_farben: - - - name: "bewährtes Orange" - color: ee4d2e - - - name: "angenehmes Grün" - color: 1db992 - - - name: "Olivgrün des Friedens" - color: bfbc06 - - - name: "mega episches Blau" - color: 008fff - - - name: "altes Pink" - color: ff0082 - -farbenkrieg_2: - - - name: "Team Rotschwuchteln" - color: c52b2f - - - name: "Team Blauschwuchteln" - color: 337fd2 - - - name: "Team Blauschwuchteln, alternativ" - color: 444444 - -favicon: "//pr0gramm.com/media/pr0gramm-favicon.png" -favicon_old: "/userscripts/image/pr0gramm-favicon-old.ico" -dickbutt_highres: "/userscripts/image/dickbutt-highres.png" -svg: "//pr0gramm.com/media/pr0gramm.svg" -pict0gramm: "//pr0gramm.com/media/fonts/pict0gramm.ttf" -torrent: "//pr0gramm.com/new/776656" -header_image: "//pr0gramm.com/media/pr0gramm.png" -source_code: "//github.com/holzmaster/userscripts" -max_image_width: 1280px -max_image_width_source: "//pr0gramm.com/new/816940:comment4467489" -comment_font_size: 14px ---- -
    -

    Eckdaten für Textposts

    -

    Jetzt auch als Teil von pr0gramm: pr0gramm.com/upload-info

    -
    -
      -
    • -
      -

      Farben

      - {% include color-table.html colors=page.pr0gramm_colors %} -
      -
    • - -
    • -
      -

      Farb-Themes

      - {% include color-table.html colors=page.epische_farben %} -
      -
    • - -
    • -
      -

      Farbenkrieg 2.0

      - {% include color-table.html colors=page.farbenkrieg_2 %} -
      -
    • - -
    • -
      -

      Benutzertitel

      - {% include color-table.html colors=page.user_titles %} -
      -
    • - -
    • -
      -

      Schriften und Zeichen

      -
        -
      • Standard-Schriftarten: Sans-Serif (z. B. Helvetica oder Bitstream Vera Sans)
      • -
      • Schriftart des pr0gramm-Logos: Casper Bold
      • -
      • Schriftgröße Kommentare: {{ page.comment_font_size }}
      • -
      • Benutzer-Punkt zum Kopieren:
      • -
      • Font mit pr0gramm-Icons aka pict0gramm als ttf
      • -
      -
      -
    • - -
    • -
      -

      Badges

      -
      - {%- for badge in site.data.badges -%} - - {{ badge[0] }} - - {%- endfor -%} -
      -
      -
    • - -
    • - -
    • -
    • -
      -

      Sonstiges

      -
        -
      • IRC-Channel: #pr0gramm.com im Quakenet (kein NSFW/NSFL dort posten)
      • -
      • Post mit Torrent-Backup. Circa 498 GiB, Stand
      • -
      • Gewicht des Stahlofens: 80 kg
      • -
      • ¯\_(ツ)_/¯
      • -
      • Hässliche Unicode-Checkmarks: , ,
      • -
      • Admin-approved-Schreibweise: pr0gramm oder PR0GRAMM (alles andere ist falsch)
      • -
      • Quelltext dieser Webseite
      • -
      -
      -
    • -
    diff --git a/fonts/OpenSans-Bold-webfont.eot b/fonts/OpenSans-Bold-webfont.eot deleted file mode 100644 index e1c7674..0000000 Binary files a/fonts/OpenSans-Bold-webfont.eot and /dev/null differ diff --git a/fonts/OpenSans-Bold-webfont.svg b/fonts/OpenSans-Bold-webfont.svg deleted file mode 100644 index 364b368..0000000 --- a/fonts/OpenSans-Bold-webfont.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Digitized data copyright 20102011 Google Corporation -Foundry : Ascender Corporation -Foundry URL : httpwwwascendercorpcom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/OpenSans-Bold-webfont.ttf b/fonts/OpenSans-Bold-webfont.ttf deleted file mode 100644 index 2d94f06..0000000 Binary files a/fonts/OpenSans-Bold-webfont.ttf and /dev/null differ diff --git a/fonts/OpenSans-Bold-webfont.woff b/fonts/OpenSans-Bold-webfont.woff deleted file mode 100644 index cd86852..0000000 Binary files a/fonts/OpenSans-Bold-webfont.woff and /dev/null differ diff --git a/fonts/OpenSans-BoldItalic-webfont.eot b/fonts/OpenSans-BoldItalic-webfont.eot deleted file mode 100644 index f44ac9a..0000000 Binary files a/fonts/OpenSans-BoldItalic-webfont.eot and /dev/null differ diff --git a/fonts/OpenSans-BoldItalic-webfont.svg b/fonts/OpenSans-BoldItalic-webfont.svg deleted file mode 100644 index 8392240..0000000 --- a/fonts/OpenSans-BoldItalic-webfont.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Digitized data copyright 20102011 Google Corporation -Foundry : Ascender Corporation -Foundry URL : httpwwwascendercorpcom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/OpenSans-BoldItalic-webfont.ttf b/fonts/OpenSans-BoldItalic-webfont.ttf deleted file mode 100644 index f74e0e3..0000000 Binary files a/fonts/OpenSans-BoldItalic-webfont.ttf and /dev/null differ diff --git a/fonts/OpenSans-BoldItalic-webfont.woff b/fonts/OpenSans-BoldItalic-webfont.woff deleted file mode 100644 index f3248c1..0000000 Binary files a/fonts/OpenSans-BoldItalic-webfont.woff and /dev/null differ diff --git a/fonts/OpenSans-Italic-webfont.eot b/fonts/OpenSans-Italic-webfont.eot deleted file mode 100644 index 277c189..0000000 Binary files a/fonts/OpenSans-Italic-webfont.eot and /dev/null differ diff --git a/fonts/OpenSans-Italic-webfont.svg b/fonts/OpenSans-Italic-webfont.svg deleted file mode 100644 index 29c7497..0000000 --- a/fonts/OpenSans-Italic-webfont.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Digitized data copyright 20102011 Google Corporation -Foundry : Ascender Corporation -Foundry URL : httpwwwascendercorpcom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/OpenSans-Italic-webfont.ttf b/fonts/OpenSans-Italic-webfont.ttf deleted file mode 100644 index 63f187e..0000000 Binary files a/fonts/OpenSans-Italic-webfont.ttf and /dev/null differ diff --git a/fonts/OpenSans-Italic-webfont.woff b/fonts/OpenSans-Italic-webfont.woff deleted file mode 100644 index 469a29b..0000000 Binary files a/fonts/OpenSans-Italic-webfont.woff and /dev/null differ diff --git a/fonts/OpenSans-Light-webfont.eot b/fonts/OpenSans-Light-webfont.eot deleted file mode 100644 index 837daab..0000000 Binary files a/fonts/OpenSans-Light-webfont.eot and /dev/null differ diff --git a/fonts/OpenSans-Light-webfont.svg b/fonts/OpenSans-Light-webfont.svg deleted file mode 100644 index bdb6726..0000000 --- a/fonts/OpenSans-Light-webfont.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Digitized data copyright 20102011 Google Corporation -Foundry : Ascender Corporation -Foundry URL : httpwwwascendercorpcom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/OpenSans-Light-webfont.ttf b/fonts/OpenSans-Light-webfont.ttf deleted file mode 100644 index b50ef9d..0000000 Binary files a/fonts/OpenSans-Light-webfont.ttf and /dev/null differ diff --git a/fonts/OpenSans-Light-webfont.woff b/fonts/OpenSans-Light-webfont.woff deleted file mode 100644 index 99514d1..0000000 Binary files a/fonts/OpenSans-Light-webfont.woff and /dev/null differ diff --git a/fonts/OpenSans-LightItalic-webfont.eot b/fonts/OpenSans-LightItalic-webfont.eot deleted file mode 100644 index f0ebf2c..0000000 Binary files a/fonts/OpenSans-LightItalic-webfont.eot and /dev/null differ diff --git a/fonts/OpenSans-LightItalic-webfont.svg b/fonts/OpenSans-LightItalic-webfont.svg deleted file mode 100644 index 60765da..0000000 --- a/fonts/OpenSans-LightItalic-webfont.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Digitized data copyright 20102011 Google Corporation -Foundry : Ascender Corporation -Foundry URL : httpwwwascendercorpcom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/OpenSans-LightItalic-webfont.ttf b/fonts/OpenSans-LightItalic-webfont.ttf deleted file mode 100644 index 5898c8c..0000000 Binary files a/fonts/OpenSans-LightItalic-webfont.ttf and /dev/null differ diff --git a/fonts/OpenSans-LightItalic-webfont.woff b/fonts/OpenSans-LightItalic-webfont.woff deleted file mode 100644 index 9c978dc..0000000 Binary files a/fonts/OpenSans-LightItalic-webfont.woff and /dev/null differ diff --git a/fonts/OpenSans-Regular-webfont.eot b/fonts/OpenSans-Regular-webfont.eot deleted file mode 100644 index dd6fd2c..0000000 Binary files a/fonts/OpenSans-Regular-webfont.eot and /dev/null differ diff --git a/fonts/OpenSans-Regular-webfont.svg b/fonts/OpenSans-Regular-webfont.svg deleted file mode 100644 index 01038bb..0000000 --- a/fonts/OpenSans-Regular-webfont.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Digitized data copyright 20102011 Google Corporation -Foundry : Ascender Corporation -Foundry URL : httpwwwascendercorpcom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/OpenSans-Regular-webfont.ttf b/fonts/OpenSans-Regular-webfont.ttf deleted file mode 100644 index 05951e7..0000000 Binary files a/fonts/OpenSans-Regular-webfont.ttf and /dev/null differ diff --git a/fonts/OpenSans-Regular-webfont.woff b/fonts/OpenSans-Regular-webfont.woff deleted file mode 100644 index 274664b..0000000 Binary files a/fonts/OpenSans-Regular-webfont.woff and /dev/null differ diff --git a/fonts/OpenSans-Semibold-webfont.eot b/fonts/OpenSans-Semibold-webfont.eot deleted file mode 100644 index 289aade..0000000 Binary files a/fonts/OpenSans-Semibold-webfont.eot and /dev/null differ diff --git a/fonts/OpenSans-Semibold-webfont.svg b/fonts/OpenSans-Semibold-webfont.svg deleted file mode 100644 index cc2ca42..0000000 --- a/fonts/OpenSans-Semibold-webfont.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Digitized data copyright 2011 Google Corporation -Foundry : Ascender Corporation -Foundry URL : httpwwwascendercorpcom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/OpenSans-Semibold-webfont.ttf b/fonts/OpenSans-Semibold-webfont.ttf deleted file mode 100644 index 6f15073..0000000 Binary files a/fonts/OpenSans-Semibold-webfont.ttf and /dev/null differ diff --git a/fonts/OpenSans-Semibold-webfont.woff b/fonts/OpenSans-Semibold-webfont.woff deleted file mode 100644 index 4e47cb1..0000000 Binary files a/fonts/OpenSans-Semibold-webfont.woff and /dev/null differ diff --git a/fonts/OpenSans-SemiboldItalic-webfont.eot b/fonts/OpenSans-SemiboldItalic-webfont.eot deleted file mode 100644 index 50a8a6f..0000000 Binary files a/fonts/OpenSans-SemiboldItalic-webfont.eot and /dev/null differ diff --git a/fonts/OpenSans-SemiboldItalic-webfont.svg b/fonts/OpenSans-SemiboldItalic-webfont.svg deleted file mode 100644 index 65b50e2..0000000 --- a/fonts/OpenSans-SemiboldItalic-webfont.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Digitized data copyright 20102011 Google Corporation -Foundry : Ascender Corporation -Foundry URL : httpwwwascendercorpcom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/OpenSans-SemiboldItalic-webfont.ttf b/fonts/OpenSans-SemiboldItalic-webfont.ttf deleted file mode 100644 index 55ba312..0000000 Binary files a/fonts/OpenSans-SemiboldItalic-webfont.ttf and /dev/null differ diff --git a/fonts/OpenSans-SemiboldItalic-webfont.woff b/fonts/OpenSans-SemiboldItalic-webfont.woff deleted file mode 100644 index 0adc6df..0000000 Binary files a/fonts/OpenSans-SemiboldItalic-webfont.woff and /dev/null differ diff --git a/image/Thumbs.db b/image/Thumbs.db deleted file mode 100644 index 7fa97d0..0000000 Binary files a/image/Thumbs.db and /dev/null differ diff --git a/image/dickbutt-highres.png b/image/dickbutt-highres.png deleted file mode 100644 index ff6a504..0000000 Binary files a/image/dickbutt-highres.png and /dev/null differ diff --git a/image/pr0gramm-favicon-old.ico b/image/pr0gramm-favicon-old.ico deleted file mode 100644 index ff6e719..0000000 Binary files a/image/pr0gramm-favicon-old.ico and /dev/null differ diff --git a/image/pr0gramm-favicon.png b/image/pr0gramm-favicon.png deleted file mode 100644 index baaf2b5..0000000 Binary files a/image/pr0gramm-favicon.png and /dev/null differ diff --git a/images/arrow-down.png b/images/arrow-down.png deleted file mode 100644 index 5c55c6a..0000000 Binary files a/images/arrow-down.png and /dev/null differ diff --git a/images/bg_hr.png b/images/bg_hr.png deleted file mode 100644 index 514aee5..0000000 Binary files a/images/bg_hr.png and /dev/null differ diff --git a/images/blacktocat.png b/images/blacktocat.png deleted file mode 100644 index e160053..0000000 Binary files a/images/blacktocat.png and /dev/null differ diff --git a/images/bullet.png b/images/bullet.png deleted file mode 100644 index 0614eb6..0000000 Binary files a/images/bullet.png and /dev/null differ diff --git a/images/hr.gif b/images/hr.gif deleted file mode 100644 index bdb4168..0000000 Binary files a/images/hr.gif and /dev/null differ diff --git a/images/icon_download.png b/images/icon_download.png deleted file mode 100644 index 5a793f1..0000000 Binary files a/images/icon_download.png and /dev/null differ diff --git a/images/nav-bg.gif b/images/nav-bg.gif deleted file mode 100644 index 4743965..0000000 Binary files a/images/nav-bg.gif and /dev/null differ diff --git a/images/octocat-small.png b/images/octocat-small.png deleted file mode 100644 index 57c1e44..0000000 Binary files a/images/octocat-small.png and /dev/null differ diff --git a/images/sprite_download.png b/images/sprite_download.png deleted file mode 100644 index f9f8de2..0000000 Binary files a/images/sprite_download.png and /dev/null differ diff --git a/index.html b/index.html deleted file mode 100644 index 67fdc89..0000000 --- a/index.html +++ /dev/null @@ -1,61 +0,0 @@ ---- -layout: default ---- - -
    -
      - {% for userscript in site.posts %} -
    • -
      -

      {{ userscript.title }} - von {% if userscript.author %} - {% for auth in userscript.author %} - {{ auth }} - {% if forloop.rindex0 > 0 %} und {% endif %} - {% endfor %} - {% endif %} -

      - - {{ userscript.content }} - - -
      -
    • - {% endfor %} -
    -

    Wünsche

    -
    - Bisher stehen keine Wünsche offen! Falls Du einen Wunsch hast, schreibe doch einen der hier aufgeführten Entwickler an und belästige diesen Hurensohn! -
    -
    diff --git a/javascripts/main.js b/javascripts/main.js deleted file mode 100644 index d8135d3..0000000 --- a/javascripts/main.js +++ /dev/null @@ -1 +0,0 @@ -console.log('This would be the main JS file.'); diff --git a/javascripts/respond.js b/javascripts/respond.js deleted file mode 100644 index 76bc260..0000000 --- a/javascripts/respond.js +++ /dev/null @@ -1,779 +0,0 @@ -if(typeof Object.create!=="function"){ -Object.create=function(o){ -function F(){ -}; -F.prototype=o; -return new F(); -}; -} -var ua={toString:function(){ -return navigator.userAgent; -},test:function(s){ -return this.toString().toLowerCase().indexOf(s.toLowerCase())>-1; -}}; -ua.version=(ua.toString().toLowerCase().match(/[\s\S]+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1]; -ua.webkit=ua.test("webkit"); -ua.gecko=ua.test("gecko")&&!ua.webkit; -ua.opera=ua.test("opera"); -ua.ie=ua.test("msie")&&!ua.opera; -ua.ie6=ua.ie&&document.compatMode&&typeof document.documentElement.style.maxHeight==="undefined"; -ua.ie7=ua.ie&&document.documentElement&&typeof document.documentElement.style.maxHeight!=="undefined"&&typeof XDomainRequest==="undefined"; -ua.ie8=ua.ie&&typeof XDomainRequest!=="undefined"; -var domReady=function(){ -var _1=[]; -var _2=function(){ -if(!arguments.callee.done){ -arguments.callee.done=true; -for(var i=0;i<_1.length;i++){ -_1[i](); -} -} -}; -if(document.addEventListener){ -document.addEventListener("DOMContentLoaded",_2,false); -} -if(ua.ie){ -(function(){ -try{ -document.documentElement.doScroll("left"); -} -catch(e){ -setTimeout(arguments.callee,50); -return; -} -_2(); -})(); -document.onreadystatechange=function(){ -if(document.readyState==="complete"){ -document.onreadystatechange=null; -_2(); -} -}; -} -if(ua.webkit&&document.readyState){ -(function(){ -if(document.readyState!=="loading"){ -_2(); -}else{ -setTimeout(arguments.callee,10); -} -})(); -} -window.onload=_2; -return function(fn){ -if(typeof fn==="function"){ -_1[_1.length]=fn; -} -return fn; -}; -}(); -var cssHelper=function(){ -var _3={BLOCKS:/[^\s{][^{]*\{(?:[^{}]*\{[^{}]*\}[^{}]*|[^{}]*)*\}/g,BLOCKS_INSIDE:/[^\s{][^{]*\{[^{}]*\}/g,DECLARATIONS:/[a-zA-Z\-]+[^;]*:[^;]+;/g,RELATIVE_URLS:/url\(['"]?([^\/\)'"][^:\)'"]+)['"]?\)/g,REDUNDANT_COMPONENTS:/(?:\/\*([^*\\\\]|\*(?!\/))+\*\/|@import[^;]+;)/g,REDUNDANT_WHITESPACE:/\s*(,|:|;|\{|\})\s*/g,MORE_WHITESPACE:/\s{2,}/g,FINAL_SEMICOLONS:/;\}/g,NOT_WHITESPACE:/\S+/g}; -var _4,_5=false; -var _6=[]; -var _7=function(fn){ -if(typeof fn==="function"){ -_6[_6.length]=fn; -} -}; -var _8=function(){ -for(var i=0;i<_6.length;i++){ -_6[i](_4); -} -}; -var _9={}; -var _a=function(n,v){ -if(_9[n]){ -var _b=_9[n].listeners; -if(_b){ -for(var i=0;i<_b.length;i++){ -_b[i](v); -} -} -} -}; -var _c=function(_d,_e,_f){ -if(ua.ie&&!window.XMLHttpRequest){ -window.XMLHttpRequest=function(){ -return new ActiveXObject("Microsoft.XMLHTTP"); -}; -} -if(!XMLHttpRequest){ -return ""; -} -var r=new XMLHttpRequest(); -try{ -r.open("get",_d,true); -r.setRequestHeader("X_REQUESTED_WITH","XMLHttpRequest"); -} -catch(e){ -_f(); -return; -} -var _10=false; -setTimeout(function(){ -_10=true; -},5000); -document.documentElement.style.cursor="progress"; -r.onreadystatechange=function(){ -if(r.readyState===4&&!_10){ -if(!r.status&&location.protocol==="file:"||(r.status>=200&&r.status<300)||r.status===304||navigator.userAgent.indexOf("Safari")>-1&&typeof r.status==="undefined"){ -_e(r.responseText); -}else{ -_f(); -} -document.documentElement.style.cursor=""; -r=null; -} -}; -r.send(""); -}; -var _11=function(_12){ -_12=_12.replace(_3.REDUNDANT_COMPONENTS,""); -_12=_12.replace(_3.REDUNDANT_WHITESPACE,"$1"); -_12=_12.replace(_3.MORE_WHITESPACE," "); -_12=_12.replace(_3.FINAL_SEMICOLONS,"}"); -return _12; -}; -var _13={mediaQueryList:function(s){ -var o={}; -var idx=s.indexOf("{"); -var lt=s.substring(0,idx); -s=s.substring(idx+1,s.length-1); -var mqs=[],rs=[]; -var qts=lt.toLowerCase().substring(7).split(","); -for(var i=0;i-1&&_23.href&&_23.href.length!==0&&!_23.disabled){ -_1f[_1f.length]=_23; -} -} -if(_1f.length>0){ -var c=0; -var _24=function(){ -c++; -if(c===_1f.length){ -_20(); -} -}; -var _25=function(_26){ -var _27=_26.href; -_c(_27,function(_28){ -_28=_11(_28).replace(_3.RELATIVE_URLS,"url("+_27.substring(0,_27.lastIndexOf("/"))+"/$1)"); -_26.cssHelperText=_28; -_24(); -},_24); -}; -for(i=0;i<_1f.length;i++){ -_25(_1f[i]); -} -}else{ -_20(); -} -}; -var _29={mediaQueryLists:"array",rules:"array",selectors:"object",declarations:"array",properties:"object"}; -var _2a={mediaQueryLists:null,rules:null,selectors:null,declarations:null,properties:null}; -var _2b=function(_2c,v){ -if(_2a[_2c]!==null){ -if(_29[_2c]==="array"){ -return (_2a[_2c]=_2a[_2c].concat(v)); -}else{ -var c=_2a[_2c]; -for(var n in v){ -if(v.hasOwnProperty(n)){ -if(!c[n]){ -c[n]=v[n]; -}else{ -c[n]=c[n].concat(v[n]); -} -} -} -return c; -} -} -}; -var _2d=function(_2e){ -_2a[_2e]=(_29[_2e]==="array")?[]:{}; -for(var i=0;i<_4.length;i++){ -_2b(_2e,_4[i].cssHelperParsed[_2e]); -} -return _2a[_2e]; -}; -domReady(function(){ -var els=document.body.getElementsByTagName("*"); -for(var i=0;i=_44)||(max&&_46<_44)||(!min&&!max&&_46===_44)); -}else{ -return false; -} -}else{ -return _46>0; -} -}else{ -if("device-height"===_41.substring(l-13,l)){ -_47=screen.height; -if(_42!==null){ -if(_43==="length"){ -return ((min&&_47>=_44)||(max&&_47<_44)||(!min&&!max&&_47===_44)); -}else{ -return false; -} -}else{ -return _47>0; -} -}else{ -if("width"===_41.substring(l-5,l)){ -_46=document.documentElement.clientWidth||document.body.clientWidth; -if(_42!==null){ -if(_43==="length"){ -return ((min&&_46>=_44)||(max&&_46<_44)||(!min&&!max&&_46===_44)); -}else{ -return false; -} -}else{ -return _46>0; -} -}else{ -if("height"===_41.substring(l-6,l)){ -_47=document.documentElement.clientHeight||document.body.clientHeight; -if(_42!==null){ -if(_43==="length"){ -return ((min&&_47>=_44)||(max&&_47<_44)||(!min&&!max&&_47===_44)); -}else{ -return false; -} -}else{ -return _47>0; -} -}else{ -if("device-aspect-ratio"===_41.substring(l-19,l)){ -return _43==="aspect-ratio"&&screen.width*_44[1]===screen.height*_44[0]; -}else{ -if("color-index"===_41.substring(l-11,l)){ -var _48=Math.pow(2,screen.colorDepth); -if(_42!==null){ -if(_43==="absolute"){ -return ((min&&_48>=_44)||(max&&_48<_44)||(!min&&!max&&_48===_44)); -}else{ -return false; -} -}else{ -return _48>0; -} -}else{ -if("color"===_41.substring(l-5,l)){ -var _49=screen.colorDepth; -if(_42!==null){ -if(_43==="absolute"){ -return ((min&&_49>=_44)||(max&&_49<_44)||(!min&&!max&&_49===_44)); -}else{ -return false; -} -}else{ -return _49>0; -} -}else{ -if("resolution"===_41.substring(l-10,l)){ -var res; -if(_45==="dpcm"){ -res=_3d("1cm"); -}else{ -res=_3d("1in"); -} -if(_42!==null){ -if(_43==="resolution"){ -return ((min&&res>=_44)||(max&&res<_44)||(!min&&!max&&res===_44)); -}else{ -return false; -} -}else{ -return res>0; -} -}else{ -return false; -} -} -} -} -} -} -} -} -}; -var _4a=function(mq){ -var _4b=mq.getValid(); -var _4c=mq.getExpressions(); -var l=_4c.length; -if(l>0){ -for(var i=0;i0){ -s[c++]=","; -} -s[c++]=n; -} -} -if(s.length>0){ -_39[_39.length]=cssHelper.addStyle("@media "+s.join("")+"{"+mql.getCssText()+"}",false); -} -}; -var _4e=function(_4f){ -for(var i=0;i<_4f.length;i++){ -_4d(_4f[i]); -} -if(ua.ie){ -document.documentElement.style.display="block"; -setTimeout(function(){ -document.documentElement.style.display=""; -},0); -setTimeout(function(){ -cssHelper.broadcast("cssMediaQueriesTested"); -},100); -}else{ -cssHelper.broadcast("cssMediaQueriesTested"); -} -}; -var _50=function(){ -for(var i=0;i<_39.length;i++){ -cssHelper.removeStyle(_39[i]); -} -_39=[]; -cssHelper.mediaQueryLists(_4e); -}; -var _51=0; -var _52=function(){ -var _53=cssHelper.getViewportWidth(); -var _54=cssHelper.getViewportHeight(); -if(ua.ie){ -var el=document.createElement("div"); -el.style.position="absolute"; -el.style.top="-9999em"; -el.style.overflow="scroll"; -document.body.appendChild(el); -_51=el.offsetWidth-el.clientWidth; -document.body.removeChild(el); -} -var _55; -var _56=function(){ -var vpw=cssHelper.getViewportWidth(); -var vph=cssHelper.getViewportHeight(); -if(Math.abs(vpw-_53)>_51||Math.abs(vph-_54)>_51){ -_53=vpw; -_54=vph; -clearTimeout(_55); -_55=setTimeout(function(){ -if(!_3a()){ -_50(); -}else{ -cssHelper.broadcast("cssMediaQueriesTested"); -} -},500); -} -}; -window.onresize=function(){ -var x=window.onresize||function(){ -}; -return function(){ -x(); -_56(); -}; -}(); -}; -var _57=document.documentElement; -_57.style.marginLeft="-32767px"; -setTimeout(function(){ -_57.style.marginTop=""; -},20000); -return function(){ -if(!_3a()){ -cssHelper.addListener("newStyleParsed",function(el){ -_4e(el.cssHelperParsed.mediaQueryLists); -}); -cssHelper.addListener("cssMediaQueriesTested",function(){ -if(ua.ie){ -_57.style.width="1px"; -} -setTimeout(function(){ -_57.style.width=""; -_57.style.marginLeft=""; -},0); -cssHelper.removeListener("cssMediaQueriesTested",arguments.callee); -}); -_3c(); -_50(); -}else{ -_57.style.marginLeft=""; -} -_52(); -}; -}()); -try{ -document.execCommand("BackgroundImageCache",false,true); -} -catch(e){ -} - diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js deleted file mode 100644 index 08716c0..0000000 --- a/javascripts/scale.fix.js +++ /dev/null @@ -1,20 +0,0 @@ -fixScale = function(doc) { - - var addEvent = 'addEventListener', - type = 'gesturestart', - qsa = 'querySelectorAll', - scales = [1, 1], - meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : []; - - function fix() { - meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1]; - doc.removeEventListener(type, fix, true); - } - - if ((meta = meta[meta.length - 1]) && addEvent in doc) { - fix(); - scales = [.25, 1.6]; - doc[addEvent](type, fix, true); - } - -}; \ No newline at end of file diff --git a/miniwiki.html b/miniwiki.html deleted file mode 100644 index 74e43ac..0000000 --- a/miniwiki.html +++ /dev/null @@ -1,500 +0,0 @@ ---- -layout: page -title: Mini-Wiki -permalink: /miniwiki/ ---- - -
    -

    Badges

    -

    Allgemeine Badges

    -
    -
    -
    -
      - {% include badge-entry.html badge=site.data.badges.years %} -
    -
    -
    -

    Das Years-Badge enthält immer die Anzahl an Jahren, die der Benutzer registriert ist. Die Rundung der - Jahrszahl unterscheidet sich von der, die für die Meldung unter dem Benutzernamen ("Gewachsen - seit...") verwendet wird

    -

    Das Badge wird dynamisch verteilt - d.h. nicht vom Server verschickt, sondern innerhalb des Frontends anhand der Profildaten zur Liste der User-Badges hinzugefügt.

    -
    -
    -
    -
    -
      - {% include badge-entry.html badge=site.data.badges.comments %} - {% include badge-entry.html badge=site.data.badges.tags %} -
    -
    -
    -

    Das Comments- und Tag-Badge enthält immer die Anzahl an Kommentaren und Tags in Tausenderschritten, - die - der Benutzer verfasst hat (Stand: 10.Mai 2020).

    -

    Das Badge wird dynamisch verteilt - d. h. nicht vom Server verschickt - sondern innerhalb des - Frontends - anhand der Profildaten zur Liste der User-Badges hinzugefügt.

    -
    -
    -
    -
    -
      - {% include badge-entry.html badge=site.data.badges.deleted_upload %} - {% include badge-entry.html badge=site.data.badges.deleted_comments %} -
    -
    -
    -

    Das Items-Deleted-Badge und Comments-Deleted-Badge wird verliehen, wenn ein Nutzer einen eigenen - Upload - bzw. Kommentar über die DSGVO löschen lassen hat. Gamb wollte die Löschungen transparenter machen - (src).

    -

    Geht man mit dem Mauszeiger über das Badge, wird angezeigt, wie viele Uploads respektive Kommentare - der - User löschen lassen hat.

    -

    Die Badges werden dynamisch verteilt - d. h. nicht vom Server verschickt - sondern innerhalb des - Frontends anhand der Profildaten zur Liste der User-Badges hinzugefügt. Diese beiden Badges sind die - einzigen im SVG-Format.

    -
    -
    -
    -
    -
      - {% include badge-entry.html badge=site.data.badges.coin %} -
    -
    -
    -

    Das Coin-Badge wird an alle verliehen, die sich über den pr0gramm-Miner (miner.pr0gramm.com) - mindestens - ein Mal pr0mium erschürft haben.

    -

    - Dieser Miner wurde von cha0s entwickelt und war der technische Vorgänger von Coinhive, welches er später gründete ("neue Projekte..."). - Aufgrund der Geschehnisse mit Coinhive werden später cha0s' und Gambs Identitäten von Brian Krebs aufgedeckt. - Dieser Bericht führte auf pr0gramm zur ersten Krebs-Spendenaktion, über die auch in der Tagesschau berichtet wurde. -

    -

    Relatierte Tags: Coin schürfende Cryptocommunity, Gamb tanzt im Davidstern -

    -
    -
    -
    -
    -
      - {% include badge-entry.html badge=site.data.badges.pr0mart %} -
    -
    -
    -

    Das pr0mart-Badge erhalten alle Nutzer, die im pr0mart eingekauft haben.

    -
    -
    -
    -
    -
      - {% include badge-entry.html badge=site.data.badges.wichtel %} - {% include badge-entry.html badge=site.data.badges.hurensohn %} -
    -
    -
    -

    Im Jahr 2014 fand das erste Wichteln mit 928 Wichteln statt. Die Teilnehmer erhielten ein - Geschenk-Badge. - Lappen, die nichts verschickt haben, erhielten das kaputte Geschenk und wurden gebannt (nicht - permanent). Sie sollten außerdem von weiteren Wichtelaktionen ausgeschlossen werden. Die Prozedur - wurde - bei jedem Wichteln wiederholt. Es ist deshalb das einzige Badge, das ein Benutzer mehrfach haben - kann. -

    -

    Es ist möglich, bei einem einzigen Wichtelevent dieses Badge mehrfach zu erhalten: Gutmenschen, die - beim - Nachwichteln etwas verschicken, bekommen ein unabhängiges Badge.

    -

    Über die Jahre ist die Anzahl der Wichtel gestiegen: -

      -
    • 2014: 928 Wichtel (src)
    • -
    • 2015: 3983 Wichtel, 186 Lappen (src) -
    • -
    • 2016: ca. 5000 Wichtel; 2050 Anmeldungen nach 7 Stunden (src)
    • -
    • 2017: ca. 6000 Wichtel (src)
    • -
    • 2018: 5499 Wichtel (ca. 500 weniger im Vergleich zu 2017; src)
    • -
    • 2019: 7230 Wichtel (src)
    • -
    • 2020: 7389 Wichel (src)
    • -
    -

    -

    Beim wichteln 2017 wurde erstmals zwischen Neu- und Alt-Wichteln unterschieden. Die Wichtelauslosung - fand - somit in unterschiedlichen Gruppen getrennt voneinander statt.

    -
    -
    -
    - -

    Event-Badges

    -
    -
    -
    -

    30. November 2014

    -
      - {% include badge-entry.html badge=site.data.badges.keyb0ard %} -
    -
    -
    -

    Im August 2014 wurde eine Indiegogo-Kampagne gestartet, um eine für das pr0gramm optimierte Tastatur - zu - finanzieren. Die Tastatur hatte nur Tasten für die Aktionen Refresh (F5), Up-, Downvote, Vor und - Zurück - sowie Hoch-, und Runterscrollen. Die Indiegogo-Kampagne kam auf insgesamt 4571€ und 169 Baker (src). Diejenigen, die die - Tastatur - ermöglichten, erhielten dieses Badge.

    -

    - Folgende User besitzen dieses Badge: -

    -

    -

    Bei dem Zusammenbau und der Entwicklung waren auch noch weitere User beteiligt, die allerdings kein Badge erhielten (src).

    -

    Relatierte Tags: keyb0ard, stoertebeker

    -
    -
    -
    -
    -

    01. April 2015

    -
      - {% include badge-entry.html badge=site.data.badges.fag %} -
    -
    -
    -

    Am 1. April 2015 wurden unter allen Uploads Social-Media-Share-Buttons - eingeführt. Hat man auf einen dieser Buttons geklickt, wurde - man - für den Rest des Tages gebannt. Zudem erhielt man dieses Badge am 2. April 2015. -

    -
    -
    -
    -
    -

    01. April 2017

    -
      - {% include badge-entry.html badge=site.data.badges.benitrat0r_win %} - {% include badge-entry.html badge=site.data.badges.benitrat0r_lose %} -
    -
    -
    -

    Am 1. April 2017 war unter pr0gramm.com/spielothek eine - Slotmachine erreichbar. Mit dieser Slotmachine konnte man mit seinem Benis als Währung spielen. Zu - gewinnen gab es mehr Benis und pr0mium-Zeit. Je nachdem, ob man an dieser Slotmachine am Ende des 1. - April Gewinn oder Verlust eingefahren hat, erhielt man den (kaputten) Stern. Später an diesem Tag - wurde - auch die Deutsche Benis Bank dazugeschaltet (src).

    -
    -
    -
    -
    -

    01. April 2017

    -
      - {% include badge-entry.html badge=site.data.badges.contract %} - {% include badge-entry.html badge=site.data.badges.crumbled_contract %} -
    -
    -
    -

    Zusätzlich zum benitrat0r wurde am 1. April 2017 auch die "Deutsche Benis Bank" online geschaltet (src). Sie war unter pr0gramm.com/beniskredit erreichbar.

    -

    Auf der Seite war es möglich, sich einen Kredit über 10.000 Benis zu sichern. Fällig dafür wurden 10% - "Zinsen" zum 2. April. Am 2. April wurden also wieder 11.000 Benis vom Benutzerkonto abgezogen. Wer - den - Kredit nicht zurückzahlen konnte, wurde gebannt und erhielt den zusammengeknüllten Vertrag als - Badge. - User, die mit der Rückzahlung kein Problem hatten, erhielten den unversehrten Vertrag als Badge.

    -
    -
    -
    -
    -

    01. April 2018

    -
      - {% include badge-entry.html badge=site.data.badges.connect4_red %} - {% include badge-entry.html badge=site.data.badges.connect4_blue %} -
    -
    -
    -

    - Am 1. April 2018 wurden alle Nutzer in zwei Gruppen aufgeteilt: Rot - und Blau. Die Aufteilung fand über die interne User-ID - statt, und weiste dem Nutzer damit eine Gruppe zu, je nachdem of die ID gerade oder ungerade ist (src). -

    -

    - Die Gruppen spielten den gesamten Tag über gegeneinander Vier-Gewinnt (Connect4, erreichbar gewesen - unter - pr0gramm.com/vier), allerdings unter dem Namen "VIERVERB0NDEN". - Die Chips wurden immer in der Spalte gespielt, für - die am meisten User aus der Gruppe gestimmt haben. -

    -

    - Das einfach nur schlechte, verlierende Team Blau - was die Hälfte - aller Nutzer entspricht - wurde am 2. April 2018 für 24 Stunden gebannt. Der Endpunktestand betrag - 201:219, es wurden insgesamt 420 Runden gespielt. - - Administratoren und Moderatoren, die ebenfalls in das Blaue Team gefallen sind, wurden nicht - gebannt. Bans wurden nicht an die Einladenden - vererbt. -

    -

    - Alle Mitglieder des grandiosen Team Rot erhielten ein Badge. Die blaue - Verlierer-Version des Badges wurde am 3. April verliehen. Somit haben alle User, die am 1. April - 2018 registriert waren, mindestens ein Badge. -

    -

    Relatierte Tags: 2.4.2018 never blau, krieg der farben 2.0

    -
    -
    -
    -
    -

    08. Mai 2018

    -
      - {% include badge-entry.html badge=site.data.badges.krebs_spende %} - {% include badge-entry.html badge=site.data.badges.krebs_spende_starter %} -
    -
    -
    -

    TODO: Text hier einfügen

    -
    -
    -
    -
    -

    19. September 2018

    -
      - {% include badge-entry.html badge=site.data.badges.artikel_13 %} -
    -
    -
    -

    Schrieb einen Brief an ein Mitglied des Europäischen Parlaments (MdEP), um auf die Missstände in - Artikel - 13 aufmerksam zu machen.

    -
    -
    -
    -
    -

    31. März 2019

    -
      - {% include badge-entry.html badge=site.data.badges.benitrat0r_2019_win %} - {% include badge-entry.html badge=site.data.badges.benitrat0r_2019_lose %} -
    -
    -
    -

    Beim 1-Jährigen Jubiläum der Krebs-Spendenaktion wurden ab bestimmten Gesamtspenden-Beträgen Perks - freigeschaltet. Das 3. Perk für 200.000€ war der Benitrat0r 3000, welcher vorher der - Aprilscherz vom 1. April 2017 war. Analog zu den damaligen Badges wurden diese Badges verteilt.

    -
    -
    -
    -
    -

    01. April 2019

    -
      - {% include badge-entry.html badge=site.data.badges.profi_reinlad %} - {% include badge-entry.html badge=site.data.badges.reinlad %} -
    -
    -
    -

    Am 1. April 2019 wurde die Uploadfunktion in Anlehnung an den kurz vorher beschlossenen Artikel 13 - der - EU-Urheberrechtsreform abgeschaltet. Stattdessen mussten alle Nutzer Bilder mit einem Paint-Artigem - Editor direkt auf der Webseite malen. Genannt wurden diese Bilder "Reinlads"

    -

    Jeder, der einen Reinlad erstellt hat, hat das Stift-Badge bekommen. User, die Reinlads erstellt - haben, - die auf /top gelandet sind, haben einen goldenen Stift erhalten.

    -
    -
    -
    -
    -

    02. April 2019

    -
      - {% include badge-entry.html badge=site.data.badges.krebs_spende_2019 %} -
    -
    -
    -

    Diese Persom hat beim 1-Jährigen Jubiläum der Krebs-Spendenaktion gespendet.

    -
    -
    -
    -
    -

    27. März 2020

    -
      - {% include badge-entry.html badge=site.data.badges.good_noodle %} -
    -
    -
    -

    Aufgrund der Corona-Pandemie wurde es bevorzugt, dass Leute generell etwas gutes für die Gesellschaft - tun. Das Badge bekamen also "gute Nudeln".

    -

    Eine gute Nudel wurde man durch eine Spende beim 2-Jährigen Jubiläum der Krebs-Spendenaktion oder - durch - eine andere gute Tat (Feuerwehrmann/Krankenschwester/Kassierer sein, Gesichtsschutzmasken für - Krankenhäuser drucken, für Ältere Einkaufen gehen, Müll im Wald einsammeln etc.).

    -
    -
    -
    -
    -

    31. März 2020

    -
      - {% include badge-entry.html badge=site.data.badges.benitrator20_win %} - {% include badge-entry.html badge=site.data.badges.benitrator20_lose %} -
    -
    -
    -

    Jeder, der eine gute Nudel war, wurde für den Benitrator freigeschaltet. Der Rest ist analog zu den - anderen Benitrator-Badges. Die User wollten unbedingt dieses Badge haben.

    -
    -
    -
    -
    -

    01. April 2020

    -
      - {% include badge-entry.html badge=site.data.badges.pr0rona_mask %} - {% include badge-entry.html badge=site.data.badges.pr0rona_globuli %} - {% include badge-entry.html badge=site.data.badges.pr0rona_thermometer %} - {% include badge-entry.html badge=site.data.badges.pr0rona_beer %} - {% include badge-entry.html badge=site.data.badges.pr0rona_toiletpaper %} - {% include badge-entry.html badge=site.data.badges.backpack %} -
    -
    -
    -

    - Am 1. April 2020 brach der Virus pr0rona aus. Die von der Krankheit pr0vid-69 betroffenen User haben - alle zehn Minuten einen Prozentteil ihres Benis verloren. - Manche sind dadurch sogar in's Negative gerutscht. -

    -

    - Anstecken konnte man sich, wenn man mit einem Inhalt, der ein infizierter User erstellt hat - (Kommentar, - Tag, Post), interagiert (Kommentiert oder gevotet) hat. - Die Wahrscheinlichkeit, sich durch das Schreiben eines Kommentars anzustecken, betrug 25%. Bei dem - Voten - eines Tags, Kommentars oder Post eines Infizierten betrug sie 5%. -

    -

    - Es wurde ein Shop namens "0deka" eröffnet, in dem User Atemschutzmasken, Desinfektionsmittel, - pr0vid-69-Schnelltests, Toilettenpapier und "Bachblütenextrakt" für Benis erwerben konnten. - Später wurde der Shop erweitert um eine Gasmaske, einen Orgon-Kristall, Bier und am Ende das - Gegenmittel. Nach einiger Zeit waren einige Artikel ausverkauft; insbesondere das Gegenmittel. - Die Preise der Artikel richteten sich nach dem Benis des Users. -

    -

    Die Wirkung dieser Artikel war wie folgt:

    -
      -
    • Toilettenpapier: Hatte vorerst keinen besonderen Nutzen. Wer aber mehr als 500 - Rollen gekauft hat, bekam am 2. April das Toilettenpapier-Badge.
    • -
    • Bier: Hatte vorerst keinen besonderen Nutzen. Wer aber mehr als 1000l gekauft - hat, - bekam am 2. April das Bier-Badge.
    • -
    • Atemschutzmasken: Reduzierten das Ansteckungsrisiko bei einer - Ansteckungsgelegenheit um 50%. Wurde durch jeden Kommentar um fünf Einheiten und bei einem Vote - um - eine Einheit reduziert.
    • -
    • Desinfektionsmittel: Reduzierte das Ansteckungsrisiko bei einer - Ansteckungsgelegenheit um 75%. Wurde durch jeden Kommentar um fünf Einheiten und bei einem Vote - um - eine Einheit reduziert.
    • -
    • pr0vid-69-Schnelltest: Über das Profil eines Users konnte herausgefunden - werden, ob - ein User von der Krankheit befallen ist. Ein Test verfällt nach Anwendung.
    • -
    • Orgon-Kristall: Minderte die Symtpome der Krankheit (der Benis nahm weniger - schnell - ab).
    • -
    • Bachblütenextrakt: Minderte die Symtpome der Krankheit (der Benis nahm weniger - schnell ab).
    • -
    • Gasmaske: Vermutung: Reduzierte das Ansteckungsrisiko bei einer - Ansteckungsgelegenheit. Ein Faktor ist nicht bekannt.
    • -
    • Gegenmittel: Heilte den User von der Krankheit. Er konnte anschließend andere - User - durch "Anpimmeln" heilen. So konnte sich ein Großteil der Infizierten wieder heilen.
    • -
    -

    - Geheilte Nutzer erhielten das Globuli-Badge. - Nutzer, die am Ende des Tages noch infiziert waren, erhielten das Termometer-Badge. - Blieb ein Nutzer "sozial isoliert", erhielt er das Masken-Badge. - An dieser Aprilscherz-Aktion wurden also insgesamt fünf sechs verschiedene Badges verteilt. - Zwei davon (Bier und Toilettenpapier) konnten immer zusätzlich erreicht werden, sofern der User - genug - davon gekauft hat. -

    -

    Der ehemalige Moderator vier2acht trat in mehreren Folgen - einer Nachrichtensendung auf, - die - über das Geschehen und die Krankheit informierte.

    -

    - Nachtrag: Nachträglich wurde das Rucksack-Badge eingeführt. - Es bekommen alle Nutzer, die am Ende des 1. Aprils noch etwas in ihrem Rucksack hatten. - Die Beschreibung zeigt jeweils an, was der User als letztes besaß. - Dieses Badge geht vemrutlich auf Beschwerden aus der Community zurück, die daher kamen, dass sich - User - ungerecht behandelt gefühlt haben (z. B. "Ich habe 900l Bier gekauft und bekomme keine Badge"). -

    -
    -
    -
    -
    -

    31. März 2021

    -
      - {% include badge-entry.html badge=site.data.badges.donation_2021 %} - {% include badge-entry.html badge=site.data.badges.casino_winner %} - {% include badge-entry.html badge=site.data.badges.casino_loser %} - {% include badge-entry.html badge=site.data.badges.casino_jackpot %} - {% include badge-entry.html badge=site.data.badges.casino_king %} - {% include badge-entry.html badge=site.data.badges.casino_roulette %} - {% include badge-entry.html badge=site.data.badges.casino_gewinnertyp %} - {% include badge-entry.html badge=site.data.badges.casino_hooker %} -
    -
    -
    -

    TODO: Text einfügen

    -
    -
    -
    -
    -

    01. April 2021

    -
      - {% include badge-entry.html badge=site.data.badges.stonks_gain %} - {% include badge-entry.html badge=site.data.badges.stonks_crash %} - {% include badge-entry.html badge=site.data.badges.stonks_diamond_paws %} - {% include badge-entry.html badge=site.data.badges.stonks_jrmy %} -
    -
    -
    -

    TODO: Text einfügen

    -
    -
    -
    -
    -
    -

    Lebende Legenden

    -

    Der Status "Lebende Legende" wurde Nutzern zugewiesen, die durch eine besondere Tat (oder mehrere Taten) - herausragten

    -
    -
    Fedor
    -
    Ihm wurde eine Prostituierte zur Entjungfernung gekrautfundet. Er ist außerdem die erste lebende Legende (20. August 2014, achtung NSFW!). Fedor ist - mittlerweile inaktiv.
    -
    Keith
    -
    Ließ sich einen Dickbutt und das pr0gramm-Logo in die Arschbacken brennen. Dafür organisierte er ein - pr0gramm-Usertreffen (9. Mai 2015).
    -
    Tschernobyl
    -
    Erstellt Original Content direkt aus Tschernobyl.
    -
    leReddit
    -
    Erster User mit 1 Millionen Benis.
    -
    NixName
    -
    Schob sich sehr viele Objekte in seinen Hintern.
    -
    LazyDaisy
    -
    Zeigt primäre und sekundäre Geschlechtsteile.
    -
    DerpyDerp
    -
    Erstellt jeden Montag die Wochenstatistik.
    -
    Pavele
    -
    Aß eigenen Kot während des "Illegale Essmethoden"-Raids (7. April 2019, achtung NSFL!).
    -
    -
    \ No newline at end of file diff --git a/stylesheets/github-light.css b/stylesheets/github-light.css deleted file mode 100644 index 872a6f4..0000000 --- a/stylesheets/github-light.css +++ /dev/null @@ -1,116 +0,0 @@ -/* - Copyright 2014 GitHub Inc. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -*/ - -.pl-c /* comment */ { - color: #969896; -} - -.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */, -.pl-s .pl-v /* string variable */ { - color: #0086b3; -} - -.pl-e /* entity */, -.pl-en /* entity.name */ { - color: #795da3; -} - -.pl-s .pl-s1 /* string source */, -.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ { - color: #333; -} - -.pl-ent /* entity.name.tag */ { - color: #63a35c; -} - -.pl-k /* keyword, storage, storage.type */ { - color: #a71d5d; -} - -.pl-pds /* punctuation.definition.string, string.regexp.character-class */, -.pl-s /* string */, -.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */, -.pl-sr /* string.regexp */, -.pl-sr .pl-cce /* string.regexp constant.character.escape */, -.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */, -.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ { - color: #183691; -} - -.pl-v /* variable */ { - color: #ed6a43; -} - -.pl-id /* invalid.deprecated */ { - color: #b52a1d; -} - -.pl-ii /* invalid.illegal */ { - background-color: #b52a1d; - color: #f8f8f8; -} - -.pl-sr .pl-cce /* string.regexp constant.character.escape */ { - color: #63a35c; - font-weight: bold; -} - -.pl-ml /* markup.list */ { - color: #693a17; -} - -.pl-mh /* markup.heading */, -.pl-mh .pl-en /* markup.heading entity.name */, -.pl-ms /* meta.separator */ { - color: #1d3e81; - font-weight: bold; -} - -.pl-mq /* markup.quote */ { - color: #008080; -} - -.pl-mi /* markup.italic */ { - color: #333; - font-style: italic; -} - -.pl-mb /* markup.bold */ { - color: #333; - font-weight: bold; -} - -.pl-md /* markup.deleted, meta.diff.header.from-file */ { - background-color: #ffecec; - color: #bd2c00; -} - -.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ { - background-color: #eaffea; - color: #55a532; -} - -.pl-mdr /* meta.diff.range */ { - color: #795da3; - font-weight: bold; -} - -.pl-mo /* meta.output */ { - color: #1d3e81; -} - diff --git a/stylesheets/ie.css b/stylesheets/ie.css deleted file mode 100644 index 43882f2..0000000 --- a/stylesheets/ie.css +++ /dev/null @@ -1,3 +0,0 @@ -nav { - display: none; -} diff --git a/stylesheets/normalize.css b/stylesheets/normalize.css deleted file mode 100644 index bc2ba93..0000000 --- a/stylesheets/normalize.css +++ /dev/null @@ -1,459 +0,0 @@ -/* normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */ -/* ============================================================================= - HTML5 display definitions - ========================================================================== */ -/* - * Corrects block display not defined in IE6/7/8/9 & FF3 - */ -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -nav, -section, -summary { - display: block; -} - -/* - * Corrects inline-block display not defined in IE6/7/8/9 & FF3 - */ -audio, -canvas, -video { - display: inline-block; - *display: inline; - *zoom: 1; -} - -/* - * Prevents modern browsers from displaying 'audio' without controls - */ -audio:not([controls]) { - display: none; -} - -/* - * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 - * Known issue: no IE6 support - */ -[hidden] { - display: none; -} - -/* ============================================================================= - Base - ========================================================================== */ -/* - * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units - * http://clagnut.com/blog/348/#c790 - * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom - * www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ - */ -html { - font-size: 100%; - /* 1 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - -ms-text-size-adjust: 100%; - /* 2 */ -} - -/* - * Addresses font-family inconsistency between 'textarea' and other form elements. - */ -html, -button, -input, -select, -textarea { - font-family: sans-serif; -} - -/* - * Addresses margins handled incorrectly in IE6/7 - */ -body { - margin: 0; -} - -/* ============================================================================= - Links - ========================================================================== */ -/* - * Addresses outline displayed oddly in Chrome - */ -a:focus { - outline: thin dotted; -} - -/* - * Improves readability when focused and also mouse hovered in all browsers - * people.opera.com/patrickl/experiments/keyboard/test - */ -a:hover, -a:active { - outline: 0; -} - -/* ============================================================================= - Typography - ========================================================================== */ -/* - * Addresses font sizes and margins set differently in IE6/7 - * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 - */ -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -h2 { - font-size: 1.5em; - margin: 0.83em 0; -} - -h3 { - font-size: 1.17em; - margin: 1em 0; -} - -h4 { - font-size: 1em; - margin: 1.33em 0; -} - -h5 { - font-size: 0.83em; - margin: 1.67em 0; -} - -h6 { - font-size: 0.75em; - margin: 2.33em 0; -} - -/* - * Addresses styling not present in IE7/8/9, S5, Chrome - */ -abbr[title] { - border-bottom: 1px dotted; -} - -/* - * Addresses style set to 'bolder' in FF3+, S4/5, Chrome -*/ -b, -strong { - font-weight: bold; -} - -blockquote { - margin: 1em 40px; -} - -/* - * Addresses styling not present in S5, Chrome - */ -dfn { - font-style: italic; -} - -/* - * Addresses styling not present in IE6/7/8/9 - */ -mark { - background: #ff0; - color: #000; -} - -/* - * Addresses margins set differently in IE6/7 - */ -p, -pre { - margin: 1em 0; -} - -/* - * Corrects font family set oddly in IE6, S4/5, Chrome - * en.wikipedia.org/wiki/User:Davidgothberg/Test59 - */ -pre, -code, -kbd, -samp { - font-family: monospace, serif; - _font-family: 'courier new', monospace; - font-size: 1em; -} - -/* - * 1. Addresses CSS quotes not supported in IE6/7 - * 2. Addresses quote property not supported in S4 - */ -/* 1 */ -q { - quotes: none; -} - -/* 2 */ -q:before, -q:after { - content: ''; - content: none; -} - -small { - font-size: 75%; -} - -/* - * Prevents sub and sup affecting line-height in all browsers - * gist.github.com/413930 - */ -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sup { - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -/* ============================================================================= - Lists - ========================================================================== */ -/* - * Addresses margins set differently in IE6/7 - */ -dl, -menu, -ol, -ul { - margin: 1em 0; -} - -dd { - margin: 0 0 0 40px; -} - -/* - * Addresses paddings set differently in IE6/7 - */ -menu, -ol, -ul { - padding: 0 0 0 40px; -} - -/* - * Corrects list images handled incorrectly in IE7 - */ -nav ul, -nav ol { - list-style: none; - list-style-image: none; -} - -/* ============================================================================= - Embedded content - ========================================================================== */ -/* - * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3 - * 2. Improves image quality when scaled in IE7 - * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ - */ -img { - border: 0; - /* 1 */ - -ms-interpolation-mode: bicubic; - /* 2 */ -} - -/* - * Corrects overflow displayed oddly in IE9 - */ -svg:not(:root) { - overflow: hidden; -} - -/* ============================================================================= - Figures - ========================================================================== */ -/* - * Addresses margin not present in IE6/7/8/9, S5, O11 - */ -figure { - margin: 0; -} - -/* ============================================================================= - Forms - ========================================================================== */ -/* - * Corrects margin displayed oddly in IE6/7 - */ -form { - margin: 0; -} - -/* - * Define consistent border, margin, and padding - */ -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -/* - * 1. Corrects color not being inherited in IE6/7/8/9 - * 2. Corrects text not wrapping in FF3 - * 3. Corrects alignment displayed oddly in IE6/7 - */ -legend { - border: 0; - /* 1 */ - padding: 0; - white-space: normal; - /* 2 */ - *margin-left: -7px; - /* 3 */ -} - -/* - * 1. Corrects font size not being inherited in all browsers - * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome - * 3. Improves appearance and consistency in all browsers - */ -button, -input, -select, -textarea { - font-size: 100%; - /* 1 */ - margin: 0; - /* 2 */ - vertical-align: baseline; - /* 3 */ - *vertical-align: middle; - /* 3 */ -} - -/* - * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet - */ -button, -input { - line-height: normal; - /* 1 */ -} - -/* - * 1. Improves usability and consistency of cursor style between image-type 'input' and others - * 2. Corrects inability to style clickable 'input' types in iOS - * 3. Removes inner spacing in IE7 without affecting normal text inputs - * Known issue: inner spacing remains in IE6 - */ -button, -input[type="button"], -input[type="reset"], -input[type="submit"] { - cursor: pointer; - /* 1 */ - -webkit-appearance: button; - /* 2 */ - *overflow: visible; - /* 3 */ -} - -/* - * Re-set default cursor for disabled elements - */ -button[disabled], -input[disabled] { - cursor: default; -} - -/* - * 1. Addresses box sizing set to content-box in IE8/9 - * 2. Removes excess padding in IE8/9 - * 3. Removes excess padding in IE7 - Known issue: excess padding remains in IE6 - */ -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ - *height: 13px; - /* 3 */ - *width: 13px; - /* 3 */ -} - -/* - * 1. Addresses appearance set to searchfield in S5, Chrome - * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) - */ -input[type="search"] { - -webkit-appearance: textfield; - /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; - /* 2 */ - box-sizing: content-box; -} - -/* - * Removes inner padding and search cancel button in S5, Chrome on OS X - */ -input[type="search"]::-webkit-search-decoration, -input[type="search"]::-webkit-search-cancel-button { - -webkit-appearance: none; -} - -/* - * Removes inner padding and border in FF3+ - * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ - */ -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/* - * 1. Removes default vertical scrollbar in IE6/7/8/9 - * 2. Improves readability and alignment in all browsers - */ -textarea { - overflow: auto; - /* 1 */ - vertical-align: top; - /* 2 */ -} - -/* ============================================================================= - Tables - ========================================================================== */ -/* - * Remove most spacing between table cells - */ -table { - border-collapse: collapse; - border-spacing: 0; -} diff --git a/stylesheets/pygment_trac.css b/stylesheets/pygment_trac.css deleted file mode 100644 index e65cedf..0000000 --- a/stylesheets/pygment_trac.css +++ /dev/null @@ -1,70 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #f0f3f3; } -.highlight .c { color: #0099FF; font-style: italic } /* Comment */ -.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */ -.highlight .k { color: #006699; font-weight: bold } /* Keyword */ -.highlight .o { color: #555555 } /* Operator */ -.highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #009999 } /* Comment.Preproc */ -.highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */ -.highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ -.highlight .go { color: #AAAAAA } /* Generic.Output */ -.highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #99CC66 } /* Generic.Traceback */ -.highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #006699 } /* Keyword.Pseudo */ -.highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #FF6600 } /* Literal.Number */ -.highlight .s { color: #CC3300 } /* Literal.String */ -.highlight .na { color: #330099 } /* Name.Attribute */ -.highlight .nb { color: #336666 } /* Name.Builtin */ -.highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */ -.highlight .no { color: #336600 } /* Name.Constant */ -.highlight .nd { color: #9999FF } /* Name.Decorator */ -.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #CC00FF } /* Name.Function */ -.highlight .nl { color: #9999FF } /* Name.Label */ -.highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #003333 } /* Name.Variable */ -.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mf { color: #FF6600 } /* Literal.Number.Float */ -.highlight .mh { color: #FF6600 } /* Literal.Number.Hex */ -.highlight .mi { color: #FF6600 } /* Literal.Number.Integer */ -.highlight .mo { color: #FF6600 } /* Literal.Number.Oct */ -.highlight .sb { color: #CC3300 } /* Literal.String.Backtick */ -.highlight .sc { color: #CC3300 } /* Literal.String.Char */ -.highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #CC3300 } /* Literal.String.Double */ -.highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */ -.highlight .si { color: #AA0000 } /* Literal.String.Interpol */ -.highlight .sx { color: #CC3300 } /* Literal.String.Other */ -.highlight .sr { color: #33AAAA } /* Literal.String.Regex */ -.highlight .s1 { color: #CC3300 } /* Literal.String.Single */ -.highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */ -.highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #003333 } /* Name.Variable.Class */ -.highlight .vg { color: #003333 } /* Name.Variable.Global */ -.highlight .vi { color: #003333 } /* Name.Variable.Instance */ -.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */ - -.type-csharp .highlight .k { color: #0000FF } -.type-csharp .highlight .kt { color: #0000FF } -.type-csharp .highlight .nf { color: #000000; font-weight: normal } -.type-csharp .highlight .nc { color: #2B91AF } -.type-csharp .highlight .nn { color: #000000 } -.type-csharp .highlight .s { color: #A31515 } -.type-csharp .highlight .sc { color: #A31515 } diff --git a/stylesheets/styles.scss b/stylesheets/styles.scss deleted file mode 100644 index b589f27..0000000 --- a/stylesheets/styles.scss +++ /dev/null @@ -1,420 +0,0 @@ ---- ---- -@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic); - -/* MeyerWeb Reset */ - -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font: inherit; - vertical-align: baseline; -} - - -/* Base text styles */ - -body { - padding:10px 50px 0 0; - font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - color: #232323; - background-color: #FBFAF7; - margin: 0; - line-height: 1.8em; - -webkit-font-smoothing: antialiased; -} - -h1, h2, h3, h4, h5, h6 { - color:#232323; - margin:36px 0 10px; -} - -p, ul, ol, table, dl { - margin:0 0 22px; -} - -h1, h2, h3 { - font-family: Arvo, Monaco, serif; - line-height:1.3; - font-weight: normal; -} - -h1,h2, h3 { - display: block; - border-bottom: 1px solid #ccc; - padding-bottom: 5px; -} - -h1 { - font-size: 30px; -} - -h2 { - font-size: 24px; -} - -h3 { - font-size: 18px; -} - -h4, h5, h6 { - font-family: Arvo, Monaco, serif; - font-weight: 700; -} - -a { - color:#C30000; - font-weight:200; - text-decoration:none; -} - -a:hover { - text-decoration: underline; -} - -a small { - font-size: 12px; -} - -em { - font-style: italic; -} - -strong { - font-weight:700; -} - -ul { - list-style-position: inside; - list-style: disc; - padding-left: 25px; -} - -ol { - list-style-position: inside; - list-style: decimal; - padding-left: 25px; -} - -blockquote { - margin: 0; - padding: 0 0 0 20px; - font-style: italic; -} - -dl, dt, dd, dl p { - font-color: #444; -} - -dl { - dt { - font-weight: bold; - } - dd { - padding-left: 20px; - font-style: italic; - } - p { - padding-left: 20px; - font-style: italic; - } -} - -hr { - border:0; - background:#ccc; - height:1px; - margin:0 0 24px; -} - -/* Images */ - -img { - position: relative; - margin: 0 auto; - max-width: 650px; - padding: 5px; - margin: 10px 0 32px 0; - border: 1px solid #ccc; -} - -p img { - display: inline; - margin: 0; - padding: 0; - vertical-align: middle; - text-align: center; - border: none; -} - -/* Code blocks */ - -code, pre { - font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; - color:#000; - font-size:14px; -} - -pre { - padding: 4px 12px; - background: #FDFEFB; - border-radius:4px; - border:1px solid #D7D8C8; - overflow: auto; - overflow-y: hidden; - margin-bottom: 32px; -} - - -/* Tables */ - -table { - width:100%; -} - -table { - border: 1px solid #ccc; - margin-bottom: 32px; - text-align: left; -} - -th { - font-family: 'Arvo', Helvetica, Arial, sans-serif; - font-size: 18px; - font-weight: normal; - padding: 10px; - background: #232323; - color: #FDFEFB; -} - -td { - padding: 10px; - background: #ccc; -} - -/* Wrapper */ -.wrapper { - width:960px; -} - -/* Header */ -header { - background-color: #171717; - color: #FDFDFB; - width:170px; - float:left; - position:fixed; - border: 1px solid #000; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - padding: 34px 25px 22px 50px; - margin: 30px 25px 0 0; - -webkit-font-smoothing: antialiased; -} - -p.header { - font-size: 16px; -} - -h1.header { - font-family: Arvo, sans-serif; - font-size: 30px; - font-weight: 300; - line-height: 1.3em; - border-bottom: none; - margin-top: 0; -} - - -h1.header, a.header, a.name, header a{ - color: #fff; -} - -a.header { - text-decoration: underline; -} - -a.name { - white-space: nowrap; -} - -header ul { - list-style:none; - padding:0; -} - -header li { - list-style-type: none; - width:132px; - height:15px; - margin-bottom: 12px; - line-height: 1em; - padding: 6px 6px 6px 7px; - - background: #AF0011; - background: -moz-linear-gradient(top, #AF0011 0%, #820011 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd)); - background: -webkit-linear-gradient(top, #AF0011 0%,#820011 100%); - background: -o-linear-gradient(top, #AF0011 0%,#820011 100%); - background: -ms-linear-gradient(top, #AF0011 0%,#820011 100%); - background: linear-gradient(top, #AF0011 0%,#820011 100%); - - border-radius:4px; - border:1px solid #0D0D0D; - - -webkit-box-shadow: inset 0px 1px 1px 0 rgba(233,2,38, 1); - box-shadow: inset 0px 1px 1px 0 rgba(233,2,38, 1); -} - -header li:hover { - background: #C3001D; - background: -moz-linear-gradient(top, #C3001D 0%, #950119 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd)); - background: -webkit-linear-gradient(top, #C3001D 0%,#950119 100%); - background: -o-linear-gradient(top, #C3001D 0%,#950119 100%); - background: -ms-linear-gradient(top, #C3001D 0%,#950119 100%); - background: linear-gradient(top, #C3001D 0%,#950119 100%); -} - -a.buttons { - -webkit-font-smoothing: antialiased; - background: url(../images/arrow-down.png) no-repeat; - font-weight: normal; - text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0; - padding: 2px 2px 2px 22px; - height: 30px; -} - -a.github { - background: url(../images/octocat-small.png) no-repeat 1px; -} - -a.buttons:hover { - color: #fff; - text-decoration: none; -} - - -/* Section - for main page content */ - -section { - width:650px; - float:right; - padding-bottom:50px; -} - - -/* Footer */ - -footer { - width:170px; - float:left; - position:fixed; - bottom:10px; - padding-left: 50px; -} - -@media print, screen and (max-width: 960px) { - - div.wrapper { - width:auto; - margin:0; - } - - header, section, footer { - float:none; - position:static; - width:auto; - } - - footer { - border-top: 1px solid #ccc; - margin:0 84px 0 50px; - padding:0; - } - - header { - padding-right:320px; - } - - section { - padding:20px 84px 20px 50px; - margin:0 0 20px; - } - - header a small { - display:inline; - } - - header ul { - position:absolute; - right:130px; - top:84px; - } -} - -@media print, screen and (max-width: 720px) { - body { - word-wrap:break-word; - } - - header { - padding:10px 20px 0; - margin-right: 0; - } - - section { - padding:10px 0 10px 20px; - margin:0 0 30px; - } - - footer { - margin: 0 0 0 30px; - } - - header ul, header p.view { - position:static; - } -} - -@media print, screen and (max-width: 480px) { - - header ul li.download { - display:none; - } - - footer { - margin: 0 0 0 20px; - } - - footer a{ - display:block; - } - -} - -@media print { - body { - padding:0.4in; - font-size:12pt; - color:#444; - } -} diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css deleted file mode 100644 index 619d19d..0000000 --- a/stylesheets/stylesheet.css +++ /dev/null @@ -1,425 +0,0 @@ -/******************************************************************************* -Slate Theme for GitHub Pages -by Jason Costello, @jsncostello -*******************************************************************************/ - -@import url(pygment_trac.css); - -/******************************************************************************* -MeyerWeb Reset -*******************************************************************************/ - -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font: inherit; - vertical-align: baseline; -} - -/* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, -footer, header, hgroup, menu, nav, section { - display: block; -} - -ol, ul { - list-style: none; -} - -table { - border-collapse: collapse; - border-spacing: 0; -} - -/******************************************************************************* -Theme Styles -*******************************************************************************/ - -body { - box-sizing: border-box; - color:#373737; - background: #212121; - font-size: 16px; - font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif; - line-height: 1.5; - -webkit-font-smoothing: antialiased; -} - -h1, h2, h3, h4, h5, h6 { - margin: 10px 0; - font-weight: 700; - color:#222222; - font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif; - letter-spacing: -1px; -} - -h1 { - font-size: 36px; - font-weight: 700; -} - -h2 { - padding-bottom: 10px; - font-size: 32px; - background: url('../images/bg_hr.png') repeat-x bottom; -} - -h3 { - font-size: 24px; -} - -h4 { - font-size: 21px; -} - -h5 { - font-size: 18px; -} - -h6 { - font-size: 16px; -} - -p { - margin: 10px 0 15px 0; -} - -footer p { - color: #f2f2f2; -} - -a { - text-decoration: none; - color: #007edf; - text-shadow: none; - - transition: color 0.5s ease; - transition: text-shadow 0.5s ease; - -webkit-transition: color 0.5s ease; - -webkit-transition: text-shadow 0.5s ease; - -moz-transition: color 0.5s ease; - -moz-transition: text-shadow 0.5s ease; - -o-transition: color 0.5s ease; - -o-transition: text-shadow 0.5s ease; - -ms-transition: color 0.5s ease; - -ms-transition: text-shadow 0.5s ease; -} - -a:hover, a:focus {text-decoration: underline;} - -footer a { - color: #F2F2F2; - text-decoration: underline; -} - -em { - font-style: italic; -} - -strong { - font-weight: bold; -} - -img { - position: relative; - margin: 0 auto; - max-width: 739px; - padding: 5px; - margin: 10px 0 10px 0; - border: 1px solid #ebebeb; - - box-shadow: 0 0 5px #ebebeb; - -webkit-box-shadow: 0 0 5px #ebebeb; - -moz-box-shadow: 0 0 5px #ebebeb; - -o-box-shadow: 0 0 5px #ebebeb; - -ms-box-shadow: 0 0 5px #ebebeb; -} - -p img { - display: inline; - margin: 0; - padding: 0; - vertical-align: middle; - text-align: center; - border: none; -} - -pre, code { - width: 100%; - color: #222; - background-color: #fff; - - font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; - font-size: 14px; - - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; -} - -pre { - width: 100%; - padding: 10px; - box-shadow: 0 0 10px rgba(0,0,0,.1); - overflow: auto; -} - -code { - padding: 3px; - margin: 0 3px; - box-shadow: 0 0 10px rgba(0,0,0,.1); -} - -pre code { - display: block; - box-shadow: none; -} - -blockquote { - color: #666; - margin-bottom: 20px; - padding: 0 0 0 20px; - border-left: 3px solid #bbb; -} - - -ul, ol, dl { - margin-bottom: 15px -} - -ul { - list-style-position: inside; - list-style: disc; - padding-left: 20px; -} - -ol { - list-style-position: inside; - list-style: decimal; - padding-left: 20px; -} - -dl dt { - font-weight: bold; -} - -dl dd { - padding-left: 20px; - font-style: italic; -} - -dl p { - padding-left: 20px; - font-style: italic; -} - -hr { - height: 1px; - margin-bottom: 5px; - border: none; - background: url('../images/bg_hr.png') repeat-x center; -} - -table { - border: 1px solid #373737; - margin-bottom: 20px; - text-align: left; - } - -th { - font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif; - padding: 10px; - background: #373737; - color: #fff; - } - -td { - padding: 10px; - border: 1px solid #373737; - } - -form { - background: #f2f2f2; - padding: 20px; -} - -/******************************************************************************* -Full-Width Styles -*******************************************************************************/ - -.outer { - width: 100%; -} - -.inner { - position: relative; - max-width: 640px; - padding: 20px 10px; - margin: 0 auto; -} - -#forkme_banner { - display: block; - position: absolute; - top:0; - right: 10px; - z-index: 10; - padding: 10px 50px 10px 10px; - color: #fff; - background: url('../images/blacktocat.png') #0090ff no-repeat 95% 50%; - font-weight: 700; - box-shadow: 0 0 10px rgba(0,0,0,.5); - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; -} - -#header_wrap { - background: #212121; - background: -moz-linear-gradient(top, #373737, #212121); - background: -webkit-linear-gradient(top, #373737, #212121); - background: -ms-linear-gradient(top, #373737, #212121); - background: -o-linear-gradient(top, #373737, #212121); - background: linear-gradient(top, #373737, #212121); -} - -#header_wrap .inner { - padding: 50px 10px 30px 10px; -} - -#project_title { - margin: 0; - color: #fff; - font-size: 42px; - font-weight: 700; - text-shadow: #111 0px 0px 10px; -} - -#project_tagline { - color: #fff; - font-size: 24px; - font-weight: 300; - background: none; - text-shadow: #111 0px 0px 10px; -} - -#downloads { - position: absolute; - width: 210px; - z-index: 10; - bottom: -40px; - right: 0; - height: 70px; - background: url('../images/icon_download.png') no-repeat 0% 90%; -} - -.zip_download_link { - display: block; - float: right; - width: 90px; - height:70px; - text-indent: -5000px; - overflow: hidden; - background: url(../images/sprite_download.png) no-repeat bottom left; -} - -.tar_download_link { - display: block; - float: right; - width: 90px; - height:70px; - text-indent: -5000px; - overflow: hidden; - background: url(../images/sprite_download.png) no-repeat bottom right; - margin-left: 10px; -} - -.zip_download_link:hover { - background: url(../images/sprite_download.png) no-repeat top left; -} - -.tar_download_link:hover { - background: url(../images/sprite_download.png) no-repeat top right; -} - -#main_content_wrap { - background: #f2f2f2; - border-top: 1px solid #111; - border-bottom: 1px solid #111; -} - -#main_content { - padding-top: 40px; -} - -#footer_wrap { - background: #212121; -} - - - -/******************************************************************************* -Small Device Styles -*******************************************************************************/ - -@media screen and (max-width: 480px) { - body { - font-size:14px; - } - - #downloads { - display: none; - } - - .inner { - min-width: 320px; - max-width: 480px; - } - - #project_title { - font-size: 32px; - } - - h1 { - font-size: 28px; - } - - h2 { - font-size: 24px; - } - - h3 { - font-size: 21px; - } - - h4 { - font-size: 18px; - } - - h5 { - font-size: 14px; - } - - h6 { - font-size: 12px; - } - - code, pre { - min-width: 320px; - max-width: 480px; - font-size: 11px; - } - -}