mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
center #actions a little more
This commit is contained in:
parent
de2560e0f8
commit
ad35646ad2
@ -1,227 +1,227 @@
|
|||||||
body {
|
body {
|
||||||
background:#f9f9f9;
|
background: #f9f9f9;
|
||||||
color:#2a2a2a;
|
color: #2a2a2a;
|
||||||
font-family:arial;
|
font-family: arial;
|
||||||
font-size:1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.container {
|
div.container {
|
||||||
display:block;
|
display: block;
|
||||||
width:40em;
|
width: 40em;
|
||||||
margin:0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color:#569633;
|
color: #569633;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size:1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-left:1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
border-bottom:1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
margin:0 0 .5em;
|
margin: 0 0 .5em;
|
||||||
padding:0 0 .5em;
|
padding: 0 0 .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
font-family:'andale mono', 'lucida console', monospace;
|
font-family: 'andale mono', 'lucida console', monospace;
|
||||||
font:100% monospace;
|
font: 100% monospace;
|
||||||
*font-size:75%
|
*font-size:75%
|
||||||
|
|
||||||
white-space:pre;
|
white-space:pre;
|
||||||
background:#ffd;
|
background: #ffd;
|
||||||
margin:3px 3px 2em 3px;
|
margin: 3px 3px 2em 3px;
|
||||||
padding:8px 20px;
|
padding: 8px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.title {
|
h1.title {
|
||||||
color:#fff;
|
color: #fff;
|
||||||
background:0;
|
background: 0;
|
||||||
border-radius:5px;
|
border-radius: 5px;
|
||||||
-moz-border-radius:5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius:5px;
|
-webkit-border-radius: 5px;
|
||||||
text-shadow:0 1px #7a8500;
|
text-shadow: 0 1px #7a8500;
|
||||||
background:#489848;
|
background: #489848;
|
||||||
font-size:1.7em;
|
font-size: 1.7em;
|
||||||
border:none;
|
border: none;
|
||||||
padding:0.3em;
|
padding: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size:1.3em;
|
font-size: 1.3em;
|
||||||
border-bottom:1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
padding-bottom:0.3em;
|
padding-bottom: 0.3em;
|
||||||
margin-top:1em;
|
margin-top: 1em;
|
||||||
margin-bottom:1.5em;
|
margin-bottom: 1.5em;
|
||||||
color:#000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size:1.1em;
|
font-size: 1.1em;
|
||||||
margin:2em 0 0 0;
|
margin: 2em 0 0 0;
|
||||||
color:#000;
|
color: #000;
|
||||||
padding:0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.document {
|
div.document {
|
||||||
width:100%;
|
width: 100%;
|
||||||
clear:both;
|
clear: both;
|
||||||
padding:0;
|
padding: 0;
|
||||||
margin: 0 0 0.1em 0;
|
margin: 0 0 0.1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#green-unicorn p {
|
#green-unicorn p {
|
||||||
font-size:1.2em;
|
font-size: 1.2em;
|
||||||
color:#444;
|
color: #444;
|
||||||
padding:1px 0px;
|
padding: 1px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
border-top:1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
clear:both;
|
clear: both;
|
||||||
display:block;
|
display: block;
|
||||||
width:100%;
|
width: 100%;
|
||||||
margin-top:3em;
|
margin-top: 3em;
|
||||||
padding-top:1em;
|
padding-top: 1em;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
font-size:0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer a {
|
#footer a {
|
||||||
color:#444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bottom {
|
#bottom {
|
||||||
text-align:center;
|
text-align: center;
|
||||||
font-size:14px;
|
font-size: 14px;
|
||||||
background:#fda;
|
background: #fda;
|
||||||
padding:10px 30px;
|
padding: 10px 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info,.fork {
|
.info,.fork {
|
||||||
padding:10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
font-size:1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
border-bottom:1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
display:block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header:after,#header:after {
|
#header:after,#header:after {
|
||||||
content:"\0020";
|
content: "\0020";
|
||||||
display:block;
|
display: block;
|
||||||
height:0;
|
height: 0;
|
||||||
clear:both;
|
clear: both;
|
||||||
visibility:hidden;
|
visibility: hidden;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#links {
|
#links {
|
||||||
color:#4E4E4E;
|
color: #4E4E4E;
|
||||||
padding:25px 0 0;
|
padding: 25px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#links a {
|
#links a {
|
||||||
font-weight:700;
|
font-weight: 700;
|
||||||
text-decoration:none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header #links {
|
#header #links {
|
||||||
text-align:right;
|
text-align: right;
|
||||||
font-size:.8em;
|
font-size: .8em;
|
||||||
margin-top:0.5em;
|
margin-top: 0.5em;
|
||||||
position:relative;
|
position: relative;
|
||||||
top:0;
|
top: 0;
|
||||||
right:0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.logo {
|
h1.logo {
|
||||||
border:none;
|
border: none;
|
||||||
margin:0;
|
margin: 0;
|
||||||
float:left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.logo a {
|
h1.logo a {
|
||||||
text-decoration:none;
|
text-decoration: none;
|
||||||
display:block;
|
display: block;
|
||||||
height:70px;
|
height: 70px;
|
||||||
width:290px;
|
width: 290px;
|
||||||
padding:0 0 30px;
|
padding: 0 0 30px;
|
||||||
background:url(../images/logo.png) no-repeat top left;
|
background: url(../images/logo.png) no-repeat top left;
|
||||||
border:none;
|
border: none;
|
||||||
text-indent:-9999px
|
text-indent: -9999px
|
||||||
}
|
}
|
||||||
|
|
||||||
.section p {
|
.section p {
|
||||||
font-size:1em;
|
font-size: 1em;
|
||||||
margin:0 0 20px;
|
margin: 0 0 20px;
|
||||||
padding:0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
width:100%;
|
width: 100%;
|
||||||
clear:both;
|
clear: both;
|
||||||
margin:auto;
|
margin: auto;
|
||||||
font-size:1em;
|
font-size: 1em;
|
||||||
padding:1.5em 0;
|
padding: 1.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#actions {
|
ul#actions {
|
||||||
list-style:none;
|
list-style: none;
|
||||||
display:block;
|
display: block;
|
||||||
width:100%;
|
width: 100%;
|
||||||
text-indent:0;
|
text-indent: 0;
|
||||||
margin:0;
|
margin: 0 auto;
|
||||||
padding:0;
|
padding: 0 0.2em 0 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#actions li {
|
ul#actions li {
|
||||||
display:block;
|
display: block;
|
||||||
float:left;
|
float: left;
|
||||||
background:#4E4E4E;
|
background: #4E4E4E;
|
||||||
border-radius:5px;
|
border-radius: 5px;
|
||||||
-moz-border-radius:5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius:5px;
|
-webkit-border-radius: 5px;
|
||||||
margin:0 0 0 .3em;
|
margin: 0 .3em 0 0;
|
||||||
padding:.2em;
|
padding: .2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#actions li a {
|
ul#actions li a {
|
||||||
font-style:bold;
|
font-style: bold;
|
||||||
font-size:1em;
|
font-size: 1em;
|
||||||
text-transform:capitalize;
|
text-transform: capitalize;
|
||||||
color:#ddd;
|
color: #ddd;
|
||||||
text-decoration:none;
|
text-decoration: none;
|
||||||
padding:0 0.6em;
|
padding: 0 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#actions li a:hover {
|
ul#actions li a:hover {
|
||||||
color:#fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#faq dt {
|
#faq dt {
|
||||||
font-size:1.1em;
|
font-size: 1.1em;
|
||||||
margin:2em 0 0 0;
|
margin: 2em 0 0 0;
|
||||||
color:#000;
|
color: #000;
|
||||||
padding:0;
|
padding: 0;
|
||||||
font-weight:700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
#faq dd {
|
#faq dd {
|
||||||
margin:0;
|
margin: 0;
|
||||||
padding:0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#the-configuration-file dt {
|
#the-configuration-file dt {
|
||||||
font-weight:700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user