aboutsummaryrefslogtreecommitdiff
path: root/p/themes
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes')
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css11
-rw-r--r--p/themes/BlueLagoon/template.css3
-rw-r--r--p/themes/Dark/dark.css12
-rw-r--r--p/themes/Flat/flat.css10
-rw-r--r--p/themes/Origine-compact/origine-compact.css14
-rw-r--r--p/themes/Origine/origine.css14
-rw-r--r--p/themes/Pafat/pafat.css23
-rw-r--r--p/themes/Screwdriver/screwdriver.css13
-rw-r--r--p/themes/base-theme/base.css9
-rw-r--r--p/themes/base-theme/template.css3
10 files changed, 42 insertions, 70 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index 27bae5404..150e27908 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -10,7 +10,7 @@
/*============*/
html, body {
height: 100%;
- font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
+ font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
background: #fafafa;
font-size: 92%;
}
@@ -368,16 +368,13 @@ a.btn {
.dropdown-header {
display:none;
}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
- color: #ccc;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
color: #ccc;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: linear-gradient(180deg, #0090FF 0%, #0062BE 100%) #E4992C;
diff --git a/p/themes/BlueLagoon/template.css b/p/themes/BlueLagoon/template.css
index 8c1a4ed21..4bc0fb735 100644
--- a/p/themes/BlueLagoon/template.css
+++ b/p/themes/BlueLagoon/template.css
@@ -2,7 +2,7 @@
/*=== GENERAL */
/*============*/
-html, body {
+html, body {
margin: 0;
padding: 0;
font-size: 92%;
@@ -79,6 +79,7 @@ textarea {
input, select, textarea {
display: inline-block;
max-width: 100%;
+ font-size: 0.8rem;
}
input[type="radio"],
input[type="checkbox"] {
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index f72ed8b5b..d8415ef25 100644
--- a/p/themes/Dark/dark.css
+++ b/p/themes/Dark/dark.css
@@ -10,7 +10,7 @@
/*============*/
html, body {
height: 100%;
- font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
+ font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
background: #1c1c1c;
color: #888;
}
@@ -334,14 +334,12 @@ a.btn {
text-align: left;
color: #888;
}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: #26303F;
@@ -810,7 +808,7 @@ a.btn {
/*=== "Load more" part */
#bigMarkAsRead {
text-align: center;
- text-decoration: none;
+ text-decoration: none;
}
#bigMarkAsRead:hover {
background: #111;
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index 0672c6a38..0240fe4b4 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -10,7 +10,7 @@
/*============*/
html, body {
height: 100%;
- font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
+ font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
background: #fafafa;
}
@@ -334,14 +334,12 @@ a.btn {
text-align: left;
color: #34495e;
}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: #2980b9;
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css
index 87d04e93e..8447e2486 100644
--- a/p/themes/Origine-compact/origine-compact.css
+++ b/p/themes/Origine-compact/origine-compact.css
@@ -10,7 +10,7 @@
/*============*/
html, body {
height: 100%;
- font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
+ font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
background: #fafafa;
}
@@ -360,16 +360,12 @@ a.btn {
font-weight: bold;
text-align: left;
}
-.dropdown-menu > .item {
-}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: #0062BE;
@@ -870,7 +866,7 @@ a.btn {
/*=== "Load more" part */
#bigMarkAsRead {
text-align: center;
- text-decoration: none;
+ text-decoration: none;
color: #666;
background: #fafafa;
font-size: 1.2em;
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index da461087b..becf3f433 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -10,7 +10,7 @@
/*============*/
html, body {
height: 100%;
- font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
+ font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
background: #fafafa;
}
@@ -358,16 +358,12 @@ a.btn {
font-weight: bold;
text-align: left;
}
-.dropdown-menu > .item {
-}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: #0062BE;
@@ -853,7 +849,7 @@ a.btn {
/*=== "Load more" part */
#bigMarkAsRead {
text-align: center;
- text-decoration: none;
+ text-decoration: none;
text-shadow: 0 -1px 0 #aaa;
color: #666;
background: #fafafa;
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index abe808eab..23bc6671d 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -10,7 +10,7 @@
/*============*/
html, body {
height: 100%;
- font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
+ font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
background: #fafafa;
color : #666;
}
@@ -146,8 +146,8 @@ form th {
.stick .dropdown + .dropdown > .btn {
border-left: none;
-}
-
+}
+
.stick .btn + .dropdown > .btn {
border-left: none;
border-radius: 0 3px 3px 0;
@@ -338,20 +338,13 @@ a.btn {
font-weight: bold;
text-align: left;
}
-.dropdown-menu > .item {
-}
-
-.dropdown-menu > .item > a {
- padding: 0 22px;
- line-height: 2.5em;
- color: #666;
- font-size: 0.8rem;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
+ color: #666;
font-size: 0.8rem;
}
@@ -550,7 +543,7 @@ a.btn {
text-decoration: none;
color : #C5C6CA;
}
-
+
.header > .item.search input {
width: 230px;
height : 29px;
@@ -861,7 +854,7 @@ a.btn {
/*=== "Load more" part */
#bigMarkAsRead {
text-align: center;
- text-decoration: none;
+ text-decoration: none;
color: #666;
background: #fafafa;
}
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index 9dbe523a1..b2c539b13 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -10,7 +10,7 @@
/*============*/
html, body {
height: 100%;
- font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
+ font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
background: #fafafa;
font-size: 92%;
}
@@ -368,18 +368,13 @@ a.btn {
.dropdown-header {
display:none;
}
-.dropdown-menu > .item {
-}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
- color: #ccc;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
color: #ccc;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: #171717;
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index 192a957c9..1bf73d8b3 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -10,7 +10,7 @@
/*============*/
html, body {
height: 100%;
- font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
+ font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
}
/*=== Links */
@@ -251,14 +251,11 @@ a.btn {
}
.dropdown-menu > .item {
}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
}
.dropdown-menu > .item:hover {
}
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index cc36c3ffa..277bb61b2 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -88,6 +88,7 @@ input.extend:focus {
input, select, textarea {
display: inline-block;
max-width: 100%;
+ font-size: 0.8rem;
}
input[type="radio"],
input[type="checkbox"] {
@@ -345,7 +346,7 @@ a.btn {
/*=== Tree */
.tree {
margin: 0;
- padding: 0;
+ padding: 0 0 15em 0;
list-style: none;
text-align: left;
}