modified: view/theme/smoothly/css/typography.css

modified:   view/theme/smoothly/style.css
This commit is contained in:
pixelroot 2012-10-23 15:47:48 +02:00
parent db5482e609
commit e43097dbc1
2 changed files with 55 additions and 11 deletions

View File

@ -135,8 +135,8 @@ dd { margin:0 0 1.5em 0.8em; }
p { p {
max-width: 600px; max-width: 600px;
font-size:1em; font-size:1em;
line-height:1.5em; /*line-height:1.5em;*/
margin: 1.5em 0 0 0; /*margin: 1.5em 0 0 0;*/
} }
blockquote, cite, q { blockquote, cite, q {

View File

@ -50,7 +50,7 @@ input[type=text-sidebar] {
} }
input[type=submit] { input[type=submit] {
margin: 10px; margin:10px 10px 0 0;
font-size: 0.9em; font-size: 0.9em;
padding: 5px; padding: 5px;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
@ -1055,7 +1055,7 @@ ul .sidebar-group-li .icon {
} }
#theme-preview { #theme-preview {
margin: 15px 0 15px 150px; margin: 15px 0 15px 0;
} }
#profile-jot-perms, #profile-jot-submit { #profile-jot-perms, #profile-jot-submit {
@ -1836,19 +1836,19 @@ div[id$="wrapper"] br {
margin-left: 20px; margin-left: 20px;
} }
#profile-listing-desc { #profile-listing-desc,
#profile-listing-new-link-wrapper {
float: left; float: left;
display: inline; display: inline;
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
width: 150px; width: 150px;
margin-bottom: 20px; margin:20px 10px 0 0;
margin-top: 20px;
display: inline-block; display: inline-block;
font-style: bold; font-style: bold;
text-align: center; text-align: center;
} }
#profile-listing-new-link-wrapper { /*#profile-listing-new-link-wrapper {
float: left; float: left;
display: inline; display: inline;
width: auto; width: auto;
@ -1857,7 +1857,7 @@ div[id$="wrapper"] br {
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
font-style: bold; font-style: bold;
text-align: center; text-align: center;
} }*/
.profile-listing-name { .profile-listing-name {
font-size: 1em; font-size: 1em;
@ -3094,12 +3094,14 @@ margin-left: 0px;
margin-bottom: 20px; margin-bottom: 20px;
} }
.settings-submit,
.settings-submit-wrapper, .settings-submit-wrapper,
.profile-edit-submit-wrapper { .profile-edit-submit-wrapper {
margin: 30px 0px; margin: 30px 0px;
} }
.profile-listing { .profile-listing,
.profile-listing-end {
float: left; float: left;
clear: both; clear: both;
margin: 20px 20px 0px 0px; margin: 20px 20px 0px 0px;
@ -3628,7 +3630,8 @@ tr {
.field label { .field label {
float: left; float: left;
width: 480px; width: auto;
margin: 5px 10px 0 0;
} }
.field checkbox { .field checkbox {
@ -4215,6 +4218,7 @@ div.wall-item-content-wrapper.shiny {
#profile-upload-wrapper, #profile-upload-wrapper,
#wall-image-upload-div, #wall-image-upload-div,
#wall-file-upload-div, #wall-file-upload-div,
.hover, .focus { .hover, .focus {
cursor: pointer; cursor: pointer;
} }
@ -4320,3 +4324,43 @@ div#datebrowse-sidebar.widget {
.fakelink:hover { .fakelink:hover {
color: #6da6c4; color: #6da6c4;
} }
#id_theme {
margin:10px 10px 0 0;
}
#id_post_newfriend,
#id_post_joingroup,
#id_post_profilechange,
#id_notify1,
#id_notify2,
#id_notify3,
#id_notify4,
#id_notify5,
#id_notify6,
#id_notify7,
#id_notify8,
#id_allow_location {
margin: 6px 0 0 0;
}
#settings-form {}
.select {}
.field_help {
margin: 5px 0 10px;
}
#settings-activity-desc,
#settings-notify-desc {
margin:10px 10px 10px 0;
font-weight: bold;
}
#settings-notifications {
border: 1px solid #7C7D7B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:10px;
}