Project

General

Profile

« Previous | Next » 

Revision 9b5ce3ec

Added by Andreas Kohlbecker over 11 years ago

media elements and tables

View differences:

7.x/themes/zen_dataportal/css/nodes.css
5 5
 * Style anything that isn't in the $content variable.
6 6
 */
7 7
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000311}}
8
.block, .node {
9
  /* style links only for content in blocks and node */
8
.block, .node, #backButton {
9
  /* style links only for content in blocks and node and backbutton */
10 10
}
11 11
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/_custom\.scss}line{font-family:\0000363}}
12 12
.block a:link,
13 13
.block a:visited, .node a:link,
14
.node a:visited {
14
.node a:visited, #backButton a:link,
15
#backButton a:visited {
15 16
  color: #115e92;
16 17
  text-decoration: none;
17 18
}
18 19
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/_custom\.scss}line{font-family:\0000369}}
19 20
.block a:hover,
20 21
.block a:focus, .node a:hover,
21
.node a:focus {
22
.node a:focus, #backButton a:hover,
23
#backButton a:focus {
22 24
  text-decoration: underline;
23 25
}
24 26

  

Also available in: Unified diff