summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-04-09 09:09:21 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-04-09 09:09:21 +0000
commit1893130ec6db2bafc2b94da92e89262f7f920775 (patch)
tree5e4070aafcef19922ff139095aa12ac928e6714f
parent096874aefa7d75ce2db30f212d070dade9764b5c (diff)
downloadalpine_drupal_theme-1893130ec6db2bafc2b94da92e89262f7f920775.tar.bz2
alpine_drupal_theme-1893130ec6db2bafc2b94da92e89262f7f920775.tar.xz
add fontpage style to css
-rw-r--r--alpinelinux.css64
1 files changed, 64 insertions, 0 deletions
diff --git a/alpinelinux.css b/alpinelinux.css
index 8592a00..250018d 100644
--- a/alpinelinux.css
+++ b/alpinelinux.css
@@ -451,3 +451,67 @@ div#page {
#logo img {
margin-bottom: 5px;
}
+
+/*
+* Frontpage style
+*/
+
+
+div#front_slogan {
+ background: #D8ECF9;
+ -khtml-border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
+ padding: 20px;
+ text-align: center;
+ margin: auto;
+ width: 80%;
+ margin-top: 30px;
+ font-size: 2em;
+}
+
+#front_blocks div.first table {
+ margin:auto;
+}
+
+
+#block-views-alpine-news-block,
+#block-block-3,
+#block-views-latest-packages-block {
+ margin: 11px;
+ margin-top: 30px;
+ margin-bottom: 50px;
+ clear: none;
+ width: 31%;
+ float: left;
+ }
+
+#block-views-alpine-news-block div.block-inner,
+#block-block-3 div.block-inner,
+#block-views-latest-packages-block div.block-inner {
+ min-height: 230px;
+ box-shadow: 5px 5px 5px #888;
+ -moz-box-shadow: 5px 5px 5px #888;
+ -webkit-box-shadow: 5px 5px 5px #888;
+}
+
+#block-block-3 .block-content {
+ text-align:center;
+}
+
+#block-views-latest-packages-block table th,
+#block-views-alpine-news-block table th {
+ display: none;
+ }
+
+#block-views-latest-packages-block table td,
+#block-views-alpine-news-block table td {
+ background-color: #D8ECF9;
+ border: 1px solid #D8ECF9;
+ }
+
+#block-views-latest-packages-block p,
+#block-views-alpine-news-block p {
+text-align: right;
+}