added bower, gulp
This commit is contained in:
+295
@@ -0,0 +1,295 @@
|
||||
/**
|
||||
* Primary Drupal Styles
|
||||
* Author: Bachir Soussi Chiadmi
|
||||
*/
|
||||
body {
|
||||
font-size: 16px;
|
||||
font-family: Arial, "MS Trebuchet", sans-serif; }
|
||||
|
||||
a {
|
||||
color: #007BC2;
|
||||
text-decoration: none; }
|
||||
|
||||
h1 {
|
||||
font-size: 1.6em; }
|
||||
|
||||
h2 {
|
||||
font-size: 1.5em; }
|
||||
|
||||
h3 {
|
||||
font-size: 1.4em; }
|
||||
|
||||
h4 {
|
||||
font-size: 1.3em; }
|
||||
|
||||
h5 {
|
||||
font-size: 1.2em; }
|
||||
|
||||
h6 {
|
||||
font-size: 1.1em; }
|
||||
|
||||
input {
|
||||
font-family: Arial, "MS Trebuchet", sans-serif;
|
||||
font-size: 0.8em; }
|
||||
|
||||
/** layout */
|
||||
#center, #sidebar-first, #sidebar-second, .footer-block .region, .header-block {
|
||||
display: inline-block;
|
||||
vertical-align: top; }
|
||||
|
||||
body.two-sidebars #center {
|
||||
width: 54%; }
|
||||
|
||||
body.sidebar-first #center {
|
||||
width: 73%; }
|
||||
|
||||
body.sidebar-second #center {
|
||||
width: 80%; }
|
||||
|
||||
body.no-sidebars #center {
|
||||
width: 100%; }
|
||||
|
||||
#sidebar-first {
|
||||
width: 24%; }
|
||||
|
||||
#sidebar-second {
|
||||
width: 18%; }
|
||||
|
||||
#header, #main, #footer {
|
||||
padding: 1em; }
|
||||
|
||||
body {
|
||||
background-color: #DFDFDF; }
|
||||
|
||||
#container {
|
||||
width: 1024px;
|
||||
margin: 0 auto;
|
||||
background-color: #FFF; }
|
||||
|
||||
#header, #footer {
|
||||
background-color: #535353;
|
||||
color: #fff; }
|
||||
|
||||
.block, .panel-pane {
|
||||
border: 1px solid #D1D1D1;
|
||||
padding: 0.5em;
|
||||
margin: 0.5em;
|
||||
border-radius: 5px;
|
||||
background-color: #EAEAEA; }
|
||||
|
||||
.footer-block .block {
|
||||
background-color: #353535;
|
||||
border: 1px solid #1a1a1a; }
|
||||
|
||||
#footer-bottom {
|
||||
text-align: center; }
|
||||
|
||||
#footer-bottom .block {
|
||||
background-color: transparent;
|
||||
border: 0 solid #999;
|
||||
font-size: 0.7em; }
|
||||
|
||||
#content {
|
||||
padding: 1em; }
|
||||
|
||||
.logo h1, h1.page-title {
|
||||
font-size: 2em; }
|
||||
|
||||
#header ul.menu li,
|
||||
#content-top ul.menu li,
|
||||
#content-bottom ul.menu li,
|
||||
#footer ul.menu li {
|
||||
display: inline-block;
|
||||
vertical-align: top; }
|
||||
|
||||
.views-row {
|
||||
margin-bottom: 1em; }
|
||||
|
||||
.views-field-title {
|
||||
font-size: 1.1em;
|
||||
font-weight: bold; }
|
||||
|
||||
.views-field-title a {
|
||||
color: #444444;
|
||||
text-decoration: none; }
|
||||
|
||||
li, .item-list ul li {
|
||||
list-style: none inside url();
|
||||
margin-left: 0; }
|
||||
|
||||
/** Messages. */
|
||||
div.messages {
|
||||
padding: 9px;
|
||||
margin: 0.5em 0 0;
|
||||
color: #036;
|
||||
background: #bdf;
|
||||
border: 1px solid #ace;
|
||||
border-radius: 5px; }
|
||||
|
||||
div.warning {
|
||||
color: #840;
|
||||
background: #fe6;
|
||||
border-color: #ed5; }
|
||||
|
||||
div.error {
|
||||
color: #fff;
|
||||
background: #e63;
|
||||
border-color: #d52; }
|
||||
|
||||
div.error p.error {
|
||||
color: #333; }
|
||||
|
||||
div.status {
|
||||
color: #360;
|
||||
background: #cf8;
|
||||
border-color: #be7; }
|
||||
|
||||
/** Tab navigation */
|
||||
ul.primary, .views-admin-links ul {
|
||||
font: 13px/1.231 sans-serif;
|
||||
*font-size: small;
|
||||
border-collapse: collapse;
|
||||
padding: 0 0 0 1em;
|
||||
/* LTR */
|
||||
white-space: nowrap;
|
||||
list-style: none;
|
||||
margin: 5px;
|
||||
height: auto;
|
||||
line-height: normal;
|
||||
border-bottom: 1px solid #bbb; }
|
||||
|
||||
ul.primary li, .views-admin-links li {
|
||||
display: inline; }
|
||||
|
||||
ul.primary li a, .views-admin-links li a {
|
||||
background-color: #ddd;
|
||||
border-color: #bbb;
|
||||
border-width: 1px;
|
||||
border-style: solid solid none solid;
|
||||
height: auto;
|
||||
margin-right: 0.5em;
|
||||
/* LTR */
|
||||
padding: 0 1em;
|
||||
text-decoration: none;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px; }
|
||||
|
||||
ul.primary li.active a {
|
||||
background-color: #fff;
|
||||
border: 1px solid #bbb;
|
||||
border-bottom: #fff 1px solid; }
|
||||
|
||||
ul.primary li a:hover, .views-admin-links li a:hover {
|
||||
background-color: #eee;
|
||||
border-color: #ccc;
|
||||
border-bottom-color: #eee; }
|
||||
|
||||
ul.secondary {
|
||||
border-bottom: 1px solid #bbb;
|
||||
padding: 0.5em 1em;
|
||||
margin: 5px; }
|
||||
|
||||
ul.secondary li {
|
||||
display: inline;
|
||||
padding: 0 1em;
|
||||
border-right: 1px solid #ccc;
|
||||
/* LTR */ }
|
||||
|
||||
ul.secondary a {
|
||||
padding: 0;
|
||||
text-decoration: none; }
|
||||
|
||||
ul.secondary a.active {
|
||||
border-bottom: 4px solid #999; }
|
||||
|
||||
/** Form */
|
||||
#node-form .form-region-main {
|
||||
border-right: 1px solid #BFBFBF;
|
||||
padding-right: 10px;
|
||||
width: 68%; }
|
||||
|
||||
#node-form .form-region-main label {
|
||||
float: left;
|
||||
min-width: 25%; }
|
||||
|
||||
#node-form .form-region-main input.form-text {
|
||||
width: 40%; }
|
||||
|
||||
#node-form .form-region-right {
|
||||
padding-left: 5px; }
|
||||
|
||||
#node-form .form-region-right label {
|
||||
float: left;
|
||||
min-width: 35%; }
|
||||
|
||||
#node-form .form-region-right input.form-text {
|
||||
width: 60%; }
|
||||
|
||||
#node-form .form-region-main label.option, #node-form .form-region-right label.option {
|
||||
float: none; }
|
||||
|
||||
form:not(#views-ui-config-item-form) .form-item {
|
||||
position: relative;
|
||||
/* padding:9px;*/ }
|
||||
|
||||
form:not(#views-ui-config-item-form) .form-item .description {
|
||||
position: absolute;
|
||||
bottom: 140%;
|
||||
/* right:-15px;*/
|
||||
z-index: 5;
|
||||
left: 50%;
|
||||
color: #1A1A1A;
|
||||
line-height: 1.1;
|
||||
background: url(../images/popup.png) 50% 100% no-repeat;
|
||||
width: 240px;
|
||||
margin: 0px 0px -15px;
|
||||
padding: 9px 10px 20px;
|
||||
display: none;
|
||||
border-top: 1px solid #9F9F9F; }
|
||||
|
||||
form:not(#views-ui-config-item-form) .form-item:hover {
|
||||
z-index: 1;
|
||||
height: auto;
|
||||
/* Fix for flicker in IE7 */ }
|
||||
|
||||
form:not(#views-ui-config-item-form) .form-item:hover > .description {
|
||||
display: block; }
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #D4D4D4;
|
||||
padding: 10px;
|
||||
margin-bottom: 1em;
|
||||
border-radius: 5px; }
|
||||
|
||||
fieldset legend {
|
||||
font-size: 1.6em; }
|
||||
|
||||
input.form-text {
|
||||
max-width: 95%; }
|
||||
|
||||
/** TABLE */
|
||||
table {
|
||||
width: 100%;
|
||||
border-radius: 5px; }
|
||||
|
||||
table thead th {
|
||||
background-color: #CCC;
|
||||
padding: 0.5em 1em;
|
||||
text-align: left; }
|
||||
|
||||
table tbody tr.even, table tbody tr.odd {
|
||||
border-bottom: 0 solid #CCCCCC;
|
||||
padding: 0.1em 0.6em; }
|
||||
|
||||
table tbody tr.even {
|
||||
background-color: #EEE; }
|
||||
|
||||
table tbody tr.odd {
|
||||
background-color: #E5E5E5; }
|
||||
|
||||
table tbody td {
|
||||
padding: 0.5em 1em;
|
||||
text-align: left; }
|
||||
|
||||
td.active {
|
||||
background-color: transparent; }
|
||||
+161
@@ -0,0 +1,161 @@
|
||||
@charset "UTF-8";
|
||||
/* LISIBILITY */
|
||||
* {
|
||||
font-size: 14px; }
|
||||
|
||||
div {
|
||||
border: 1px dashed #D4D4D4; }
|
||||
|
||||
p:after, ul:after {
|
||||
content: "¬";
|
||||
color: red; }
|
||||
|
||||
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
vertical-align: super; }
|
||||
|
||||
h1:before {
|
||||
content: "h1 "; }
|
||||
|
||||
h2:before {
|
||||
content: "h2 "; }
|
||||
|
||||
h3:before {
|
||||
content: "h3 "; }
|
||||
|
||||
h4:before {
|
||||
content: "h4 "; }
|
||||
|
||||
h5:before {
|
||||
content: "h5 "; }
|
||||
|
||||
h6:before {
|
||||
content: "h6 "; }
|
||||
|
||||
h2 {
|
||||
font-size: 24px; }
|
||||
|
||||
h3 {
|
||||
font-size: 18px; }
|
||||
|
||||
h4 {
|
||||
font-size: 16px; }
|
||||
|
||||
h5 {
|
||||
font-size: 14px; }
|
||||
|
||||
h6 {
|
||||
font-size: 12px; }
|
||||
|
||||
br:after {
|
||||
content: "·";
|
||||
color: red;
|
||||
border: 1px solid #999; }
|
||||
|
||||
/* LAYOUT AND GRAPHICS */
|
||||
img {
|
||||
height: auto;
|
||||
margin: 0.5em 0; }
|
||||
|
||||
p {
|
||||
border: 1px dashed #848484; }
|
||||
|
||||
div {
|
||||
border: 1px solid #1A1A1A; }
|
||||
|
||||
img, p, div {
|
||||
position: relative; }
|
||||
img:before, p:before, div:before {
|
||||
font-size: 10px;
|
||||
color: red;
|
||||
background-color: #1A1A1A;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 3000; }
|
||||
img.full, p.full, div.full {
|
||||
width: 99%; }
|
||||
img.full:before, p.full:before, div.full:before {
|
||||
content: " full "; }
|
||||
img.demi, p.demi, div.demi {
|
||||
width: 47%;
|
||||
margin-right: 2%; }
|
||||
img.demi:before, p.demi:before, div.demi:before {
|
||||
content: " demi ";
|
||||
right: 0; }
|
||||
img.tiers, p.tiers, div.tiers {
|
||||
width: 29%;
|
||||
margin-right: 2%; }
|
||||
img.tiers:before, p.tiers:before, div.tiers:before {
|
||||
content: " tiers ";
|
||||
right: 0; }
|
||||
img.quart, p.quart, div.quart {
|
||||
width: 23%;
|
||||
margin-right: 2%; }
|
||||
img.quart:before, p.quart:before, div.quart:before {
|
||||
content: " quart ";
|
||||
right: 0; }
|
||||
img.demi-left, p.demi-left, div.demi-left {
|
||||
width: 47%;
|
||||
float: left;
|
||||
margin-right: 2%; }
|
||||
img.demi-left:before, p.demi-left:before, div.demi-left:before {
|
||||
content: " demi-left ";
|
||||
left: 0; }
|
||||
img.demi-right, p.demi-right, div.demi-right {
|
||||
width: 47%;
|
||||
float: right;
|
||||
margin-left: 2%; }
|
||||
img.demi-right:before, p.demi-right:before, div.demi-right:before {
|
||||
content: " demi-right ";
|
||||
right: 0; }
|
||||
img.demi-center, p.demi-center, div.demi-center {
|
||||
width: 47%;
|
||||
display: block;
|
||||
margin: 0 auto; }
|
||||
img.demi-center:before, p.demi-center:before, div.demi-center:before {
|
||||
content: " demi-denter ";
|
||||
right: 0; }
|
||||
img.tiers-left, p.tiers-left, div.tiers-left {
|
||||
width: 29%;
|
||||
float: left;
|
||||
margin-right: 2%; }
|
||||
img.tiers-left:before, p.tiers-left:before, div.tiers-left:before {
|
||||
content: " tiers-left ";
|
||||
left: 0; }
|
||||
img.tiers-right, p.tiers-right, div.tiers-right {
|
||||
width: 29%;
|
||||
float: right;
|
||||
margin-left: 2%; }
|
||||
img.tiers-right:before, p.tiers-right:before, div.tiers-right:before {
|
||||
content: " tiers-right ";
|
||||
right: 0; }
|
||||
img.tiers-center, p.tiers-center, div.tiers-center {
|
||||
width: 29%;
|
||||
display: block;
|
||||
margin: 0 auto; }
|
||||
img.tiers-center:before, p.tiers-center:before, div.tiers-center:before {
|
||||
content: " tiers-center ";
|
||||
right: 0; }
|
||||
img.quart-left, p.quart-left, div.quart-left {
|
||||
width: 23%;
|
||||
float: left;
|
||||
margin-right: 2%; }
|
||||
img.quart-left:before, p.quart-left:before, div.quart-left:before {
|
||||
content: " quart-left ";
|
||||
left: 0; }
|
||||
img.quart-right, p.quart-right, div.quart-right {
|
||||
width: 23%;
|
||||
float: right;
|
||||
margin-left: 2%; }
|
||||
img.quart-right:before, p.quart-right:before, div.quart-right:before {
|
||||
content: " quart-right ";
|
||||
right: 0; }
|
||||
img.quart-center, p.quart-center, div.quart-center {
|
||||
width: 23%;
|
||||
display: block;
|
||||
margin: 0 auto; }
|
||||
img.quart-center:before, p.quart-center:before, div.quart-center:before {
|
||||
content: " quart-center ";
|
||||
right: 0; }
|
||||
@@ -1,23 +0,0 @@
|
||||
/* $Id: maintenance.css,v 1.1 2007/11/30 12:19:10 goba Exp $ */
|
||||
|
||||
/* Update styles */
|
||||
#update-results {
|
||||
margin-top: 3em;
|
||||
padding: 0.25em;
|
||||
border: 1px solid #ccc;
|
||||
background: #eee;
|
||||
font-size: smaller;
|
||||
}
|
||||
#update-results h2 {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
#update-results h4 {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
#update-results li.none {
|
||||
color: #888;
|
||||
font-style: italic;
|
||||
}
|
||||
#update-results li.failure strong {
|
||||
color: #b63300;
|
||||
}
|
||||
@@ -1,64 +0,0 @@
|
||||
/* ==|== non-semantic helper classes ========================================
|
||||
Please define your styles before this section.
|
||||
========================================================================== */
|
||||
|
||||
/* For image replacement */
|
||||
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
|
||||
.ir br { display: none; }
|
||||
|
||||
/* Hide from both screenreaders and browsers: h5bp.com/u */
|
||||
.hidden { display: none !important; visibility: hidden; }
|
||||
|
||||
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
|
||||
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
|
||||
|
||||
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
|
||||
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
|
||||
|
||||
/* Hide visually and from screenreaders, but maintain layout */
|
||||
.invisible { visibility: hidden; }
|
||||
|
||||
/* Contain floats: h5bp.com/q */
|
||||
.clearfix:before, .clearfix:after { content: ""; display: table; }
|
||||
.clearfix:after { clear: both; }
|
||||
.clearfix { zoom: 1; }
|
||||
|
||||
|
||||
|
||||
/* ==|== media queries ======================================================
|
||||
PLACEHOLDER Media Queries for Responsive Design.
|
||||
These override the primary ('mobile first') styles
|
||||
Modify as content requires.
|
||||
========================================================================== */
|
||||
|
||||
@media only screen and (min-width: 480px) {
|
||||
/* Style adjustments for viewports 480px and over go here */
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
/* Style adjustments for viewports 768px and over go here */
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ==|== print styles =======================================================
|
||||
Print styles.
|
||||
Inlined to avoid required HTTP connection: h5bp.com/r
|
||||
========================================================================== */
|
||||
|
||||
@media print {
|
||||
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
|
||||
a, a:visited { text-decoration: underline; }
|
||||
a[href]:after { content: " (" attr(href) ")"; }
|
||||
abbr[title]:after { content: " (" attr(title) ")"; }
|
||||
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
|
||||
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
|
||||
thead { display: table-header-group; } /* h5bp.com/t */
|
||||
tr, img { page-break-inside: avoid; }
|
||||
img { max-width: 100% !important; }
|
||||
@page { margin: 0.5cm; }
|
||||
p, h2, h3 { orphans: 3; widows: 3; }
|
||||
h2, h3 { page-break-after: avoid; }
|
||||
}
|
||||
@@ -1,406 +0,0 @@
|
||||
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
|
||||
|
||||
/* ==========================================================================
|
||||
HTML5 display definitions
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Correct `block` display not defined in IE 8/9.
|
||||
*/
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct `inline-block` display not defined in IE 8/9.
|
||||
*/
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
video {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent modern browsers from displaying `audio` without controls.
|
||||
* Remove excess height in iOS 5 devices.
|
||||
*/
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `[hidden]` styling not present in IE 8/9.
|
||||
* Hide the `template` element in IE, Safari, and Firefox < 22.
|
||||
*/
|
||||
|
||||
[hidden],
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Base
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Set default font family to sans-serif.
|
||||
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
||||
* user zoom.
|
||||
*/
|
||||
|
||||
html {
|
||||
font-family: sans-serif; /* 1 */
|
||||
-ms-text-size-adjust: 100%; /* 2 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove default margin.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Links
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the gray background color from active links in IE 10.
|
||||
*/
|
||||
|
||||
a {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `outline` inconsistency between Chrome and other browsers.
|
||||
*/
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability when focused and also mouse hovered in all browsers.
|
||||
*/
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Typography
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address variable `h1` font-size and margin within `section` and `article`
|
||||
* contexts in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in Safari 5 and Chrome.
|
||||
*/
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address differences between Firefox and other browsers.
|
||||
*/
|
||||
|
||||
hr {
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9.
|
||||
*/
|
||||
|
||||
mark {
|
||||
background: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct font family set oddly in Safari 5 and Chrome.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability of pre-formatted text in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set consistent quote types.
|
||||
*/
|
||||
|
||||
q {
|
||||
quotes: "\201C" "\201D" "\2018" "\2019";
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent and variable font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove border when inside `a` element in IE 8/9.
|
||||
*/
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct overflow displayed oddly in IE 9.
|
||||
*/
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Figures
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address margin not present in IE 8/9 and Safari 5.
|
||||
*/
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Define consistent border, margin, and padding.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #c0c0c0;
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct `color` not being inherited in IE 8/9.
|
||||
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||
*/
|
||||
|
||||
legend {
|
||||
border: 0; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct font family not being inherited in all browsers.
|
||||
* 2. Correct font size not being inherited in all browsers.
|
||||
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit; /* 1 */
|
||||
font-size: 100%; /* 2 */
|
||||
margin: 0; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||
* the UA stylesheet.
|
||||
*/
|
||||
|
||||
button,
|
||||
input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||
* All other form control elements do not inherit `text-transform` values.
|
||||
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
|
||||
* Correct `select` style inheritance in Firefox 4+ and Opera.
|
||||
*/
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||
* and `video` controls.
|
||||
* 2. Correct inability to style clickable `input` types in iOS.
|
||||
* 3. Improve usability and consistency of cursor style between image-type
|
||||
* `input` and others.
|
||||
*/
|
||||
|
||||
button,
|
||||
html input[type="button"], /* 1 */
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button; /* 2 */
|
||||
cursor: pointer; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Re-set default cursor for disabled elements.
|
||||
*/
|
||||
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
||||
* 2. Remove excess padding in IE 8/9/10.
|
||||
*/
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
|
||||
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
|
||||
* (include `-moz` to future-proof).
|
||||
*/
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box; /* 2 */
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and search cancel button in Safari 5 and Chrome
|
||||
* on OS X.
|
||||
*/
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and border in Firefox 4+.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove default vertical scrollbar in IE 8/9.
|
||||
* 2. Improve readability and alignment in all browsers.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto; /* 1 */
|
||||
vertical-align: top; /* 2 */
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Tables
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove most spacing between table cells.
|
||||
*/
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
+252
@@ -0,0 +1,252 @@
|
||||
/**
|
||||
* Primary Drupal Styles
|
||||
* Author: Bachir Soussi Chiadmi
|
||||
*/
|
||||
|
||||
|
||||
body{font-size:16px; font-family: Arial, "MS Trebuchet", sans-serif;}
|
||||
|
||||
|
||||
a{color: #007BC2; text-decoration: none;}
|
||||
|
||||
|
||||
h1{font-size:1.6em;}
|
||||
h2{font-size:1.5em;}
|
||||
h3{font-size:1.4em;}
|
||||
h4{font-size:1.3em;}
|
||||
h5{font-size:1.2em;}
|
||||
h6{font-size:1.1em;}
|
||||
|
||||
input{font-family: Arial, "MS Trebuchet", sans-serif; font-size:0.8em;}
|
||||
|
||||
|
||||
|
||||
/** layout */
|
||||
#center, #sidebar-first, #sidebar-second, .footer-block .region, .header-block{ display:inline-block; vertical-align: top;}
|
||||
|
||||
body.two-sidebars #center { width: 54%; }
|
||||
body.sidebar-first #center { width: 73%; }
|
||||
body.sidebar-second #center { width: 80%; }
|
||||
body.no-sidebars #center { width: 100%; }
|
||||
|
||||
#sidebar-first { width: 24%; }
|
||||
#sidebar-second { width: 18%; }
|
||||
|
||||
#header, #main, #footer{ padding:1em; }
|
||||
|
||||
body{background-color: #DFDFDF;}
|
||||
|
||||
#container{width:1024px; margin:0 auto; background-color: #FFF;}
|
||||
|
||||
#header, #footer{background-color: #535353; color:#fff;}
|
||||
|
||||
.block, .panel-pane{
|
||||
border: 1px solid #D1D1D1; padding:0.5em; margin:0.5em;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
background-color: #EAEAEA;
|
||||
}
|
||||
|
||||
.footer-block .block{
|
||||
background-color: #353535; border: 1px solid #1a1a1a;
|
||||
}
|
||||
#footer-bottom{ text-align: center;}
|
||||
#footer-bottom .block{ background-color: transparent; border: 0 solid #999; font-size:0.7em;}
|
||||
|
||||
#content{padding:1em;}
|
||||
|
||||
.logo h1, h1.page-title{font-size:2em;}
|
||||
|
||||
#header ul.menu li,
|
||||
#content-top ul.menu li,
|
||||
#content-bottom ul.menu li,
|
||||
#footer ul.menu li{display:inline-block; vertical-align:top; }
|
||||
|
||||
.views-row{margin-bottom:1em;}
|
||||
|
||||
.views-field-title{font-size:1.1em; font-weight:bold;}
|
||||
.views-field-title a{color: #444444; text-decoration:none;}
|
||||
|
||||
li, .item-list ul li{list-style: none inside url(); margin-left:0;}
|
||||
|
||||
/** Messages. */
|
||||
|
||||
div.messages {
|
||||
padding: 9px;
|
||||
margin: 0.5em 0 0;
|
||||
color: #036;
|
||||
background: #bdf;
|
||||
border: 1px solid #ace;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
|
||||
}
|
||||
|
||||
div.warning {
|
||||
color: #840;
|
||||
background: #fe6;
|
||||
border-color: #ed5;
|
||||
}
|
||||
|
||||
div.error {
|
||||
color: #fff;
|
||||
background: #e63;
|
||||
border-color: #d52;
|
||||
}
|
||||
|
||||
div.error p.error {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
div.status {
|
||||
color: #360;
|
||||
background: #cf8;
|
||||
border-color: #be7;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/** Tab navigation */
|
||||
|
||||
ul.primary, .views-admin-links ul {
|
||||
font:13px/1.231 sans-serif; *font-size:small;
|
||||
border-collapse: collapse;
|
||||
padding: 0 0 0 1em; /* LTR */
|
||||
white-space: nowrap;
|
||||
list-style: none;
|
||||
margin: 5px;
|
||||
height: auto;
|
||||
line-height: normal;
|
||||
border-bottom: 1px solid #bbb;
|
||||
}
|
||||
ul.primary li, .views-admin-links li{
|
||||
display: inline;
|
||||
|
||||
}
|
||||
ul.primary li a, .views-admin-links li a {
|
||||
background-color: #ddd;
|
||||
border-color: #bbb;
|
||||
border-width: 1px;
|
||||
border-style: solid solid none solid;
|
||||
height: auto;
|
||||
margin-right: 0.5em; /* LTR */
|
||||
padding: 0 1em;
|
||||
text-decoration: none;
|
||||
-moz-border-radius-topleft: 5px;
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
-moz-border-radius-topright: 5px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
ul.primary li.active a {
|
||||
background-color: #fff;
|
||||
border: 1px solid #bbb;
|
||||
border-bottom: #fff 1px solid;
|
||||
}
|
||||
ul.primary li a:hover, .views-admin-links li a:hover{
|
||||
background-color: #eee;
|
||||
border-color: #ccc;
|
||||
border-bottom-color: #eee;
|
||||
}
|
||||
|
||||
ul.secondary {
|
||||
border-bottom: 1px solid #bbb;
|
||||
padding: 0.5em 1em;
|
||||
margin: 5px;
|
||||
}
|
||||
ul.secondary li {
|
||||
display: inline;
|
||||
padding: 0 1em;
|
||||
border-right: 1px solid #ccc; /* LTR */
|
||||
}
|
||||
ul.secondary a {
|
||||
padding: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
ul.secondary a.active {
|
||||
border-bottom: 4px solid #999;
|
||||
}
|
||||
|
||||
|
||||
/** Form */
|
||||
|
||||
#node-form .form-region-main{border-right: 1px solid #BFBFBF; padding-right:10px; width:68%;}
|
||||
#node-form .form-region-main label{float:left; min-width:25%;}
|
||||
#node-form .form-region-main input.form-text{width:40%;}
|
||||
|
||||
#node-form .form-region-right{padding-left:5px;}
|
||||
#node-form .form-region-right label{float:left; min-width:35%;}
|
||||
#node-form .form-region-right input.form-text{width:60%;}
|
||||
|
||||
#node-form .form-region-main label.option, #node-form .form-region-right label.option{float: none;}
|
||||
|
||||
|
||||
form:not( #views-ui-config-item-form ) .form-item {
|
||||
position:relative;
|
||||
/* padding:9px;*/
|
||||
}
|
||||
|
||||
form:not( #views-ui-config-item-form ) .form-item .description{
|
||||
position:absolute;
|
||||
bottom:140%;
|
||||
/* right:-15px;*/
|
||||
z-index:5;
|
||||
left:50%;
|
||||
color:#1A1A1A;
|
||||
line-height:1.1;
|
||||
background:url(../images/popup.png) 50% 100% no-repeat;
|
||||
width:240px;
|
||||
margin:0px 0px -15px;
|
||||
padding:9px 10px 20px;
|
||||
display:none;
|
||||
border-top: 1px solid #9F9F9F;
|
||||
}
|
||||
form:not( #views-ui-config-item-form ) .form-item:hover {
|
||||
z-index:1;
|
||||
height:auto; /* Fix for flicker in IE7 */
|
||||
}
|
||||
form:not( #views-ui-config-item-form ) .form-item:hover > .description { display:block; }
|
||||
|
||||
|
||||
fieldset{
|
||||
border: 1px solid #D4D4D4;
|
||||
padding:10px;
|
||||
margin-bottom:1em;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
fieldset legend{
|
||||
font-size:1.6em;
|
||||
}
|
||||
|
||||
input.form-text{max-width:95%;}
|
||||
|
||||
/** TABLE */
|
||||
|
||||
table{width:100%;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
table thead th{
|
||||
background-color: #CCC;
|
||||
padding:0.5em 1em;
|
||||
text-align: left;
|
||||
}
|
||||
table tbody tr.even, table tbody tr.odd{
|
||||
border-bottom: 0 solid #CCCCCC;
|
||||
padding: 0.1em 0.6em;
|
||||
}
|
||||
table tbody tr.even{background-color: #EEE;}
|
||||
table tbody tr.odd{background-color: #E5E5E5;}
|
||||
|
||||
table tbody td{
|
||||
padding:0.5em 1em;
|
||||
text-align: left;
|
||||
}
|
||||
td.active {background-color: transparent;}
|
||||
@@ -0,0 +1,67 @@
|
||||
/* LISIBILITY */
|
||||
|
||||
*{font-size:14px;}
|
||||
div{border: 1px dashed #D4D4D4;}
|
||||
p:after, ul:after{content:"¬"; color:red;}
|
||||
|
||||
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before{
|
||||
color:blue; font-weight: normal; font-size:10px; vertical-align: super;
|
||||
}
|
||||
|
||||
h1:before{content:"h1 ";}
|
||||
h2:before{content:"h2 ";}
|
||||
h3:before{content:"h3 ";}
|
||||
h4:before{content:"h4 ";}
|
||||
h5:before{content:"h5 ";}
|
||||
h6:before{content:"h6 ";}
|
||||
|
||||
|
||||
h2{font-size:24px;}
|
||||
h3{font-size:18px;}
|
||||
h4{font-size:16px;}
|
||||
h5{font-size:14px;}
|
||||
h6{font-size:12px;}
|
||||
|
||||
|
||||
.side-note-4{}
|
||||
.side-note-5{}
|
||||
|
||||
br:after{content:"·"; color:red; border: 1px solid #999;}
|
||||
|
||||
/* LAYOUT AND GRAPHICS */
|
||||
@mixin full{ width:99%; }
|
||||
@mixin demi{ width:47%; }
|
||||
@mixin tiers{ width:29%; }
|
||||
@mixin quart{ width:23%; }
|
||||
@mixin right{ float:right; margin-left:2%; }
|
||||
@mixin left{ float:left; margin-right:2%; }
|
||||
@mixin center{ display:block; margin:0 auto; }
|
||||
|
||||
|
||||
img{height:auto; margin:0.5em 0;}
|
||||
p{ border: 1px dashed #848484; }
|
||||
div{border: 1px solid #1A1A1A;}
|
||||
|
||||
img,p,div{ position:relative;
|
||||
&:before{font-size:10px; color:red; background-color: #1A1A1A; position:absolute; top:0; z-index:3000;}
|
||||
|
||||
&.full{@include full; &:before{content:" full ";}}
|
||||
&.demi{ @include demi; margin-right:2%; &:before{content:" demi "; right:0;}}
|
||||
&.tiers{ @include tiers; margin-right:2%; &:before{content:" tiers "; right:0;}}
|
||||
&.quart{ @include quart; margin-right:2%; &:before{content:" quart "; right:0;}}
|
||||
|
||||
&.demi-left{ @include demi; @include left; &:before{content:" demi-left "; left:0;}}
|
||||
&.demi-right{ @include demi; @include right; &:before{content:" demi-right "; right:0;}}
|
||||
&.demi-center{ @include demi; @include center; &:before{content:" demi-denter "; right:0;}}
|
||||
|
||||
&.tiers-left{ @include tiers; @include left; &:before{content:" tiers-left "; left:0;}}
|
||||
&.tiers-right{ @include tiers; @include right; &:before{content:" tiers-right "; right:0;}}
|
||||
&.tiers-center{ @include tiers; @include center; &:before{content:" tiers-center "; right:0;}}
|
||||
|
||||
&.quart-left{ @include quart; @include left; &:before{content:" quart-left "; left:0;}}
|
||||
&.quart-right{ @include quart; @include right; &:before{content:" quart-right "; right:0;}}
|
||||
&.quart-center{ @include quart; @include center; &:before{content:" quart-center "; right:0;}}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user