summaryrefslogtreecommitdiffstats
path: root/css/explore.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 22:35:24 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 22:35:24 +0100
commitbcb9ca95518126131a16fcde894fc8765e7ab010 (patch)
treebc1e0e8a5b99ffbf8cd4165c6872fd4468f547bd /css/explore.css
parent59daa89e4c82860d6b16b4e4bebab1eb8c302153 (diff)
more explore
Diffstat (limited to 'css/explore.css')
-rw-r--r--css/explore.css90
1 files changed, 49 insertions, 41 deletions
diff --git a/css/explore.css b/css/explore.css
index bfa4d892d..f4d087afd 100644
--- a/css/explore.css
+++ b/css/explore.css
@@ -8,75 +8,83 @@
* @copyright Bernhard Posselt 2014
*/
-
/**
* Explore styles
*/
.explore #app-content-wrapper {
- height: 100%;
+ height: 100%;
}
#explore {
- height: 100%;
- width: 100%;
-}
-
-#explore h1 {
- font-size: 16pt;
- padding: 30px 0;
- text-align: center;
+ height: 100%;
+ width: 100%;
+ padding: 45px;
+ padding-right: 0;
}
-#explore .explore-section {
- padding: 20px 45px;
+#explore ul {
+ margin: 0;
+ padding: 0;
}
-#explore .explore-section h2 {
- color: #333;
- font-size: 14pt;
- padding-bottom: 10px;
+#explore li {
+ padding: 30px;
+ display: block;
+ float: left;
+ max-width: 300px;
+ border-collapse: collapse;
+ border: 1px solid #ccc;
+ margin: 0 25px 25px 0;
}
-#explore .explore-section li {
- padding: 20px 30px;
- margin: 0 20px 20px 0;
- display: inline-block;
- vertical-align: top;
- width: 300px;
- background-color: #f5f5f5;
- border: 1px solid #ccc;
+#explore h1 {
+ font-size: 13pt;
+ background-repeat: no-repeat;
+ background-position: 0 center;
+ background-size: 24px 24px;
+ padding: 5px 0 0 35px;
+ background-position: 0 center;
}
-#explore .explore-section h3 {
- line-height: 45px;
- height: 45px;
- font-size: 13pt;
- background-repeat: no-repeat;
- background-position: 0 center;
- background-size: 24px 24px;
- padding: 0 0 15px 35px;
+#explore h1 a:hover {
+ text-decoration: underline;
}
-#explore .explore-section h3 a:hover {
- text-decoration: underline;
+#explore .category {
+ display: inline-block;
+ font-weight: normal;
+ font-size: 10pt;
+ color: #fff;
+ background-color: #1d2d44;
+ padding: 5px;
+ float: right;
+ border-radius: 3px;
+ font-weight: bold;
}
#explore .explore-logo {
- text-align: center;
- margin-top: 25px;
+ text-align: center;
+ margin-top: 25px;
}
#explore .explore-logo img {
- width: 100%;
+ width: 100%;
}
#explore .explore-subscribe {
- padding-top: 15px;
- text-align: right;
+ padding-top: 15px;
+ text-align: right;
}
#explore .explore-content {
- min-height: 100px;
- /*overflow: auto;*/
+ padding-top: 25px;
+}
+
+#explore .explore-filter {
+ margin: 0 45px 45px 0;
+ text-align: right;
}
+#explore .explore-filter input {
+ width: 200px;
+} \ No newline at end of file