Browse Source

Style changes

test
spaghetti 8 years ago
committed by Tomochin
parent
commit
dc42f31e4d
1 changed files with 7 additions and 11 deletions
  1. +7
    -11
      static/styles/beluga/style.css

+ 7
- 11
static/styles/beluga/style.css View File

@@ -121,10 +121,7 @@ input {


button,input[type=button],input[type=submit] { button,input[type=button],input[type=submit] {
font-family: 'Source Sans Pro',Helvetica,sans-serif; font-family: 'Source Sans Pro',Helvetica,sans-serif;
font-size: 11px;
background-color: #50aca7; background-color: #50aca7;
padding: 10px 9px;
border: none;
color: #fff color: #fff
} }


@@ -136,6 +133,10 @@ button:focus,input[type=button]:focus,input[type=submit]:focus {
background-color: #2f707c background-color: #2f707c
} }


.spoilerButton {
max-width: 604px;
}

::-webkit-input-placeholder { ::-webkit-input-placeholder {
font-family: 'Source Sans Pro',Helvetica,sans-serif font-family: 'Source Sans Pro',Helvetica,sans-serif
} }
@@ -153,9 +154,8 @@ button:focus,input[type=button]:focus,input[type=submit]:focus {
} }


select { select {
padding: 5px;
background-color: #373a42; background-color: #373a42;
border: none;
border: 1px solid #5b5e64;
color: #fff; color: #fff;
font-family: 'Source Sans Pro'!important; font-family: 'Source Sans Pro'!important;
outline: 0 outline: 0
@@ -171,10 +171,6 @@ textarea {
margin: 4px 0px; margin: 4px 0px;
} }


input,textarea {
outline: 0
}

span.size1 { span.size1 {
font-size: .75em font-size: .75em
} }
@@ -269,8 +265,8 @@ p.min_padding {
margin-bottom: 8px; margin-bottom: 8px;
} }


.box_addartists .body {
padding: 8px;
.box_addartists .body, .box_addtag .body {
padding: 10px;
} }


.pad h3,.pad h4,.padbox h3,.padbox h4 { .pad h3,.pad h4,.padbox h3,.padbox h4 {


Loading…
Cancel
Save