/* * Pixture reloaded blue style */ /* Main Wrappers */ body { color: #555555; background: #eff7fc; } div#page { background: #feffff; } /* HTML elements */ fieldset legend, .form-item label { color: #666666; } blockquote { background: #d7ecf8; } /* Lists */ .item-list ul li { list-style-image: url(images/bullet-round.png); } .links { color: #666666; } /* Menus */ li.leaf { list-style-image: url(images/bullet-round.png); } li.collapsed { list-style-image: url(images/bullet-sm-arrow-right.png); } li.expanded { list-style-image: url(images/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(images/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(images/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; font-size: 1.2em; } #footer { background-image: none; background-image: none; } #footer .block { padding: 0; } #footer p { margin: 0; padding:0; } #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-1, #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-1 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; background-color: #F0F0F0; } #block-views-alpine-news-block .block-title, #block-block-1 .block-title, #block-views-latest-packages-block .block-title { background: #E3E3E3; color:#666; } #block-views-latest-packages-block h2.block-title { background: #E3E3E3 url(images/package-x-generic.png) no-repeat 97% 50%; } #block-block-1 h2.block-title { background: #E3E3E3 url(images/go-down.png) no-repeat 97% 50%; } #block-views-alpine-news-block h2.block-title { background: #E3E3E3 url(images/newspaper.png) no-repeat 97% 50%; } #block-block-1 .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: #F0F0F0; border: 1px solid #F0F0F0; } #block-views-latest-packages-block p, #block-views-alpine-news-block p { text-align: right; } div.four-4x25 { background: #E3E3E3 url(images/footer-hr.png) repeat-x 0% -6px; margin:0; padding-top:20px; } div.four-4x25 h2 { margin-left: 11px; } div.four-4x25 h2, div.four-4x25 .block-content { color: #666; background: #E3E3E3; padding-top:0; } div.four-4x25 .block-inner { background: #E3E3E3; color: #666; padding-left: 50px; } div.four-4x25 ul.menu li.leaf { list-style-type: none; list-style-image: none; list-style:none; }