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.
vincennes-2014/wcs.css

108 lines
1.6 KiB
CSS

@import url(/static/xstatic/themes/smoothness/jquery-ui.min.css);
#events,
#promo {
display: none;
}
div.qommon-map {
height: 280px;
}
ul#evolutions {
list-style: none;
padding: 0;
margin: 0;
background: linear-gradient(to right, transparent 0%, transparent 30px, #666 30px, white 32px, #666 34px, transparent 24px, transparent 100%) no-repeat;
}
ul#evolutions li {
margin: 1em 0 2em 0;
}
ul#evolutions div.evolution-metadata {
width: auto;
display: inline-block;
background: white;
padding: 1ex;
border: 1px solid #666;
margin-bottom: 0;
}
ul#evolutions span.time {
display: inline-block;
padding-left: 1em;
}
ul#evolutions span.status {
font-weight: bold;
display: inline-block;
}
ul#evolutions span.user {
display: block;
opacity: 0.5;
}
ul#evolutions span.user span {
font-size: 80%;
}
ul#evolutions li div.msg {
padding: 1ex;
border: 1px solid #666;
margin-top: -1px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
position: relative;
background: white;
}
ul#evolutions li div.msg span.time {
position: absolute;
top: 1ex;
right: 1em;
opacity: 0.5;
}
ul#evolutions li.msg-in div.msg {
margin-left: 60px;
margin-right: 10%;
background: #dfd;
}
ul#evolutions li.msg-out div.msg {
margin-left: 20%;
background: #ddf;
}
span.required {
padding: 0 0 0 0px;
margin-left: 1ex;
overflow: hidden;
color: red;
}
#rub_service ul li:before {
content: "\f0da";
font-family: FontAwesome;
}
#rub_service .widget ul li:before {
content: none;
}
div.errornotice {
text-align: left;
background: #fd6;
border: 1px solid #ffae15;
margin: 0px;
padding: 5px;
border-radius: 4px;
}
div.errornotice p {
margin: 1ex 0;
}