ttrss/utility.css

224 lines
3.1 KiB
CSS
Raw Normal View History

2007-03-02 15:08:00 +01:00
body {
2011-08-30 11:28:01 +02:00
font-family : sans-serif;
font-size : 12px;
2013-03-27 16:40:49 +01:00
background : #eee;
margin-left : auto;
margin-right : auto;
max-width : 800px;
}
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 {
background : white;
2013-03-27 16:40:49 +01:00
border : 1px solid #ccc;
padding : 10px;
2013-03-27 16:42:39 +01:00
box-shadow : 0px 0px 3px #ccc;
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 {
float : right;
position : relative;
top : -10px;
2007-03-02 15:08:00 +01:00
}
a {
color : #4684ff;
text-decoration : none;
}
a:hover {
color : black;
}
2013-03-27 19:03:52 +01:00
div.notice, div.warning, div.error {
padding : 4px 10px 4px 4px;
display : inline-block;
margin : 2px 0px 2px 0px;
font-size : 12px;
box-shadow : 0px 0px 2px #ccc;
}
div.notice {
2013-03-27 19:03:52 +01:00
background : #ecf4ff;
}
div.warning {
background : #fff7d5;
}
2013-03-27 19:03:52 +01:00
div.error {
background : #ffcccc;
}
div.warning img, div.notice img, div.error img {
2013-03-27 19:03:52 +01:00
margin-right : 4px;
float : left;
vertical-align : middle;
}
h1 {
color : #88b0f0;
font-size : 32px;
font-family : serif;
margin : 20px 0px 5px 0px;
text-shadow : 2px 2px 2px #fff;
}
h2 {
color : #88b0f0;
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;
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;
}
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");
background-repeat : repeat-x;
background-position : bottom;
margin : 10px;
padding : 0px;
}
body#sharepopup h1 {
font-size : 14px;
margin : 0px;
color : #88b0f0;
}
2007-08-10 07:22:04 +02:00
body#sharepopup table {
background : white;
2012-09-11 23:31:44 +02:00
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;
}
2013-03-22 11:50:02 +01:00
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;
}