mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-27 03:19:51 +00:00
58 lines
1.1 KiB
CSS
58 lines
1.1 KiB
CSS
![]() |
@import url(http://fonts.googleapis.com/css?family=Inconsolata);
|
||
|
|
||
|
html, body{
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
body{
|
||
|
font-family: sans;
|
||
|
color: #222;
|
||
|
background-color: #fdfdfd;
|
||
|
width: 80%;
|
||
|
margin: 10%;
|
||
|
margin-top: 2em;
|
||
|
}
|
||
|
|
||
|
.buttons{
|
||
|
margin: 1em 0;
|
||
|
display: table;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
button{
|
||
|
display: inline-block;
|
||
|
padding: 6px 12px;
|
||
|
margin-bottom: 0px;
|
||
|
font-size: 14px;
|
||
|
font-weight: normal;
|
||
|
line-height: 1.42857;
|
||
|
text-align: center;
|
||
|
white-space: nowrap;
|
||
|
vertical-align: middle;
|
||
|
cursor: pointer;
|
||
|
border: 1px solid transparent;
|
||
|
border-radius: 4px 4px 4px 4px;
|
||
|
-moz-user-select: none;
|
||
|
color: rgb(51, 51, 51);
|
||
|
background-color: rgb(255, 255, 255);
|
||
|
border-color: rgb(204, 204, 204);
|
||
|
color: rgb(255, 255, 255);
|
||
|
background-color: rgb(66, 139, 202);
|
||
|
border-color: rgb(53, 126, 189);
|
||
|
}
|
||
|
|
||
|
button:hover, button:focus, button:active{
|
||
|
color: rgb(255, 255, 255);
|
||
|
background-color: rgb(50, 118, 177);
|
||
|
border-color: rgb(40, 94, 142);
|
||
|
}
|
||
|
|
||
|
.CodeMirror{
|
||
|
border: 1px solid #ddd;
|
||
|
}
|
||
|
|
||
|
.jh-root {
|
||
|
font-family: 'Inconsolata' ;
|
||
|
}
|