summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-04-04 00:23:37 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-04-04 00:23:37 +0000
commit01a901009989aa8a514acd9e833caae39b6dbd13 (patch)
tree349ca7736c34f2572d2adac67ab8022b42583b24
parent3314fb0d96b1b609449717420dcddaac3283ec54 (diff)
downloadalpine_drupal_theme-01a901009989aa8a514acd9e833caae39b6dbd13.tar.bz2
alpine_drupal_theme-01a901009989aa8a514acd9e833caae39b6dbd13.tar.xz
add Alpine Linux custom css file
-rw-r--r--alpinelinux.css453
-rw-r--r--pixture_reloaded.info1
2 files changed, 454 insertions, 0 deletions
diff --git a/alpinelinux.css b/alpinelinux.css
new file mode 100644
index 0000000..8592a00
--- /dev/null
+++ b/alpinelinux.css
@@ -0,0 +1,453 @@
+/*
+* Pixture reloaded blue style
+*/
+
+
+/* Main Wrappers */
+body {
+ color: #555555;
+ background: #eff7fc url(bg-wall.png) repeat-x left top;
+}
+div#page {
+ background: #feffff url(header-tile.png) repeat-x left top;
+}
+
+/* HTML elements */
+fieldset legend,
+.form-item label {
+ color: #666666;
+}
+blockquote {
+ background: #d7ecf8;
+}
+
+/* Lists */
+.item-list ul li {
+ list-style-image: url(bullet-round.png);
+}
+.links {
+ color: #666666;
+}
+/* Menus */
+li.leaf {
+ list-style-image: url(bullet-round.png);
+}
+li.collapsed {
+ list-style-image: url(bullet-sm-arrow-right.png);
+}
+li.expanded {
+ list-style-image: url(bullet-sm-arrow-down.png);
+}
+
+/* Links */
+a:link,
+a:visited,
+a:active,
+a.active {
+ color: #3561b1;
+}
+a:hover,
+a:focus {
+ color: #517ed0;
+}
+
+/* Tables */
+tr.odd {
+ background: #eff7fc;
+}
+tr.even {
+ background: #ffffff;
+}
+
+/* Header */
+#header {
+ background: url(header.png) no-repeat top left;
+}
+#site-slogan,
+#site-name a,
+.region-header #block-user-login label,
+.nav li a:link,
+.nav li a:hover,
+.nav li a:focus,
+.nav li a:visited,
+.nav li a:active,
+.nav li a.active,
+.nav li a:visited:hover {
+ color: #ffffff;
+}
+#menu-bar,
+#primary-menu-bar {
+ background: url(menu-tile.png) repeat-x 0 0;
+}
+.region-header .form-text,
+.region-header .form-submit {
+ border-color: #3561b1;
+}
+
+/* Footer */
+#footer {
+ background: #025fb1; /* fallback for browsers that don't support CSS gradients */
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#025fb1), to(#62c8fd));
+ background-image: -moz-linear-gradient(-90deg, #025fb1, #62c8fd);
+}
+#footer,
+#footer a {
+ color: #ffffff;
+}
+#footer #block-node-recent {
+ color: #444444;
+}
+#footer #block-node-recent a {
+ color: #3561b1;
+}
+
+/* Sidebar */
+.sidebar {
+ background: #feffff;
+}
+
+/* Blocks */
+.block-inner {
+ background: #d8ecf9;
+}
+.block-title {
+ color: #ffffff;
+ background: #82c3eb;
+}
+.block .article,
+.block .article-sticky {
+ background: #ffffff;
+}
+/* Strip backgrounds */
+#header-region .block-inner,
+#block-system-main .block-inner,
+#footer .block-inner,
+#footer .block .block-title {
+ background: none;
+}
+
+/* Poll */
+.poll .bar {
+ background-color: #f0f0f0;
+ border: solid 1px #b1b1b1;
+}
+.poll .bar .foreground {
+ background: #3561b1 url(bg-lbar.png) repeat-x center left;
+}
+
+/* Articles */
+#main-content .article {
+ background: #ffffff;
+}
+.article h2 {
+ border-bottom: solid 1px #d8ecf9;
+}
+.article h2 a:hover {
+ color: #4262ab;
+}
+.article-sticky h2 {
+ border-bottom: solid 1px #ffffff;
+}
+.article-submitted {
+ color: #666666;
+}
+#main-content .article-teaser {
+ border: 1px solid #d8ecf9;
+}
+#main-content .article-teaser.article-sticky {
+ background: #d8ecf9;
+}
+
+/* Comments */
+.comment {
+ background: #ffffff;
+}
+.comment-submitted {
+ color: #666666;
+}
+#comments .odd {
+ background: #d8ecf9;
+}
+
+/* Aggregator */
+#aggregator .feed-source {
+ background-color: #f0f0f0;
+ border: 1px solid #d2d2d2;
+}
+
+/* Forum */
+#forum td.container {
+ background: #e1e1e1;
+}
+#forum thead,
+#forum tbody {
+ border: none;
+}
+
+/* Profile */
+#profile .profile {
+ border: 1px solid #b1b1b1;
+}
+
+/* Administer */
+div.admin-panel {
+ background: #eff7fc;
+}
+div.admin-panel h3 {
+ background: #82c3eb;
+ color: #ffffff;
+}
+
+/* Pager */
+div.item-list ul.pager li {
+ border: 1px solid #d8ecf9;
+}
+div.item-list ul.pager li:hover,
+div.item-list ul.pager li:focus {
+ border: 1px solid #82c3eb;
+ color: #3561b1;
+}
+div.item-list ul.pager li.pager-current {
+ border: 1px solid #82c3eb;
+}
+
+/* Local task tabs */
+ul.primary li a {
+ background: #ffffff;
+ border: solid 1px #d8ecf9;
+}
+ul.primary li a:hover {
+ background: #ffffff;
+ border: solid 1px #82c3eb;
+}
+ul.primary li a.active,
+ul.primary li.active a {
+ border: solid 1px #82c3eb;
+ background: #d8ecf9;
+ color: #000000;
+}
+ul.primary li a.active:hover,
+ul.primary li a.active:focus {
+ border: solid 1px #82c3eb;
+ background: #d8ecf9;
+ color: #000000;
+}
+
+/* Superfish Skin */
+.sf-menu.sf-style-default li,
+.sf-navbar.sf-style-default {
+ background: transparent;
+}
+.sf-menu.sf-style-default li li {
+ background: #025fb1;
+}
+.sf-menu.sf-style-default li li li {
+ background: #025fb1;
+}
+.sf-menu.sf-style-default li:hover,
+.sf-menu.sf-style-default li.sfHover,
+.sf-menu.sf-style-default li.active a,
+.sf-menu.sf-style-default a:focus,
+.sf-menu.sf-style-default a:hover,
+.sf-menu.sf-style-default a:active,
+.sf-navbar.sf-style-default li li {
+ background: #82c3eb;
+}
+.sf-navbar.sf-style-default li ul li ul {
+ background-color: transparent;
+}
+/* .sf-horizontal */
+.sf-menu.sf-horizontal a {
+ border: 0 !important;
+ color: #ffffff !important;
+}
+/* .sf-navbar */
+.sf-navbar.sf-style-default li ul {
+ background-color: transparent !important;
+ width: 100%;
+}
+.sf-navbar > li > ul > li {
+ border-bottom: 1px solid #3561b1;
+}
+/* .sf-vertical */
+.sf-menu.sf-vertical a {
+ border: 0 !important;
+ color: #3561b1;
+}
+.sf-menu.sf-vertical a:hover,
+.sf-menu.sf-vertical a:focus,
+.sf-menu.sf-vertical ul a,
+.sf-menu.sf-vertical ul ul a,
+.sf-menu.sf-vertical ul ul ul a,
+.sf-menu.sf-vertical ul ul ul ul a {
+ color: #ffffff !important;
+}
+
+/* Calendar styles */
+.calendar-calendar div.date-nav {
+ background-color: transparent;
+ color: #3561b1;
+}
+.calendar-calendar div.date-nav a,
+.calendar-calendar div.date-nav h3 {
+ color: #3561b1;
+}
+.calendar-calendar td {
+ color: #000000;
+}
+.calendar-calendar th {
+ background-color: #d7ecf8;
+ color: #3561b1;
+ border: 1px solid #d7ecf8;
+}
+.calendar-calendar th.days {
+ background-color: #ffffff;
+ color: #3561b1;
+}
+.calendar-calendar tr td.today,
+.calendar-calendar tr.odd td.today,
+.calendar-calendar tr.even td.today {
+ background-color: #d7ecf8;
+}
+.calendar-calendar td.calendar-agenda-hour,
+.calendar-calendar td.calendar-agenda-items,
+.calendar-calendar td.calendar-agenda-hour {
+ border-color: #d7ecf8;
+}
+.view-content .calendar-calendar ul.inline li {
+ border: 1px solid #d7ecf8;
+}
+
+/*
+* Drupal seven theme table style
+*/
+
+
+table {
+ width: 100%;
+ font-size: 0.923em;
+ margin: 0 0 10px;
+ border: 1px solid #bebfb9;
+}
+table td,
+table th {
+ vertical-align: middle;
+ padding: 8px 10px;
+ border: 0;
+ color: #000;
+}
+tr.even,
+tr.odd {
+ border-width: 0 1px 0 1px;
+ border-style: solid;
+ border-color: #bebfb9;
+ background: #f3f4ee;
+}
+tr.odd {
+ background: #fff;
+}
+tr.drag {
+ background: #fe7;
+}
+tr.drag-previous {
+ background: #ffb;
+}
+table th {
+ text-transform: uppercase;
+ background: #e1e2dc;
+ font-weight: normal;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #bebfb9;
+ padding: 3px 10px;
+}
+table th.active {
+ background: #bdbeb9;
+}
+table th a {
+ display: block;
+ position: relative;
+}
+table th.active a {
+ padding: 0 25px 0 0; /* LTR */
+}
+table th.active {
+ background: #bdbeb9;
+}
+table th a {
+ display: block;
+ position: relative;
+}
+table th.active a {
+ padding: 0 25px 0 0; /* LTR */
+}
+table th.active img {
+ position: absolute;
+ top: 3px;
+ right: 3px;
+}
+table td.active {
+ background: #e9e9dd;
+}
+table tr.odd td.active {
+ background: #f3f4ee;
+}
+table tr.selected td.active,
+table tr.selected td {
+ background: #ffc;
+ border-color: #eeb;
+}
+table.system-status-report tr {
+ border-bottom: 1px solid #ccc;
+}
+table.system-status-report tr.ok {
+ color: #255b1e;
+ background-color: #e5ffe2;
+}
+table.system-status-report tr.info {
+ color: #040f37;
+ background-color: #bdf;
+}
+table.system-status-report tr.warning {
+ color: #840;
+ background-color: #fffce5;
+}
+table.system-status-report tr.error {
+ color: #8c2e0b;
+ background-color: #fef5f1;
+}
+
+/*
+* Alpine Linux custom styles
+*/
+
+#footer-inner {
+ min-height: 0;
+}
+#header {
+ background: #A2C9F5 url(images/alps.png) no-repeat top right;
+}
+div#page {
+ background: #feffff;
+}
+#menu-bar,
+#primary-menu-bar {
+ background: #999 url(menu-tile.png) repeat-x 0 0;
+ font-size: 1.2em;
+ font-weight: bold;
+}
+ #footer {
+ background-image: none;
+ background-image: none;
+}
+
+#footer .block {
+ padding: 0;
+ }
+#footer p {
+ margin: 0;
+ padding:0;
+ }
+#logo img {
+ margin-bottom: 5px;
+ }
diff --git a/pixture_reloaded.info b/pixture_reloaded.info
index e8d6df4..aec2845 100644
--- a/pixture_reloaded.info
+++ b/pixture_reloaded.info
@@ -14,6 +14,7 @@
stylesheets[all][] = gpanels-fluid.css
stylesheets[all][] = colors.css
stylesheets[all][] = pr.css
+ stylesheets[all][] = alpinelinux.css
;----------// Regions