first commit
This commit is contained in:
36
public/bower_components/trumbowyg/examples/css/main.css
vendored
Executable file
36
public/bower_components/trumbowyg/examples/css/main.css
vendored
Executable file
@@ -0,0 +1,36 @@
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #F2F2F2;
|
||||
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
header {
|
||||
text-align: center;
|
||||
}
|
||||
.container {
|
||||
max-width: 960px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.dark-section {
|
||||
background: #111;
|
||||
color: #ddd;
|
||||
margin-top: 50px;
|
||||
padding: 50px 0 100px;
|
||||
}
|
||||
.dark-section .title {
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
font-size: 32px;
|
||||
margin: 20px 0 50px;
|
||||
}
|
||||
|
||||
.form-submit {
|
||||
background: transparent;
|
||||
border: 1px solid #555;
|
||||
color: #ccc;
|
||||
padding: 7px 13px;
|
||||
margin-right: 17px;
|
||||
float: right;
|
||||
}
|
||||
Reference in New Issue
Block a user