You are here

global.base.css in Brainstorm profile 7

/*
 * @file
 * global.base
 *
 * - normalize with small modifications for Drupal and AT: http://necolas.github.com/normalize.css/
 * - Gutter widths, see $gutter-width in _custom.scss
 * - Default container alignment.
 * - Flexible images and media declarations.
 * - Copies of the SCSS mixins for reference, which includes an improved
 *   element-invisible and focusable styles.
 */
/* =============================================================================
    HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
    Base
   ========================================================================== */
/*
 * If you are using the themes Responsive JS feature (media_queries.js) do not
 * set a font-family on the html element, use body.
 *
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  height: 100%;
  overflow-y: scroll;
}

/*
 * 1 . Addresses margins handled incorrectly in IE6/7
 */
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility\9;
  /* Only IE, can mess with Android */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
    Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
    Typography
   ========================================================================== */
/*
 * Headings
 *
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
 */
b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 0 0 15px;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
q {
  quotes: none;
}

q:before,
q:after {
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
    Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none none;
}

/* =============================================================================
    Embedded content
   ========================================================================== */
/*
 * 1. Remove border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  /* border: 0; */
  /* Drupal core already does this, uncomment if you need it */
  -ms-interpolation-mode: bicubic;
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
    Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
    Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* =============================================================================
    Tables
   ========================================================================== */
/*
 * 1. Remove most spacing between table cells
 */
table {
  border: 1px solid;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 100%;
}

/* =============================================================================
    Gutters
   ========================================================================== */
/*
 * If gutters are set in theme settings they will override these values,
 * see Extensions > Modify Output > Design
 * $gutter-width is set in _base.scss
 */
#main-content,
.pane-inner,
.menu-wrapper,
.branding-elements,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
.rendered-by-ds .panel-display .region-inner,
div.messages {
  margin-left: 10px;
  margin-right: 10px;
}

/*
 * Panel pages need negative margin equal to the gutter width applied to #content,
 * this is taken care of in theme settings as per above for normal gutters
 */
#content .panel-display,
#content .panel-flexible {
  margin-left: -10px;
  margin-right: -10px;
}

/* =============================================================================
    Flexible Media and Cross browser improvements
   ========================================================================== */
/*
 * - This can cause issues in table cells where no width is set on the column,
 *   only in some versions of webkit and IE 7/8.
 * - declaring the width attribute on image elements and using max-width causes
 *   the "dissappering images" bug in IE8.
 * - Mapping services such as Google Maps may break also, see below for fixes.
 */
img {
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* Ethan Marcotte - http://front.ie/l8rJaA */
img,
embed,
object,
video {
  max-width: 100%;
}

/* Disable flexiblity for IE8 and below */
.lt-ie9 img,
.lt-ie9 object,
.lt-ie9 embed,
.lt-ie9 video {
  max-width: none;
}

/* Override max-width 100% for map displays */
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img,
.geolocation-map img,
.geolocation-views-map img {
  max-width: none !important;
  max-height: none;
}

/* =============================================================================
    Misc helpers, Accessibility classes etc
   ========================================================================== */
/* Prevent overflowing content */
header[role=banner],
.content-inner,
.nav,
.region-sidebar-first,
.region-sidebar-second,
.region-secondary-content,
.region-tertiary-content,
.region-footer {
  overflow: visible;
  word-wrap: break-word;
}

/**
 * General classes for hiding content. These are all included as SASS mixins.
 * @SEE: sass/_custom.scss
 */
/**
 * Image replacement
 * Kellum Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement
 * Additional helpers from http://html5boilerplate.com/docs/css/
 */
.ir {
  /* Kellum Method */
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* Remove the default border from elements like button */
  border: 0;
  /* Crush the text down to take up no space */
  font: 0/0 a;
  /* Remove any text shadows */
  text-shadow: none;
  /* Hide any residual text in Safari 4 and any mobile devices that may need it */
  color: transparent;
  /* Hide the default background color on elements like button */
  background-color: transparent;
}

/* More robust element-invisible and element-focuable classes */
.element-invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
}

