mirror of
https://github.com/wassname/mad.git
synced 2026-06-27 16:10:31 +08:00
34 lines
523 B
CSS
34 lines
523 B
CSS
body{
|
|
color: #0A7ED7;
|
|
font-family:
|
|
'Open Sans', sans-serif;
|
|
}
|
|
|
|
blockquote{
|
|
color: #F50042;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.jumbotron-cust{
|
|
padding: 25px 10px 10px 10px;
|
|
color: inherit;
|
|
background-color: #eee;
|
|
}
|
|
.content {
|
|
border-bottom: 2px solid #F50042;
|
|
line-height: 1.5em;
|
|
padding: 10px;
|
|
}
|
|
.content-a {
|
|
padding: 10px;
|
|
}
|
|
|
|
.form-control.custwidth{
|
|
width: 768px;
|
|
}
|