]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - css/style.css
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / css / style.css
diff --git a/css/style.css b/css/style.css
deleted file mode 100644 (file)
index 764cf62..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-body {
-    color: #222222;
-    font: 20px/1.3em Palatino,Georgia,serif;
-    background-color: #F1F1F1;
-}
-
-body.article {
-    background-color: #ffffff;
-}
-
-a, a:hover, a:visited {
-    color: #000;
-}
-header {
-    text-align: center;
-}
-
-#article header {
-    text-align: left;
-    border-bottom: 1px solid #222222;
-}
-
-#article header a {
-    text-decoration: none;
-}
-
-#article header .vieworiginal a {
-    color: #888888;
-}
-
-#main, #article {
-    margin: 0 auto;
-}
-
-#main ul#links {
-    padding: 0;
-    list-style-type: none;
-    text-align: center;
-}
-
-#main ul#links li {
-    display: inline;
-    padding: 15px;
-}
-
-#main #entries {
-    margin-top: 20px;
-}
-
-#main #entries .entrie {
-    color: rgb(46, 46, 46);
-    position:relative;
-    background-color: #ffffff;
-    height: 8em;
-}
-
-#main #entries .entrie h2 a {
-    text-decoration: none;
-}
-
-#main #entries .entrie h2 a:hover {
-    color: #F5BE00;
-}
-
-#main #entries .entrie .tools {
-    position:absolute;
-    bottom: 0;
-    width: 100%;
-    text-align: right;
-}
-
-#main a.tool {
-    text-decoration: none;
-}
-
-footer {
-    text-align: right;
-}
\ No newline at end of file