Fixing changes
This commit is contained in:
committed by
Christopher Allan Webber
parent
1013bdaff2
commit
881b6e2c32
@@ -1 +1,70 @@
|
||||
/* stuff goes here :) */
|
||||
body {
|
||||
background-color: #272727;
|
||||
background-image: url('back.png');
|
||||
color: #f7f7f7;
|
||||
font-family: sans;
|
||||
padding:none;
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Carter One', arial, serif;
|
||||
margin-bottom: 20px;
|
||||
margin-top:50px;
|
||||
}
|
||||
|
||||
.dottedLine {
|
||||
width:100%;
|
||||
height:0px;
|
||||
border-bottom: dotted 1px #5f5f5f;
|
||||
position:absolute;
|
||||
left:0px;
|
||||
margin-top:-20px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #d12929;
|
||||
border-bottom: 1px dotted;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header {
|
||||
width:100%;
|
||||
height:60px;
|
||||
background-image:url('header_back.png');
|
||||
padding-top:40px;
|
||||
margin-bottom:80px;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.button {
|
||||
font-family: 'Carter One', arial, serif;
|
||||
height: 28px;
|
||||
min-width: 99px;
|
||||
box-shadow: 0px 0px 5px #000;
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
color: #272727;
|
||||
margin: 10px;
|
||||
font-size: 1em;
|
||||
float: left;
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding-top: 4px;
|
||||
padding-left:11px;
|
||||
padding-right:11px;
|
||||
}
|
||||
|
||||
.buttonRed {
|
||||
background-image: url('button_red.png');
|
||||
}
|
||||
|
||||
.buttonGreen {
|
||||
background-image: url('button_green.png');
|
||||
}
|
||||
|
||||
|
||||
70
mediagoblin/static/css/base.css~
Normal file
70
mediagoblin/static/css/base.css~
Normal file
@@ -0,0 +1,70 @@
|
||||
body {
|
||||
background-color: #272727;
|
||||
background-image: url('back.png');
|
||||
color: #f7f7f7;
|
||||
font-family: sans;
|
||||
padding:none;
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Carter One', arial, serif;
|
||||
margin-bottom: 20px;
|
||||
margin-top:50px;
|
||||
}
|
||||
|
||||
.dottedLine {
|
||||
width:100%;
|
||||
height:0px;
|
||||
border-bottom: dotted 1px #5f5f5f;
|
||||
position:absolute;
|
||||
left:0px;
|
||||
margin-top:-20px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #d12929;
|
||||
border-bottom: 1px dotted;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header {
|
||||
width:100%;
|
||||
height:60px;
|
||||
background-image:url('header_back.png');
|
||||
padding-top:40px;
|
||||
margin-bottom:80px;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.button {
|
||||
font-family: 'Carter One', arial, serif;
|
||||
height: 28px;
|
||||
min-width: 99px;
|
||||
box-shadow: 0px 0px 5px #000;
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
color: #272727;
|
||||
margin: 10px;
|
||||
font-size: 1em;
|
||||
float: left;
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding-top: 4px;
|
||||
padding-left:11px;
|
||||
padding-right:11px;
|
||||
}
|
||||
|
||||
.buttonRed {
|
||||
background-image: url('button_red.png');
|
||||
}
|
||||
|
||||
.buttonGreen {
|
||||
background-image: url('button_green.png');
|
||||
}
|
||||
|
||||
BIN
mediagoblin/static/images/back.png
Normal file
BIN
mediagoblin/static/images/back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
mediagoblin/static/images/button_green.png
Normal file
BIN
mediagoblin/static/images/button_green.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
BIN
mediagoblin/static/images/button_red.png
Normal file
BIN
mediagoblin/static/images/button_red.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
mediagoblin/static/images/header_back.png
Normal file
BIN
mediagoblin/static/images/header_back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
mediagoblin/static/images/logo.png
Normal file
BIN
mediagoblin/static/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
Reference in New Issue
Block a user