summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-08-25 22:38:55 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-08-25 22:38:55 +0200
commitb45ae1b32e41951a879bdbbdbbe0cb04dd86cda1 (patch)
treed8330f90017dcdbd4b68a3d0dfbda9471c489849 /core/css/styles.css
parente9241fcd8cdf3b1657ec9127bc5f8565b8b10677 (diff)
parent79567dcbc0d4fce5a7bd52e18766c9fe914c337e (diff)
downloadnextcloud-server-b45ae1b32e41951a879bdbbdbbe0cb04dd86cda1.tar.gz
nextcloud-server-b45ae1b32e41951a879bdbbdbbe0cb04dd86cda1.zip
Merge pull request #18522 from owncloud/lighter-fonts
move fonts from Regular+Bold to Light+Semibold for lighter feel
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 6f5906c7533..5ad81fd12aa 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -16,7 +16,7 @@ ul { list-style:none; }
body {
background-color: #ffffff;
- font-weight: normal;
+ font-weight: 300;
font-size: .8em;
line-height: 1.6em;
font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
@@ -198,7 +198,7 @@ button, .button,
min-width: 25px;
padding: 5px;
background-color: rgba(240,240,240,.9);
- font-weight: bold;
+ font-weight: 600;
color: #555;
border: 1px solid rgba(240,240,240,.9);
cursor: pointer;
@@ -370,6 +370,7 @@ input[type="submit"].enabled {
}
#emptycontent h2,
.emptycontent h2 {
+ font-weight: 600;
font-size: 22px;
margin-bottom: 10px;
}
@@ -444,7 +445,7 @@ input[type="submit"].enabled {
padding-top: 20px;
}
#body-login p.info a {
- font-weight: bold;
+ font-weight: 600;
padding: 13px;
margin: -13px;
}
@@ -708,7 +709,7 @@ label.infield {
.warning a,
.error a {
color: #fff !important;
- font-weight: bold !important;
+ font-weight: 600 !important;
}
.error pre {
white-space: pre-wrap;
@@ -803,7 +804,7 @@ label.infield {
overflow: hidden;
}
-.bold { font-weight:bold; }
+.bold { font-weight:600; }
.center { text-align:center; }
.inlineblock { display: inline-block; }
@@ -1035,7 +1036,7 @@ div.crumb:first-child a {
top: 13px;
}
div.crumb.last {
- font-weight: bold;
+ font-weight: 600;
margin-right: 10px;
}
div.crumb a.ellipsislink {
@@ -1081,7 +1082,7 @@ div.crumb:active {
#body-public footer .info a {
color: #777;
- font-weight: bold;
+ font-weight: 600;
padding: 13px;
margin: -13px;
}