summaryrefslogtreecommitdiff
path: root/utility.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-19 21:22:01 +0400
committerAndrew Dolgov <[email protected]>2013-05-19 21:22:01 +0400
commit5bbc4bb4b04519036946db961ddea551fdf2eb6c (patch)
tree78bc9a94551c8899ac2c1479811fedd568e8dd00 /utility.css
parenta5eca8875078f7fea55e009a47694a2111354ae6 (diff)
move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
Diffstat (limited to 'utility.css')
-rw-r--r--utility.css265
1 files changed, 0 insertions, 265 deletions
diff --git a/utility.css b/utility.css
deleted file mode 100644
index ac0180e44..000000000
--- a/utility.css
+++ /dev/null
@@ -1,265 +0,0 @@
-body {
- background : #f9fbff;
- color : black;
- padding : 0px;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 14px;
- margin-left : auto;
- margin-right : auto;
- max-width : 800px;
-}
-
-form {
- margin : 10px 0px 0px 0px;
- padding : 0px;
-}
-
-div.content {
- background : white;
- border : 1px solid #ccc;
- padding : 10px;
- border-radius : 4px;
- box-shadow : inset 0 0 3px rgba(0,0,0,0.1);
-}
-
-p.warning {
- color : red;
-}
-
-p.query, code {
- color : green;
-}
-
-p.insensitive {
- color : gray;
-}
-
-div.insensitive-small {
- color : gray;
- font-size : 10px;
-}
-
-.floatingLogo {
- float : right;
- position : relative;
- top : -10px;
-}
-
-a {
- color : #4684ff;
- text-decoration : none;
-}
-
-a:hover {
- color : black;
-}
-
-div.notice, div.warning, div.error {
- padding : 4px 10px 4px 4px;
- display : inline-block;
- margin : 2px 0px 4px 0px;
- font-size : 12px;
- border-style : solid;
- border-color : #ccc;
- border-radius : 4px;
- border-width : 1px;
- box-shadow : 0px 0px 2px rgba(0,0,0,0.1);
-}
-
-div.notice div.inner, div.warning div.inner, div.error div.inner {
- vertical-align : middle;
-}
-
-div.notice {
- background : #ecf4ff;
- border-color : #88b0f0;
-}
-
-div.warning {
- border-color : #EFDC88;
- background : #fff7d5;
-}
-
-div.error {
- background : #ffcccc;
- border-color : #ff0000;
-}
-
-div.warning img, div.notice img, div.error img {
- margin-right : 4px;
- vertical-align : middle;
-}
-
-div.warning span, div.notice span, div.error span {
- display : table-cell;
- vertical-align : middle;
-
-}
-
-h1 {
- color : #88b0f0;
- font-size : 32px;
- margin : 20px 0px 5px 0px;
- text-shadow : 0 0 6px #fff;
-}
-
-h2 {
- color : #88b0f0;
- font-size : 14pt;
- border-width : 0px 0px 1px 0px;
- border-color : #f0f0f0;
- border-style : solid;
-}
-
-div.content > h2 {
- margin-top : 0px;
-}
-
-div.rss h1 {
- border-width : 0px 0px 1px 0px;
- border-color : gray;
- border-style : dotted;
- color : gray;
- margin-right : 90px;
-}
-
-div.rss h2 {
- font-size : 12pt;
-}
-
-div.rss a.extlink {
- color : gray;
- border-width : 0px 0px 1px 0px;
- border-color : #778899;
- border-style : dotted;
- font-size : 9pt;
-}
-
-div.rss img {
- max-width : 775px;
-}
-
-div.rss p.description {
- color : gray;
- font-size : 9pt;
-}
-
-div.rss div.content {
- margin-top : 0.5em;
-}
-
-div.rss img.feedicon {
- float : right;
-}
-
-div.rss hr {
- border-width : 0px 0px 1px 0px;
- border-style : dashed;
- border-color : #e0e0e0;
-}
-
-body#sharepopup {
- background-color : white;
- background-image : url("images/toolbar.png");
- background-repeat : repeat-x;
- background-position : bottom;
- margin : 10px;
- padding : 0px;
-}
-
-body#sharepopup h1 {
- font-size : 14px;
- margin : 0px;
- color : #88b0f0;
-}
-
-body#sharepopup table {
- background : white;
- border : 1px solid #88b0f0;
- padding : 5px;
-}
-
-body#sharepopup form {
- height : 100%;
-}
-
-body#sharepopup input {
- width : 100%;
-}
-
-div.autocomplete {
- position : absolute;
- width : 250px;
- background-color : white;
- border :1px solid #778899;
- margin : 0px;
- padding : 0px;
- z-index : 4;
-}
-
-div.autocomplete ul {
- list-style-type : none;
- margin : 0px;
- padding : 0px;
- font-size : 10px;
-}
-
-div.autocomplete ul li.selected {
- background-color : #fff7d5;
-}
-
-div.autocomplete ul li {
- list-style-type : none;
- display : block;
- margin : 0;
- padding : 2px;
- height : 32px;
- cursor : pointer;
-}
-
-fieldset {
- border-width : 0px;
- padding : 0px 0px 5px 0px;
- margin : 0px;
-}
-
-fieldset input {
- font-family : sans-serif;
- font-size : medium;
- border-spacing : 2px;
- border : 1px solid #b5bcc7;
- padding : 2px;
-}
-
-fieldset label {
- width : 120px;
- margin-right : 20px;
- display : inline-block;
- text-align : right;
- color : gray;
-}
-
-body.otp {
- margin : 1em;
- padding : 0px;
-}
-
-form.otpform {
- margin : 0px;
- padding : 0px;
-}
-
-form.otpform label {
- margin : 0px;
- padding : 0px;
-}
-
-body.otp div.content {
- display : inline-block;
- width : auto;
-}
-
-span.hint {
- font-size : 10px;
- color : gray;
-}