summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/7.css3
-rw-r--r--css/addnew.css96
-rw-r--r--css/app.css44
-rw-r--r--css/bootstrap/tooltip.css114
-rw-r--r--css/content.css457
-rw-r--r--css/custom.css3
-rw-r--r--css/feeds.css290
-rw-r--r--css/firstrun.css41
-rw-r--r--css/items.css465
-rw-r--r--css/navigation.css157
-rw-r--r--css/owncloud6.css83
-rw-r--r--css/settings.css71
-rw-r--r--css/showall.css41
13 files changed, 696 insertions, 1169 deletions
diff --git a/css/7.css b/css/7.css
new file mode 100644
index 000000000..5e631c417
--- /dev/null
+++ b/css/7.css
@@ -0,0 +1,3 @@
+/**
+ * Backported styles for ownCloud 7
+ */ \ No newline at end of file
diff --git a/css/addnew.css b/css/addnew.css
deleted file mode 100644
index 24cdd6000..000000000
--- a/css/addnew.css
+++ /dev/null
@@ -1,96 +0,0 @@
-/**
- * ownCloud - News
- *
- * @author Bernhard Posselt
- * @copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU Affero General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-
-
-.add-new:hover a.opened {
- background-color: transparent !important;
-}
-
-.add-new-popup {
- display: none;
- padding: 15px 10px;
-}
-
-.add-new input[type=text] {
- width: 120px;
-}
-
-.add-new select {
- width: 133px;
- margin-top: 1px !important;
- height: 30px;
- background-color: #eee;
-}
-
-.add-new input {
- margin-top: 15px;
- box-sizing: border-box;
-}
-
-.add-new input,
-.add-new select {
- margin: 0 0 5px 0;
- display: inline-block;
- float: left;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-right: 0;
-}
-
-.add-new button {
- margin: 0 0 5px 0;
- display: inline-block;
- float: left;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
- height: 30px !important;
- margin-top: 1px;
-}
-
-.add-new .action-button {
- width: 30px;
- background-position: center;
- background-repeat: no-repeat;
-}
-
-.add-new .back-button {
- border-radius: 0;
- background-image: url('../img/delete.svg');
-}
-
-.add-new .new-button {
- border-radius: 0;
- background-image: url('../img/add.svg');
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
-}
-
-.add-new .create-button {
- border-radius: 0;
- background-image: url('../img/mark_read.svg');
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
-}
-
-.add-new .error {
- padding: 0 0 10px 0;
-} \ No newline at end of file
diff --git a/css/app.css b/css/app.css
new file mode 100644
index 000000000..4224ad3fc
--- /dev/null
+++ b/css/app.css
@@ -0,0 +1,44 @@
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright Bernhard Posselt 2014
+ */
+#global-loading {
+ width: 100%;
+ height: 100%;
+}
+
+#undo-container {
+ position: fixed;
+ top: 0px;
+ width: 100%;
+ text-align: center;
+ z-index: 101;
+ line-height: 1.2;
+}
+
+#undo {
+ z-index:101;
+ background-color:#fc4;
+ border:0;
+ padding:0 .7em .3em;
+ display:none;
+ position: relative;
+ top:0;
+ border-bottom-left-radius:1em;
+ border-bottom-right-radius:1em;
+}
+
+ #undo a {
+ font-weight: bold;
+ }
+
+ #undo a:hover {
+ text-decoration: underline;
+ }
+
+
diff --git a/css/bootstrap/tooltip.css b/css/bootstrap/tooltip.css
deleted file mode 100644
index a5bf30552..000000000
--- a/css/bootstrap/tooltip.css
+++ /dev/null
@@ -1,114 +0,0 @@
-/*!
- * Bootstrap v2.3.1
- *
- * Copyright 2012 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
- */
-.clearfix {
- *zoom: 1;
-}
-.clearfix:before,
-.clearfix:after {
- display: table;
- content: "";
- line-height: 0;
-}
-.clearfix:after {
- clear: both;
-}
-.hide-text {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-.input-block-level {
- display: block;
- width: 100%;
- min-height: 30px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.tooltip {
- position: fixed;
- z-index: 1030;
- display: block;
- visibility: visible;
- font-size: 11px;
- line-height: 1.4;
- opacity: 0;
- filter: alpha(opacity=0);
- white-space: nowrap;
- overflow: visible;
-}
-.tooltip.in {
- opacity: 0.8;
- filter: alpha(opacity=80);
-}
-.tooltip.top {
- margin-top: -3px;
- padding: 5px 0;
-}
-.tooltip.right {
- margin-left: 3px;
- padding: 0 5px;
-}
-.tooltip.bottom {
- margin-top: 3px;
- padding: 5px 0;
-}
-.tooltip.left {
- margin-left: -3px;
- padding: 0 5px;
-}
-.tooltip-inner {
- max-width: 200px;
- padding: 8px;
- color: #ffffff;
- text-align: center;
- text-decoration: none;
- background-color: #000000;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-.tooltip-arrow {
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
-}
-.tooltip.top .tooltip-arrow {
- bottom: 0;
- left: 50%;
- margin-left: -5px;
- border-width: 5px 5px 0;
- border-top-color: #000000;
-}
-.tooltip.right .tooltip-arrow {
- top: 50%;
- left: 0;
- margin-top: -5px;
- border-width: 5px 5px 5px 0;
- border-right-color: #000000;
-}
-.tooltip.left .tooltip-arrow {
- top: 50%;
- right: 0;
- margin-top: -5px;
- border-width: 5px 0 5px 5px;
- border-left-color: #000000;
-}
-.tooltip.bottom .tooltip-arrow {
- top: 0;
- left: 50%;
- margin-left: -5px;
- border-width: 0 5px 5px;
- border-bottom-color: #000000;
-}
diff --git a/css/content.css b/css/content.css
new file mode 100644
index 000000000..e0b4243e2
--- /dev/null
+++ b/css/content.css
@@ -0,0 +1,457 @@
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright Bernhard Posselt 2014
+ */
+
+/**
+ * First run styles
+ */
+#first-run {
+ display: none;
+ height: 100%;
+ width: 100%;
+}
+
+.first-run #first-run {
+ display: block;
+}
+
+#first-run > div {
+ width: 100%;
+ height: 100%;
+ display: table;
+}
+
+#first-run > div > div {
+ display: table-row;
+}
+
+#first-run > div > div > * {
+ display: table-cell;
+ vertical-align: middle;
+}
+
+
+#first-run .title h1 {
+ color: #222;
+ font-size: 18px;
+ text-align: center;
+}
+
+#first-run .helper h1 {
+ color: #222;
+ font-size: 18px;
+ height: 44px;
+ padding-left: 45px;
+ background-position: 15px center;
+ background-image: url('../img/arrow.svg');
+ background-repeat: no-repeat;
+}
+.first-run #app-content-wrapper {
+ height: 100%;
+}
+
+/**
+ * Content styles
+ */
+#app-content.loading-content {
+ background: url('../img/loading.gif') no-repeat;
+ background-position: calc(50% - 16px) calc(50% - 16px);
+}
+
+#app-content.loading-content > * {
+ display: none;
+}
+
+#app-content:not(.first-run):after {
+ content: '';
+ display: block;
+ height: 100%;
+}
+
+#app-content-wrapper.autopaging:after {
+ content: '';
+ background-image: url('../img/loading.gif') no-repeat;
+ background-position: calc(50% - 16px) calc(50% - 16px);
+}
+
+/**
+ * Rules for a single feed item
+ */
+#app-content .only-in-expanded {
+ display: block;
+}
+
+#app-content .compact .only-in-expanded {
+ display: none;
+}
+
+#app-content .only-in-compact {
+ display: none;
+}
+
+#app-content .compact .only-in-compact {
+ display: block;
+}
+
+#app-content .item {
+ cursor: default;
+ border-bottom: 1px solid #eee;
+ background-image: linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px);
+}
+
+#app-content :not(.compact) .item {
+}
+
+#app-content .item:last-child {
+ border-bottom: 0;
+}
+
+/**
+ * Utils panel
+ */
+#app-content .utils {
+ width: 100%;
+ line-height: 52px;
+ box-sizing: border-box;
+ padding: 15px 50px 0 15px;
+}
+
+#app-content .compact .utils {
+ cursor: pointer;
+ padding-top: 0;
+}
+
+#app-content .utils ul {
+ height: 40px;
+ list-style-type: none;
+ display: flex;
+ margin: 0;
+ padding: 0;
+}
+
+ #app-content .util-spacer {
+ width: 20px;
+ }
+
+ #app-content .compact .util-spacer {
+ width: 45px;
+ }
+
+ #app-content .utils li {
+ line-height: 40px;
+ vertical-align: middle;
+ }
+
+ #app-content .utils li:last-child {
+ padding-right: 0;
+ }
+
+ #app-content .utils li:first-child {
+ padding-left: 0;
+ }
+
+ #app-content .utils .util {
+ padding: 0 6px;
+ }
+
+ #app-content .utils button,
+ #app-content .utils .external {
+ padding: 0;
+ margin: 0;
+ height: 40px;
+ width: 40px;
+ border: 0;
+ float: left;
+ background-color: transparent;
+ background-size: 100%;
+ background-repeat: no-repeat;
+ background-size: 25px;
+ background-position: center;
+ }
+
+ #app-content .utils .external,
+ #app-content .utils .menu button,
+ #app-content .utils .icon-toggle {
+ display: inline-block;
+ opacity: 0.3;
+ }
+
+ #app-content .utils .external:hover,
+ #app-content .utils .menu button:hover,
+ #app-content .utils .icon-toggle:hover,
+ #app-content .utils .icon-toggle.keep-unread {
+ opacity: 1;
+ }
+
+ #app-content .utils .star {
+ background-image: url('../img/inactive_star.svg');
+ }
+
+ #app-content .utils .starred,
+ #app-content .utils .star:hover {
+ background-image: url('../img/active_star.svg');
+ }
+
+ /**
+ * Article title
+ */
+ #app-content .utils .title {
+ width: 100%;
+ padding-left: 35px;
+ background-position: left center;
+ background-size: 20px 20px;
+ background-repeat: no-repeat;
+ }
+
+ #app-content .feed-view .utils .title {
+ background: none !important;
+ padding-left: 0;
+ }
+
+ #app-content .utils .title h1 a {
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ width: 100%;
+ line-height: 40px;
+ display: inline-block;
+ color: #222;
+ font-weight: bold;
+ font-size: 16px;
+ }
+
+ #app-content .read .utils .title h1 a {
+ font-weight: normal;
+ color: #888;
+ }
+
+ #app-content .utils .date {
+ padding: 0 15px;
+ margin-right: 25px;
+ }
+
+ @media (max-width: 770px) {
+ #app-content .utils .date {
+ display: none;
+ }
+ }
+
+/**
+ * Expanded content
+ */
+#app-content .heading {
+ padding: 25px 0 10px 0;
+}
+
+#app-content .heading h1 {
+ font-size: 19px;
+ margin-right: 182px;
+ word-wrap: break-word;
+}
+
+ #app-content .heading a {
+ font-weight: bold;
+ color: #000;
+ }
+ #app-content .heading a:hover {
+ text-decoration: underline;
+ }
+
+#app-content .heading .date {
+ float: right;
+ display: inline-block;
+ font-size: 15px;
+}
+
+#app-content .read .heading a {
+ font-weight: normal !important;
+ color: #888;
+}
+
+#app-content .feed-view .source {
+ display: none;
+}
+
+/**
+ * Actual content
+ */
+#app-content .article {
+ min-height: 69px;
+ padding: 0 50px 50px 50px;
+}
+
+#app-content .compact .article {
+ display: none;
+}
+
+#app-content .open .article {
+ display: block;
+}
+
+/**
+ * Timestamp
+ */
+#app-content .subtitle {
+ color: #aaa;
+ font-size: 15px;
+ width: 100%;
+ padding-bottom: 25px;
+}
+
+#app-content .subtitle a {
+ color: #aaa;
+}
+
+#app-content .subtitle a:hover {
+ text-decoration: underline;
+}
+
+#app-content .date {
+ color: #aaa;
+ white-space: nowrap;
+}
+
+/**
+ * Author
+ */
+#app-content .author {
+ color: #aaa;
+ font-size: 15px;
+}
+
+ #app-content .author a {
+ color: inherit;
+ }
+
+ #app-content .author a:hover {
+ text-decoration: underline;
+ }
+
+/**
+ * Enclosure
+ */
+#app-content .enclosure {
+ padding: 20px 0;
+ text-align: center;
+ max-width: 770px;
+ margin-bottom: 15px;
+}
+
+#app-content .enclosure audio,
+#app-content .enclosure video,
+#app-content .enclosure img {
+ width: 100%;
+}
+
+
+/**
+ * Article body
+ */
+#app-content .body {
+ max-width: 770px;
+ font-size: 14px;
+ clear: both;
+ overflow-x: auto;
+}
+
+ #app-content .body p {
+ line-height: 1.5;
+ margin: 7px 0 14px 0;
+ }
+
+ #app-content .body img,
+ #app-content .body table {
+ max-width: 100%;
+ height: auto;
+ overflow: auto;
+ word-wrap: break-word;
+ white-space:normal;
+ }
+
+ #app-content .body > img:first-child,
+ #app-content .body > div:first-child > img:first-child {
+ padding: 0 14px 0 0;
+ float: left;
+ }
+
+ #app-content .body h1,
+ #app-content .body h2 {
+ font-size: 17px;
+ font-weight: bold;
+ color: #222;
+ margin: 21px 0 0 0;
+ }
+
+ #app-content .body h3 {
+ font-size: 15px;
+ font-weight: bold;
+ color: #222;
+ margin: 21px 0 0 0;
+ text-decoration: underline;
+ }
+
+ #app-content .body > div {
+ margin: 7px 0;
+ }
+
+ #app-content .body a {
+ color: #0000ff;
+ text-decoration: underline;
+ }
+
+ #app-content .body ul {
+ margin: 7px 0;
+ padding-left: 14px;
+ list-style-type: disc;
+ }
+
+ #app-content .body ol {
+ margin: 7px 0;
+ padding-left: 21px;
+ }
+
+ #app-content .body ul li {
+ cursor: default;
+ line-height: 21px;
+ }
+
+ #app-content .body pre {
+ padding: 7px 7px 7px 14px;
+ background-color: #dadada;
+ border: 1px solid #ccc;
+ margin: 7px 0 14px 0;
+ overflow-y: auto;
+ }
+ #app-content .body pre::-webkit-scrollbar {
+ height: 10px;
+ }
+
+ #app-content .body pre::-webkit-scrollbar-thumb {
+ background: #333;
+ }
+
+ #app-content .body pre::-webkit-scrollbar-track-piece {
+ background: #ddd;
+ }
+
+ #app-content .body code,
+ #app-content .body pre {
+ font-family: monospace;
+ font-size: 16px;
+ }
+
+ #app-content .body blockquote {
+ border-left: 1px solid rgb(210,210,210);
+ margin: 25px 0;
+ padding: 0 0 0 15px;
+ font-style: italic;
+ }
+
+
+
diff --git a/css/custom.css b/css/custom.css
new file mode 100644
index 000000000..d87a2669a
--- /dev/null
+++ b/css/custom.css
@@ -0,0 +1,3 @@
+/**
+ * Add your custom styles here
+ */ \ No newline at end of file
diff --git a/css/feeds.css b/css/feeds.css
deleted file mode 100644
index 6cd6ee6a5..000000000
--- a/css/feeds.css
+++ /dev/null
@@ -1,290 +0,0 @@
-/**
- * ownCloud - News
- *
- * @author Bernhard Posselt
- * @copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU Affero General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-#undo-container {
- position: fixed;
- top: 0px;
- width: 100%;
- text-align: center;
- z-index: 101;
- line-height: 1.2;
-}
-
-#undo {
- z-index:101;
- background-color:#fc4;
- border:0;
- padding:0 .7em .3em;
- display:none;
- position: relative;
- top:0;
- -moz-border-radius-bottomleft:1em;
- -webkit-border-bottom-left-radius:1em;
- border-bottom-left-radius:1em;
- -moz-border-radius-bottomright:1em;
- -webkit-border-bottom-right-radius:1em;
- border-bottom-right-radius:1em;
-}
-
-#undo a {
- font-weight: bold;
-}
-
-#undo a:hover {
- text-decoration: underline;
-}
-
-
-.starred-icon {
- background-image: url('../img/starred.png');
-}
-
-.subscriptions-icon {
- background-image: url('../img/rss.svg');
-}
-
-.unread > a,
-.unread > .utils .unread-counter {
- font-weight: bold;
-}
-
-#app-navigation .with-icon .list-title {
- padding-left:16px;
-}
-
-#app-navigation .with-icon .list-title span {
- display:none;
- margin-left:6px;
-}
-
-#app-navigation .with-icon .list-title:hover span {
- display:inline;
-}
-
-#app-navigation .with-icon .opened span {
- display:inline;
-}
-
-#app-navigation .unread > a {
- padding-right: 32px;
-}
-
-#app-navigation .active > a {
- padding-right: 40px;
-}
-
-#app-navigation .active.unread > a {
- padding-right: 80px;
-}
-
-#app-navigation li:hover > a {
- padding-right: 60px;
-}
-
-#app-navigation .add-new:hover > a {
- padding-right: 0px;
-}
-
-#app-navigation .utils {
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
-}
-
-#app-navigation .utils > * {
- float: right;
-}
-
-#app-navigation .utils button {
- margin: 0;
- background-position: center;
- background-repeat: no-repeat;
- background-color: transparent;
- border: 0;
- box-shadow: none;
- display: none;
- height: 30px;
- width: 22px;
-}
-
-#app-navigation li:hover > .utils button {
- display: block;
-}
-
-/* only display the delete button when the feed is active */
-#app-navigation li:hover > .utils .delete-button {
- display: none;
-}
-
-#app-navigation li.active > .utils .delete-button {
- display: block;
-}
-
-.folder {
- text-transform: uppercase;
-}
-
-.feed {
- text-transform: none;
-}
-
-.unread-counter {
- padding: 8px 6px 8px 5px;
- overflow: hidden;
- text-overflow: ellipsis;
- text-align: center;
- font-size: 9pt;
- display: none;
-}
-
-
-.unread .unread-counter {
- display: block;
-}
-.starred .unread-counter {
- font-weight: normal !important;
-}
-
-
-button.action {
- opacity: .5;
-}
-
-button.action:hover {
- opacity: 1;
-}
-
-
-#app-navigation li:hover > .utils {
- display: block;
-}
-
-#app-navigation li:hover > .utils .unread-counter {
- padding-left: 0;
-}
-
-#app-navigation .rename-feed > input {
- width: 155px;
- height: 15px;
-}
-
-#app-navigation .folder-input {
- text-transform: uppercase;
-}
-
-.delete-icon {
- background-image: url('../img/delete.svg');
-}
-
-.rename-feed-icon {
- background-image: url('../img/rename.svg');
-}
-
-.mark-read-icon {
- background-image: url('../img/mark_read.svg');
-}
-
-.rename-feed input {
- margin: 1px 0 0px 5px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-right: 0;
-}
-
-.rename-feed button {
- margin: 5px 0 5px 0;
- display: inline-block;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
- width: 30px !important;
- height: 30px !important;
- padding: 0.6em;
-}
-
-.rename-feed .action-button {
- background-position: center;
- background-repeat: no-repeat;
-}
-
-.rename-feed .back-button {
- border-radius: 3px;
- background-image: url('../img/delete.svg');
-}
-
-.rename-feed .create-button {
- border-radius: 3px;
- background-image: url('../img/mark_read.svg');
-}
-
-.rss-icon {
- background-image: url('../img/rss.svg');
-}
-
-#app-navigation .ui-draggable-dragging {
- width: 249px;
-}
-
-#app-navigation .multiselect {
- height:20px;
-}
-
-.progress-icon {
- background-image: url('../img/loading.gif');
-}
-
-.problem-icon {
- background-image: url('../img/problem.svg') !important;
-}
-
-.failed {
- background-color: #F2FF63 !important;
- text-shadow: none !important;
- font-weight: bold;
-}
-
- .failed .title {
- background-color: #F2FF63 !important;
- width: 299px !important;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- display: inline-block !important;
- }
-
- .failed a:hover,
- .failed:hover a {
- background-color: #F2FF63 !important;
- }
-
- .failed .message {
- font-weight: normal;
- padding: 5px 20px 5px 32px;
- }
-
- .folder .feed.failed .message {
- padding-left: 48px;
- }
-
-.tooltip {
- text-shadow: none;
- text-transform: none;
-}
diff --git a/css/firstrun.css b/css/firstrun.css
deleted file mode 100644
index 7467a7b2b..000000000
--- a/css/firstrun.css
+++ /dev/null
@@ -1,41 +0,0 @@
-/**
-* ownCloud - News
-*
-* @author Alessandro Cosentino
-* @author Bernhard Posselt
-* @copyright 2013 Alessandro Cosentino cosenal@gmail.com
-* @copyright 2013 Bernhard Posselt dev@bernhard-posselt.com
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
-* License as published by the Free Software Foundation; either
-* version 3 of the License, or any later version.
-*
-* This library is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
-*
-* You should have received a copy of the GNU Affero General Public
-* License along with this library. If not, see <http://www.gnu.org/licenses/>.
-*
-*/
-
-#firstrun {
- height: 100%;
- margin-left: 300px;
- position: relative;
-}
-
-#firstrun .message {
- color: #888888;
- font-size: 1.5em;
- font-weight: bold;
- text-shadow: 0 1px 0 #FFFFFF;
- position: absolute;
- top: 50%;
- text-align: center;
- width: 100%;
- margin-top: -0.75em;
-}
-
diff --git a/css/items.css b/css/items.css
deleted file mode 100644
index 996df486d..000000000
--- a/css/items.css
+++ /dev/null
@@ -1,465 +0,0 @@
-/**
- * ownCloud - News
- *
- * @author Bernhard Posselt
- * @copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU Affero General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-#app-content:after {
- content: '';
- display: block;
- height: 100%;
-}
-
-#app-content.autopaging:after {
- content: '';
- background-image: url('../img/loading.gif');
- background-position: center;
- background-repeat: no-repeat;
- background-size: 18px;
- display: block;
- height: 100%;
-}
-
-#app-content.loading {
- background-image: url('../img/loading.gif');
- background-position: center;
- background-repeat: no-repeat;
-}
-
-#app-content.loading > ul {
- display: none;
-}
-
-
-.pull-refresh {
- -webkit-transition: height 0.5s;
- -moz-transition: height 0.5s;
- transition: height 0.5s;
- background-image: url('../img/loading.gif'), linear-gradient(top, rgb(235,235,235) 0%, rgb(248,248,248) 100%);
- background-image: url('../img/loading.gif'), -o-linear-gradient(top, rgb(235,235,235) 0%, rgb(248,248,248) 100%);
- background-image: url('../img/loading.gif'), -moz-linear-gradient(top, rgb(235,235,235) 0%, rgb(248,248,248) 100%);
- background-image: url('../img/loading.gif'), -webkit-linear-gradient(top, rgb(235,235,235) 0%, rgb(248,248,248) 100%);
- background-image: url('../img/loading.gif'), -ms-linear-gradient(top, rgb(235,235,235) 0%, rgb(248,248,248) 100%);
- background-position: center 45px, center;
- background-repeat: no-repeat;
- background-size: 18px, 100%;
- height: 0;
- width: 100%;
-}
-
-.refresh {
- height: 80px;
-}
-
-/**
- * Rules for a single feed item
- */
-.feed_item {
- border-top: 1px solid #ccc;
- min-height: 120px;
- background-image: linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px);
- background-image: -o-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px);
- background-image: -moz-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px);
- background-image: -webkit-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px);
- background-image: -ms-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px);
- padding: 35px 0 0 0;
- cursor: default;
-}
-
-.feed_item.viewed {
- border-right: 5px solid #F28627;
-}
-
-
-.feed_item:first-child {
- border-top: 0;
-}
-
- /**
- * Utils panel
- */
- .feed_item .item_utils {
- height: 28px;
- margin: 0 0 0 8px;
- float: left;
- }
-
- /**
- * Primary feed utils which are always shown
- */
-