217 lines
4 KiB
CSS
217 lines
4 KiB
CSS
body {
|
|
padding: 2em;
|
|
margin: 0; }
|
|
|
|
a {
|
|
color: #cc1e14;
|
|
text-decoration: none; }
|
|
a:hover {
|
|
color: #cc1e14; }
|
|
|
|
#flash_notice,
|
|
#flash_error,
|
|
#flash_alert {
|
|
z-index: 60;
|
|
position: fixed;
|
|
padding: 5px 8px;
|
|
margin: 0;
|
|
width: 400px;
|
|
top: 0px;
|
|
left: 200px; }
|
|
|
|
#flash_notice {
|
|
background-color: #ccffcc;
|
|
border: solid 1px #66cc66; }
|
|
|
|
#flash_error,
|
|
#flash_alert {
|
|
background-color: #ffcccc;
|
|
border: solid 1px #cc6666; }
|
|
|
|
.fieldWithErrors {
|
|
display: inline; }
|
|
|
|
.error_messages {
|
|
width: 400px;
|
|
border: 2px solid #cf0000;
|
|
padding: 0;
|
|
padding-bottom: 12px;
|
|
margin-bottom: 20px;
|
|
background-color: #f0f0f0;
|
|
font-size: 12px; }
|
|
.error_messages h2 {
|
|
text-align: left;
|
|
padding: 5px 5px 5px 15px;
|
|
margin: 0;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
background-color: #cc0000; }
|
|
.error_messages p {
|
|
margin: 8px 10px; }
|
|
.error_messages ul {
|
|
margin: 0; }
|
|
|
|
header {
|
|
position: relative;
|
|
margin: -2em;
|
|
margin-bottom: 0;
|
|
height: 30px;
|
|
color: white;
|
|
background-color: #1a1a21;
|
|
border-bottom: 2px solid white;
|
|
padding-top: 5px; }
|
|
header #diaspora_text {
|
|
position: absolute;
|
|
border: none;
|
|
top: 10px; }
|
|
header #session_action {
|
|
position: absolute;
|
|
right: 300px;
|
|
font-size: 110%;
|
|
top: 7px; }
|
|
header #session_action a {
|
|
color: #cccccc;
|
|
border: none; }
|
|
|
|
#show_filters {
|
|
z-index: 100;
|
|
position: absolute;
|
|
right: 0;
|
|
text-align: right; }
|
|
|
|
#show_filters > a {
|
|
border: 1px solid #666666;
|
|
padding: 5px; }
|
|
|
|
ul#stream_filters {
|
|
padding: 0;
|
|
margin: 0; }
|
|
ul#stream_filters li {
|
|
display: block;
|
|
padding: 5px 0; }
|
|
ul#stream_filters li:first-child {
|
|
border-top-right-radius: 5px;
|
|
border-top-left-radius: 5px; }
|
|
ul#stream_filters li:last-child {
|
|
border-bottom-right-radius: 5px;
|
|
border-bottom-left-radius: 5px; }
|
|
ul#stream_filters a {
|
|
color: #b1cfe3; }
|
|
ul#stream_filters a:hover {
|
|
color: black; }
|
|
|
|
#header_below {
|
|
margin: 0 -2em;
|
|
-webkit-box-shadow: 0 2px 2px -1px #999999;
|
|
background-color: #f2f8fc;
|
|
border-bottom: 1px solid #7e96a6;
|
|
padding-top: 0.8em;
|
|
padding-bottom: 0.4em; }
|
|
|
|
#content {
|
|
position: absolute;
|
|
top: 94px; }
|
|
|
|
#main {
|
|
width: 100%; }
|
|
|
|
ul#stream {
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #666666; }
|
|
ul#stream > li {
|
|
list-style: none;
|
|
padding: 1em;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
margin-bottom: 5px; }
|
|
|
|
li.message {
|
|
line-height: 140%;
|
|
font-family: "Lucida Grande", "sans-serif";
|
|
color: #999999; }
|
|
li.message span.from {
|
|
color: black;
|
|
font-weight: bold;
|
|
margin-right: 0.2em; }
|
|
li.message div.time {
|
|
color: #bababa;
|
|
font-size: 70%; }
|
|
|
|
#user_name {
|
|
font-size: 15px;
|
|
line-height: 100%; }
|
|
|
|
h1 {
|
|
position: relative;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
line-height: 36px; }
|
|
h1 p.description, h1 span.description {
|
|
font-weight: 200;
|
|
font-family: "helvetica neue", "lucida grande", "sans-serif";
|
|
color: #999999;
|
|
padding: 0.1em; }
|
|
|
|
h3 {
|
|
position: relative;
|
|
font-size: 18px;
|
|
font-weight: bold; }
|
|
|
|
#publish input#thought {
|
|
font-size: 30px;
|
|
padding: 7px;
|
|
border-radius: 5px;
|
|
width: 100%;
|
|
margin-bottom: 1em; }
|
|
|
|
form {
|
|
font-size: 120%;
|
|
margin: 1em;
|
|
margin-left: 0em; }
|
|
form input {
|
|
padding: 0.2em;
|
|
max-width: 100%; }
|
|
|
|
#user_name {
|
|
text-shadow: 0 1px 0 white; }
|
|
#user_name a {
|
|
color: black; }
|
|
#user_name a:hover {
|
|
color: #cc1e14; }
|
|
|
|
#comment_text {
|
|
padding: 3px; }
|
|
|
|
ul.comment_set {
|
|
margin: 0;
|
|
margin-top: 1em;
|
|
padding: 0;
|
|
padding-left: 1em;
|
|
list-style: none;
|
|
width: 90%; }
|
|
ul.comment_set li.comment {
|
|
margin-bottom: 0.5em;
|
|
background-color: #f2f8fc;
|
|
padding: 0.6em;
|
|
border-radius: 5px; }
|
|
ul.comment_set li.comment .from {
|
|
color: #666666;
|
|
font-weight: normal; }
|
|
ul.comment_set li.comment .from a {
|
|
color: #333333;
|
|
font-weight: bold; }
|
|
|
|
img#profile_picture {
|
|
width: 100%; }
|
|
|
|
img#user_picture {
|
|
width: 100%; }
|
|
|
|
.pagination a {
|
|
padding: 3px; }
|
|
|
|
.destroy_link {
|
|
float: right; }
|
|
|
|
#debug_info {
|
|
margin-top: 20px; }
|