/* Shift content offscreen, can be usefull when you reall need to do this */
.offscreen {
  position: absolute;
  top: -99999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
  outline: 0;
}

/* Hide content from all users */
.element-hidden {
  display: none;
}

File

themes/brainstorm_theme/css/global.base.css
View source
  1. /*
  2. * @file
  3. * global.base
  4. *
  5. * - normalize with small modifications for Drupal and AT: http://necolas.github.com/normalize.css/
  6. * - Gutter widths, see $gutter-width in _custom.scss
  7. * - Default container alignment.
  8. * - Flexible images and media declarations.
  9. * - Copies of the SCSS mixins for reference, which includes an improved
  10. * element-invisible and focusable styles.
  11. */
  12. /* =============================================================================
  13. HTML5 display definitions
  14. ========================================================================== */
  15. /*
  16. * Corrects block display not defined in IE6/7/8/9 & FF3
  17. */
  18. article,
  19. aside,
  20. details,
  21. figcaption,
  22. figure,
  23. footer,
  24. header,
  25. hgroup,
  26. main,
  27. nav,
  28. section,
  29. summary {
  30. display: block;
  31. }
  32. /*
  33. * Corrects inline-block display not defined in IE6/7/8/9 & FF3
  34. */
  35. audio,
  36. canvas,
  37. video {
  38. display: inline-block;
  39. *display: inline;
  40. *zoom: 1;
  41. }
  42. /*
  43. * Prevents modern browsers from displaying 'audio' without controls
  44. * Remove excess height in iOS5 devices
  45. */
  46. audio:not([controls]) {
  47. display: none;
  48. height: 0;
  49. }
  50. /*
  51. * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
  52. * Known issue: no IE6 support
  53. */
  54. [hidden] {
  55. display: none;
  56. }
  57. /* =============================================================================
  58. Base
  59. ========================================================================== */
  60. /*
  61. * If you are using the themes Responsive JS feature (media_queries.js) do not
  62. * set a font-family on the html element, use body.
  63. *
  64. * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
  65. * http://clagnut.com/blog/348/#c790
  66. * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
  67. * www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
  68. */
  69. html {
  70. font-size: 100%;
  71. -webkit-text-size-adjust: 100%;
  72. line-height: 1.5;
  73. height: 100%;
  74. overflow-y: scroll;
  75. }
  76. /*
  77. * 1 . Addresses margins handled incorrectly in IE6/7
  78. */
  79. body {
  80. min-height: 100%;
  81. margin: 0;
  82. padding: 0;
  83. -webkit-font-smoothing: antialiased;
  84. font-smoothing: antialiased;
  85. text-rendering: optimizeLegibility\9;
  86. /* Only IE, can mess with Android */
  87. }
  88. /*
  89. * Addresses font-family inconsistency between 'textarea' and other form elements.
  90. */
  91. button,
  92. input,
  93. select,
  94. textarea {
  95. font-family: sans-serif;
  96. }
  97. /* =============================================================================
  98. Links
  99. ========================================================================== */
  100. /*
  101. * Addresses outline displayed oddly in Chrome
  102. */
  103. a:focus {
  104. outline: thin dotted;
  105. }
  106. /*
  107. * Improves readability when focused and also mouse hovered in all browsers
  108. * people.opera.com/patrickl/experiments/keyboard/test
  109. */
  110. a:hover,
  111. a:active {
  112. outline: 0;
  113. }
  114. /* =============================================================================
  115. Typography
  116. ========================================================================== */
  117. /*
  118. * Headings
  119. *
  120. * Addresses font sizes and margins set differently in IE6/7
  121. * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
  122. */
  123. h1 {
  124. font-size: 2em;
  125. margin: 0.67em 0;
  126. }
  127. h2 {
  128. font-size: 1.5em;
  129. margin: 0.83em 0;
  130. }
  131. h3 {
  132. font-size: 1.17em;
  133. margin: 1em 0;
  134. }
  135. h4 {
  136. font-size: 1em;
  137. margin: 1.33em 0;
  138. }
  139. h5 {
  140. font-size: 0.83em;
  141. margin: 1.67em 0;
  142. }
  143. h6 {
  144. font-size: 0.75em;
  145. margin: 2.33em 0;
  146. }
  147. /*
  148. * Addresses styling not present in IE7/8/9, S5, Chrome
  149. */
  150. abbr[title] {
  151. border-bottom: 1px dotted;
  152. }
  153. /*
  154. * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
  155. */
  156. b,
  157. strong {
  158. font-weight: 700;
  159. }
  160. blockquote {
  161. margin: 1em 40px;
  162. }
  163. /*
  164. * Addresses styling not present in IE6/7/8/9
  165. */
  166. mark {
  167. background: #ff0;
  168. color: #000;
  169. }
  170. /*
  171. * Addresses margins set differently in IE6/7
  172. */
  173. p,
  174. pre {
  175. margin: 0 0 15px;
  176. }
  177. /*
  178. * Corrects font family set oddly in IE6, S4/5, Chrome
  179. * en.wikipedia.org/wiki/User:Davidgothberg/Test59
  180. */
  181. pre,
  182. code,
  183. kbd,
  184. samp {
  185. font-family: monospace, serif;
  186. _font-family: 'courier new', monospace;
  187. font-size: 1em;
  188. }
  189. /*
  190. * Improves readability of pre-formatted text in all browsers
  191. */
  192. pre {
  193. white-space: pre-wrap;
  194. word-wrap: break-word;
  195. }
  196. /*
  197. * 1. Addresses CSS quotes not supported in IE6/7
  198. * 2. Addresses quote property not supported in S4
  199. */
  200. q {
  201. quotes: none;
  202. }
  203. q:before,
  204. q:after {
  205. content: none;
  206. }
  207. small {
  208. font-size: 75%;
  209. }
  210. /*
  211. * Prevents sub and sup affecting line-height in all browsers
  212. * gist.github.com/413930
  213. */
  214. sub,
  215. sup {
  216. font-size: 75%;
  217. line-height: 0;
  218. position: relative;
  219. vertical-align: baseline;
  220. }
  221. sup {
  222. top: -0.5em;
  223. }
  224. sub {
  225. bottom: -0.25em;
  226. }
  227. /* =============================================================================
  228. Lists
  229. ========================================================================== */
  230. /*
  231. * Addresses margins set differently in IE6/7
  232. */
  233. dl,
  234. menu,
  235. ol,
  236. ul {
  237. margin: 1em 0;
  238. }
  239. dd {
  240. margin: 0 0 0 40px;
  241. }
  242. /*
  243. * Addresses paddings set differently in IE6/7
  244. */
  245. menu,
  246. ol,
  247. ul {
  248. padding: 0 0 0 40px;
  249. }
  250. /*
  251. * Corrects list images handled incorrectly in IE7
  252. */
  253. nav ul,
  254. nav ol {
  255. list-style: none none;
  256. }
  257. /* =============================================================================
  258. Embedded content
  259. ========================================================================== */
  260. /*
  261. * 1. Remove border when inside 'a' element in IE6/7/8/9, FF3
  262. * 2. Improves image quality when scaled in IE7
  263. * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
  264. */
  265. img {
  266. /* border: 0; */
  267. /* Drupal core already does this, uncomment if you need it */
  268. -ms-interpolation-mode: bicubic;
  269. }
  270. /*
  271. * Corrects overflow displayed oddly in IE9
  272. */
  273. svg:not(:root) {
  274. overflow: hidden;
  275. }
  276. /* =============================================================================
  277. Figures
  278. ========================================================================== */
  279. /*
  280. * Addresses margin not present in IE6/7/8/9, S5, O11
  281. */
  282. figure {
  283. margin: 0;
  284. }
  285. /* =============================================================================
  286. Forms
  287. ========================================================================== */
  288. /*
  289. * Corrects margin displayed oddly in IE6/7
  290. */
  291. form {
  292. margin: 0;
  293. }
  294. /*
  295. * Define consistent border, margin, and padding
  296. */
  297. fieldset {
  298. margin: 0 2px;
  299. padding: 0.35em 0.625em 0.75em;
  300. }
  301. /*
  302. * 1. Corrects color not being inherited in IE6/7/8/9
  303. * 2. Corrects text not wrapping in FF3
  304. * 3. Corrects alignment displayed oddly in IE6/7
  305. */
  306. legend {
  307. border: 0;
  308. padding: 0;
  309. white-space: normal;
  310. *margin-left: -7px;
  311. }
  312. /*
  313. * 1. Corrects font size not being inherited in all browsers
  314. * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
  315. * 3. Improves appearance and consistency in all browsers
  316. */
  317. button,
  318. input,
  319. select,
  320. textarea {
  321. font-size: 100%;
  322. margin: 0;
  323. vertical-align: baseline;
  324. *vertical-align: middle;
  325. }
  326. /*
  327. * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
  328. */
  329. button,
  330. input {
  331. line-height: normal;
  332. }
  333. /*
  334. * 1. Improves usability and consistency of cursor style between image-type 'input' and others
  335. * 2. Corrects inability to style clickable 'input' types in iOS
  336. * 3. Removes inner spacing in IE7 without affecting normal text inputs
  337. * Known issue: inner spacing remains in IE6
  338. */
  339. button,
  340. input[type="button"],
  341. input[type="reset"],
  342. input[type="submit"] {
  343. cursor: pointer;
  344. -webkit-appearance: button;
  345. *overflow: visible;
  346. }
  347. /*
  348. * Re-set default cursor for disabled elements
  349. */
  350. button[disabled],
  351. input[disabled] {
  352. cursor: default;
  353. }
  354. /*
  355. * 1. Addresses box sizing set to content-box in IE8/9
  356. * 2. Removes excess padding in IE8/9
  357. * 3. Removes excess padding in IE7
  358. * Known issue: excess padding remains in IE6
  359. */
  360. input[type="checkbox"],
  361. input[type="radio"] {
  362. box-sizing: border-box;
  363. padding: 0;
  364. *height: 13px;
  365. *width: 13px;
  366. }
  367. /*
  368. * 1. Addresses appearance set to searchfield in S5, Chrome
  369. * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
  370. */
  371. input[type="search"] {
  372. -webkit-appearance: textfield;
  373. -moz-box-sizing: content-box;
  374. -webkit-box-sizing: content-box;
  375. box-sizing: content-box;
  376. }
  377. /*
  378. * Removes inner padding and search cancel button in S5, Chrome on OS X
  379. */
  380. input[type="search"]::-webkit-search-decoration,
  381. input[type="search"]::-webkit-search-cancel-button {
  382. -webkit-appearance: none;
  383. }
  384. /*
  385. * Removes inner padding and border in FF3+
  386. * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
  387. */
  388. button::-moz-focus-inner,
  389. input::-moz-focus-inner {
  390. border: 0;
  391. padding: 0;
  392. }
  393. /*
  394. * 1. Removes default vertical scrollbar in IE6/7/8/9
  395. * 2. Improves readability and alignment in all browsers
  396. */
  397. textarea {
  398. overflow: auto;
  399. vertical-align: top;
  400. }
  401. /* =============================================================================
  402. Tables
  403. ========================================================================== */
  404. /*
  405. * 1. Remove most spacing between table cells
  406. */
  407. table {
  408. border: 1px solid;
  409. border-spacing: 0;
  410. border-collapse: collapse;
  411. font-size: 100%;
  412. }
  413. /* =============================================================================
  414. Gutters
  415. ========================================================================== */
  416. /*
  417. * If gutters are set in theme settings they will override these values,
  418. * see Extensions > Modify Output > Design
  419. * $gutter-width is set in _base.scss
  420. */
  421. #main-content,
  422. .pane-inner,
  423. .menu-wrapper,
  424. .branding-elements,
  425. .breadcrumb-wrapper,
  426. .attribution,
  427. .at-panel .rounded-corner,
  428. .block-panels-mini > .block-title,
  429. .rendered-by-ds .panel-display .region-inner,
  430. div.messages {
  431. margin-left: 10px;
  432. margin-right: 10px;
  433. }
  434. /*
  435. * Panel pages need negative margin equal to the gutter width applied to #content,
  436. * this is taken care of in theme settings as per above for normal gutters
  437. */
  438. #content .panel-display,
  439. #content .panel-flexible {
  440. margin-left: -10px;
  441. margin-right: -10px;
  442. }
  443. /* =============================================================================
  444. Flexible Media and Cross browser improvements
  445. ========================================================================== */
  446. /*
  447. * - This can cause issues in table cells where no width is set on the column,
  448. * only in some versions of webkit and IE 7/8.
  449. * - declaring the width attribute on image elements and using max-width causes
  450. * the "dissappering images" bug in IE8.
  451. * - Mapping services such as Google Maps may break also, see below for fixes.
  452. */
  453. img {
  454. height: auto;
  455. -ms-interpolation-mode: bicubic;
  456. }
  457. /* Ethan Marcotte - http://front.ie/l8rJaA */
  458. img,
  459. embed,
  460. object,
  461. video {
  462. max-width: 100%;
  463. }
  464. /* Disable flexiblity for IE8 and below */
  465. .lt-ie9 img,
  466. .lt-ie9 object,
  467. .lt-ie9 embed,
  468. .lt-ie9 video {
  469. max-width: none;
  470. }
  471. /* Override max-width 100% for map displays */
  472. #map img,
  473. .gmap img,
  474. .view-gmap img,
  475. .openlayers-map img,
  476. #getlocations_map_canvas img,
  477. #locationmap_map img,
  478. .geofieldMap img,
  479. .views_horizontal_slider img,
  480. .geolocation-map img,
  481. .geolocation-views-map img {
  482. max-width: none !important;
  483. max-height: none;
  484. }
  485. /* =============================================================================
  486. Misc helpers, Accessibility classes etc
  487. ========================================================================== */
  488. /* Prevent overflowing content */
  489. header[role=banner],
  490. .content-inner,
  491. .nav,
  492. .region-sidebar-first,
  493. .region-sidebar-second,
  494. .region-secondary-content,
  495. .region-tertiary-content,
  496. .region-footer {
  497. overflow: visible;
  498. word-wrap: break-word;
  499. }
  500. /**
  501. * General classes for hiding content. These are all included as SASS mixins.
  502. * @SEE: sass/_custom.scss
  503. */
  504. /**
  505. * Image replacement
  506. * Kellum Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement
  507. * Additional helpers from http://html5boilerplate.com/docs/css/
  508. */
  509. .ir {
  510. /* Kellum Method */
  511. display: block !important;
  512. text-indent: 100%;
  513. white-space: nowrap;
  514. overflow: hidden;
  515. /* Remove the default border from elements like button */
  516. border: 0;
  517. /* Crush the text down to take up no space */
  518. font: 0/0 a;
  519. /* Remove any text shadows */
  520. text-shadow: none;
  521. /* Hide any residual text in Safari 4 and any mobile devices that may need it */
  522. color: transparent;
  523. /* Hide the default background color on elements like button */
  524. background-color: transparent;
  525. }
  526. /* More robust element-invisible and element-focuable classes */
  527. .element-invisible {
  528. border: 0;
  529. clip: rect(1px 1px 1px 1px);
  530. /* IE6, IE7 */
  531. clip: rect(1px, 1px, 1px, 1px);
  532. height: 1px;
  533. overflow: hidden;
  534. padding: 0;
  535. position: absolute;
  536. width: 1px;
  537. }
  538. .element-invisible.element-focusable:active,
  539. .element-invisible.element-focusable:focus {
  540. clip: auto;
  541. height: auto;
  542. overflow: visible;
  543. position: static;
  544. width: auto;
  545. }
  546. /* Shift content offscreen, can be usefull when you reall need to do this */
  547. .offscreen {
  548. position: absolute;
  549. top: -99999em;
  550. width: 1px;
  551. height: 1px;
  552. overflow: hidden;
  553. outline: 0;
  554. }
  555. /* Hide content from all users */
  556. .element-hidden {
  557. display: none;
  558. }