src/cm/media/css/site/text_view_comments/c-text-styles.css
author gibus
Mon, 18 Mar 2013 17:29:40 +0100
changeset 501 5cd02f32be5e
parent 482 00f61fe2430a
child 504 b2e0186daa5b
permissions -rw-r--r--
Prevents sumitting comment several time while waiting for server response.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
     1
/* Syles for font alternatives */
475
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
     2
#textcontainer {
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
     3
  font-size: 14px;
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
     4
  line-height: 20px;
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
     5
}
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
     6
  
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
     7
#textcontainer.modern {
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
     8
  font-family: Lora, Georgia, serif;
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     9
}
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    10
 
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    11
#textcontainer.classic {
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    12
  font-family: arial, helvetica, clean, sans-serif;
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    13
}
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    14
 
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    15
#textcontainer.code {
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    16
  font-family: courier; 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    17
}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    18
  
475
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    19
#textcontainer h1 {
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    20
  font-size: 22px; 
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    21
  line-height: 24px;
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    22
}
475
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    23
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    24
#textcontainer h2 {
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    25
  font-size: 16px; 
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    26
  line-height: 18px;
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    27
}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    28
475
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    29
#textcontainer h3 {
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    30
  font-size:14px; 
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    31
  line-height: 16px;
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    32
}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    33
475
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    34
#textcontainer.modern h1,
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    35
#textcontainer.modern h2,
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    36
#textcontainer.modern h3,
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    37
#textcontainer.modern h4,
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    38
#textcontainer.modern h5,
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    39
#textcontainer.modern h6 {
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    40
  font-family: 'PT Sans', Verdana, sans-serif;
393
8806f683d0be Some CSS styles
Production Moz <dev@sopinspace.com>
parents: 0
diff changeset
    41
}
8806f683d0be Some CSS styles
Production Moz <dev@sopinspace.com>
parents: 0
diff changeset
    42
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    43
/* Styles for footnotes using Drupal module 'footnotes' */
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    44
#textcontainer .footnotes {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    45
  clear: both;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    46
  margin-top: 4em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    47
  margin-bottom: 2em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    48
  border-top: 1px solid #000000;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    49
  font-size: 0.9em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    50
}
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    51
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    52
#textcontainer .see-footnote {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    53
  vertical-align: top;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    54
  position: relative;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    55
  top: -0.25em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    56
  font-size: 0.9em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    57
  text-decoration: none;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    58
}
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    59
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    60
#textcontainer ul.footnotes {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    61
  list-style-type: none;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    62
  margin-left: 0;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    63
  padding-left: 0;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    64
}
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    65
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    66
#textcontainer ul.footnotes li {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    67
  margin-left: 2.5em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    68
  list-style-type: none;
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    69
  background: none;
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    70
}
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    71
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    72
#textcontainer ul.footnotes {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    73
  position: relative; 
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    74
}
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    75
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    76
#textcontainer .footnotes .footnote-label {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    77
  position: absolute;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    78
  left: 0px;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    79
  z-index: 2;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    80
  text-decoration: none;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    81
}
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    82
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    83
#textcontainer .see-footnote:target,
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    84
.footnotes .footnote:target {
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    85
  background-color: #eeeeee;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    86
}
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    87
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    88
#textcontainer .see-footnote:target {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    89
  border: solid 1px #aaaaaa;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    90
}
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    91
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    92
#textcontainer .footnotes .footnote-multi {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    93
  vertical-align: top;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    94
  position: relative;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    95
  top: -0.25em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    96
  font-size: 0.75em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    97
}