1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-05 13:20:55 +02:00
ttrss/css/utility.css

291 lines
3.9 KiB
CSS
Raw Normal View History

body.sanity_failed {
background : #900;
}
2007-03-02 15:08:00 +01:00
body {
2014-01-28 12:31:13 +01:00
background : #f5f5f5;
color : black;
padding : 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
2013-03-27 16:40:49 +01:00
margin-left : auto;
margin-right : auto;
max-width : 800px;
}
2015-06-12 12:06:36 +02:00
body.small_margins {
margin : 1em;
max-width : none;
}
2013-03-27 19:03:52 +01:00
form {
margin : 10px 0px 0px 0px;
2013-03-27 19:03:52 +01:00
padding : 0px;
}
2013-03-27 16:40:49 +01:00
div.content {
overflow : hidden;
background : white;
2014-01-28 12:40:33 +01:00
border : 1px solid #ddd;
2013-03-27 16:40:49 +01:00
padding : 10px;
2015-08-12 10:45:06 +02:00
border-radius : 6px;
2014-01-29 06:48:19 +01:00
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
2007-03-02 15:08:00 +01:00
}
p.warning {
color : red;
}
2008-01-11 08:18:19 +01:00
p.query, code {
color : green;
}
2007-03-02 14:58:51 +01:00
p.insensitive {
color : gray;
}
2007-03-02 15:08:00 +01:00
2012-09-09 15:40:38 +02:00
div.insensitive-small {
color : gray;
font-size : 10px;
}
2007-03-02 15:08:00 +01:00
.floatingLogo {
2014-01-28 12:31:13 +01:00
display : none;
2007-03-02 15:08:00 +01:00
}
a {
2015-08-12 15:58:06 +02:00
color : rgb(82, 168, 236);
2007-03-02 15:08:00 +01:00
text-decoration : none;
}
a:hover {
color : black;
}
2015-08-11 17:37:07 +02:00
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
2013-05-12 10:27:53 +02:00
}
2015-08-11 17:37:07 +02:00
.alert,
.alert h4 {
color: #c09853;
2013-03-27 19:03:52 +01:00
}
2015-08-11 17:37:07 +02:00
.alert h4 {
margin: 0;
}
2015-08-11 17:37:07 +02:00
.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 20px;
cursor : pointer;
}
2015-08-11 17:37:07 +02:00
.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
2013-03-27 19:03:52 +01:00
}
2015-08-11 17:37:07 +02:00
.alert-success h4 {
color: #468847;
2013-04-18 20:27:05 +02:00
}
2015-08-11 17:37:07 +02:00
.alert-danger,
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.alert-danger h4,
.alert-error h4 {
color: #b94a48;
}
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
2013-05-12 10:27:53 +02:00
2015-08-11 17:37:07 +02:00
.alert-info h4 {
color: #3a87ad;
}
h1 {
2015-08-12 15:58:06 +02:00
color : rgb(82, 168, 236);
font-size : 32px;
margin : 20px 0px 5px 0px;
text-shadow : 0 0 6px #fff;
}
h2 {
2015-08-12 15:58:06 +02:00
color : rgb(82, 168, 236);
font-size : 14pt;
2013-03-26 19:38:05 +01:00
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
border-style : solid;
}
2007-08-10 07:22:04 +02:00
div.content > h2 {
margin-top : 0px;
}
2007-08-10 07:22:04 +02:00
div.rss h1 {
border-width : 0px 0px 1px 0px;
border-color : gray;
border-style : dotted;
color : gray;
}
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;
}
2007-08-10 07:22:04 +02:00
div.rss p.description {
color : gray;
font-size : 9pt;
}
2007-08-10 07:38:40 +02:00
div.rss div.content {
margin-top : 0.5em;
2007-08-10 07:22:04 +02:00
}
div.rss img.feedicon {
float : right;
}
div.rss hr {
border-width : 0px 0px 1px 0px;
border-style : dashed;
border-color : #e0e0e0;
}
body#sharepopup {
2012-09-11 23:31:44 +02:00
background-color : white;
background-image : url("../images/toolbar.png");
2012-09-11 23:31:44 +02:00
background-repeat : repeat-x;
background-position : bottom;
margin : 10px;
padding : 0px;
}
body#sharepopup h1 {
font-size : 14px;
margin : 0px;
2015-08-12 15:58:06 +02:00
color : rgb(82, 168, 236);
}
2007-08-10 07:22:04 +02:00
body#sharepopup table {
background : white;
2015-08-12 15:58:06 +02:00
border : 1px solid rgb(82, 168, 236);
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 {
2013-03-22 11:50:02 +01:00
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;
}
2013-04-16 19:15:41 +02:00
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;
}