mirror of https://gitee.com/bigwinds/arangodb
OpenSans font, css changes
This commit is contained in:
parent
4317db4a31
commit
f18720a882
|
@ -51,7 +51,7 @@
|
|||
}
|
||||
|
||||
.api-actions .endpoint .operations .content h4 {
|
||||
font-weight: 400 !important;
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.api-actions .toggleOperation,
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
|
||||
.span3 h5 {
|
||||
font-family: 'Lato', sans-serif !important;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
font-weight: 500;
|
||||
white-space: nowrap !important;
|
||||
overflow: hidden !important;
|
||||
|
|
|
@ -193,7 +193,7 @@ li:hover h6, li.hover h6 {
|
|||
.statsHeaderDiv h4 {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
font-family: 'Lato', sans-serif !important;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
}
|
||||
|
||||
.statsHeader {
|
||||
|
@ -201,7 +201,7 @@ li:hover h6, li.hover h6 {
|
|||
background-color: #686766 !important;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
font-family: 'Lato', sans-serif !important;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
}
|
||||
|
||||
#dashboardHeader {
|
||||
|
@ -544,7 +544,7 @@ li:hover h6, li.hover h6 {
|
|||
}
|
||||
|
||||
.dashboardH6 {
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
|
|
@ -242,7 +242,7 @@ table.dataTable thead th {
|
|||
.snippet-no-num {
|
||||
font-size: 1em;
|
||||
font-weight: 300;
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
margin-bottom:0px;
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
background: none repeat scroll 0 0 #FFFFFF;
|
||||
color: #333232;
|
||||
float: left;
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 16px;
|
||||
padding: 4px 10px;
|
||||
text-decoration: none;
|
||||
|
@ -20,7 +20,7 @@
|
|||
background: none repeat scroll 0 0 #5E7B36;
|
||||
color: #FFFFFF;
|
||||
float: left;
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 16px;
|
||||
padding: 4px 10px;
|
||||
text-decoration: none;
|
||||
|
@ -275,7 +275,7 @@ input,select,option {
|
|||
}
|
||||
|
||||
button {
|
||||
font-family: 'Lato', sans-serif !important;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
}
|
||||
|
||||
.glyphicon:hover {
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
.figuresHeader th {
|
||||
font-weight: 400 !important;
|
||||
font-family: 'Lato', sans-serif !important;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
}
|
||||
|
||||
#collectionIndexTable {
|
||||
|
@ -207,12 +207,12 @@
|
|||
|
||||
.modal-body {
|
||||
font-weight: 300;
|
||||
font-family: 'Lato', sans-serif !important;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
}
|
||||
|
||||
.collectionTh, .collectionInfoTh2 {
|
||||
font-weight: 400 !important;
|
||||
font-family: 'Lato', sans-serif !important;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
}
|
||||
|
||||
#confirmCreateEdge {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
body, input, textarea, .page-title span, .pingback a.url {
|
||||
/*font-family: "Helvetica",sans-serif;*/
|
||||
font-family: 'Lato', sans-serif !important;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta name="author" content="Heiko Kernbach, Michael Hackstein">
|
||||
|
||||
<!-- NO EXTERNAL LINKS link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css' -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,700italic,700' rel='stylesheet' type='text/css'>
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue