This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
univcloud/univcloud/static/css/style.css

135 lines
1.7 KiB
CSS

html, body {
margin: 0;
padding: 0;
background: #4087b6 url(../img/noise-texture.png);
height: 101%;
font-family: sans-serif;
}
#footer {
display: none;
}
h1 {
color: white;
text-shadow: 1px 1px black;
padding-left: 10px;
}
div.gridster > ul > li {
border: 1px solid gray;
list-style: none;
overflow: hidden;
background: white;
border-radius: 1em;
box-shadow: 0 0 5px black;
}
div.rssHeader a,
ul li h2 {
text-shadow: 1px 1px #888;
font-size: 14px;
text-decoration: none;
color: black;
font-weight: bold;
}
#wrap {
margin: 0 auto;
width: 1000px;
position: relative;
}
#portal {
position: absolute;
right: 100px;
top: -16px;
background: white;
padding: 5px 10px;
border-radius: 0 0 5px 5px;
display: block;
text-decoration: none;
color: black;
display: none;
}
#portal:visited {
color: inherit;
}
/* add app */
#add-app {
background: #ccf;
}
#add-app div {
padding: 10px;
padding-top: 30px;
text-align: center;
}
/* weather */
#weather {
background: #ffd;
}
#weather div {
padding: 10px;
text-align: center;
}
#weather div img {
position: absolute;
left: 30px;
}
#weather div p {
font-size: 200%;
margin: 0;
margin-top: 10px;
}
/* rss */
#feed > div {
padding: 10px;
overflow: scroll;
}
div.rssHeader a {
}
div.rssMedia,
li.rssRow div {
display: none;
}
div.rssBody ul,
li.rssRow {
list-style: none;
margin: 0;
padding: 0;
}
#help {
background: white url(../img/help.png) 50% 50% no-repeat;
}
.app div {
font-size: 200%;
text-align: center;
padding-top: 40px;
}
#iframe {
display: none;
}
iframe {
width: 100%;
height: 90%;
border: 1px solid #888;
}