src/cm/media/css/site/text_view_comments/c-text-styles.css
author ymh <ymh.work@gmail.com>
Fri, 14 Mar 2014 13:16:10 +0100
changeset 611 fa66f4bb1563
parent 504 b2e0186daa5b
permissions -rw-r--r--
add some more custom config and put every thing in comment in the custom.yaml template
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;
504
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
     5
  padding-left: 30px;
475
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
     6
}
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
     7
  
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
     8
#textcontainer.modern {
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
     9
  font-family: Lora, Georgia, serif;
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    10
}
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    11
 
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    12
#textcontainer.classic {
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    13
  font-family: arial, helvetica, clean, sans-serif;
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    14
}
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    15
 
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    16
#textcontainer.code {
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    17
  font-family: courier; 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    18
}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    19
  
475
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    20
#textcontainer h1 {
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    21
  font-size: 22px; 
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    22
  line-height: 24px;
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    23
}
475
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    24
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    25
#textcontainer h2 {
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    26
  font-size: 16px; 
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    27
  line-height: 18px;
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    28
}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    29
475
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    30
#textcontainer h3 {
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    31
  font-size:14px; 
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    32
  line-height: 16px;
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    33
}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    34
475
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    35
#textcontainer.modern h1,
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    36
#textcontainer.modern h2,
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    37
#textcontainer.modern h3,
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    38
#textcontainer.modern h4,
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    39
#textcontainer.modern h5,
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    40
#textcontainer.modern h6 {
782d40ecf7c3 New fonts.
gibus
parents: 474
diff changeset
    41
  font-family: 'PT Sans', Verdana, sans-serif;
393
8806f683d0be Some CSS styles
Production Moz <dev@sopinspace.com>
parents: 0
diff changeset
    42
}
8806f683d0be Some CSS styles
Production Moz <dev@sopinspace.com>
parents: 0
diff changeset
    43
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    44
/* Styles for footnotes using Drupal module 'footnotes' */
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    45
#textcontainer .footnotes {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    46
  clear: both;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    47
  margin-top: 4em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    48
  margin-bottom: 2em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    49
  border-top: 1px solid #000000;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    50
  font-size: 0.9em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    51
}
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    52
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    53
#textcontainer .see-footnote {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    54
  vertical-align: top;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    55
  position: relative;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    56
  top: -0.25em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    57
  font-size: 0.9em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    58
  text-decoration: none;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    59
}
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    60
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    61
#textcontainer ul.footnotes {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    62
  list-style-type: none;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    63
  margin-left: 0;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    64
  padding-left: 0;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    65
}
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    66
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    67
#textcontainer ul.footnotes li {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    68
  margin-left: 2.5em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    69
  list-style-type: none;
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    70
  background: none;
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    71
}
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    72
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    73
#textcontainer ul.footnotes {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    74
  position: relative; 
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    75
}
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    76
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    77
#textcontainer .footnotes .footnote-label {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    78
  position: absolute;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    79
  left: 0px;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    80
  z-index: 2;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    81
  text-decoration: none;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    82
}
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    83
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    84
#textcontainer .see-footnote:target,
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    85
.footnotes .footnote:target {
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    86
  background-color: #eeeeee;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    87
}
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    88
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    89
#textcontainer .see-footnote:target {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    90
  border: solid 1px #aaaaaa;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    91
}
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    92
482
00f61fe2430a Add custom CSS and fonts.
gibus
parents: 475
diff changeset
    93
#textcontainer .footnotes .footnote-multi {
394
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    94
  vertical-align: top;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    95
  position: relative;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    96
  top: -0.25em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    97
  font-size: 0.75em;
ce92c17cadc5 Some CSS for footnotes.
gibus
parents: 393
diff changeset
    98
}
504
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
    99
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   100
.cat1 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   101
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   102
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   103
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   104
.cat2 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   105
  box-shadow: -15px 0 0 0 white, -17px 0 0 0 #f4154f;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   106
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   107
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   108
.cat3 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   109
  box-shadow: -18px 0 0 0 white, -20px 0 0 0 #09ff09;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   110
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   111
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   112
.cat4 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   113
  box-shadow: -21px 0 0 0 white, -23px 0 0 0 #bc39cf;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   114
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   115
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   116
.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   117
  box-shadow: -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   118
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   119
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   120
.cat1.cat2 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   121
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -15px 0 0 0 white, -17px 0 0 0 #f4154f;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   122
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   123
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   124
.cat1.cat3 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   125
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -18px 0 0 0 white, -20px 0 0 0 #09ff09;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   126
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   127
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   128
.cat1.cat4 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   129
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -21px 0 0 0 white, -23px 0 0 0 #bc39cf;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   130
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   131
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   132
.cat1.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   133
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   134
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   135
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   136
.cat2.cat3 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   137
  box-shadow: -15px 0 0 0 white, -17px 0 0 0 #f4154f, -18px 0 0 0 white, -20px 0 0 0 #09ff09;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   138
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   139
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   140
.cat2.cat4 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   141
  box-shadow: -15px 0 0 0 white, -17px 0 0 0 #f4154f, -21px 0 0 0 white, -23px 0 0 0 #bc39cf;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   142
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   143
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   144
.cat2.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   145
  box-shadow: -15px 0 0 0 white, -17px 0 0 0 #f4154f, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   146
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   147
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   148
.cat3.cat4 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   149
  box-shadow: -18px 0 0 0 white, -20px 0 0 0 #09ff09, -21px 0 0 0 white, -23px 0 0 0 #bc39cf;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   150
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   151
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   152
.cat3.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   153
  box-shadow: -18px 0 0 0 white, -20px 0 0 0 #09ff09, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   154
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   155
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   156
.cat4.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   157
  box-shadow: -21px 0 0 0 white, -23px 0 0 0 #bc39cf, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   158
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   159
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   160
.cat1.cat2.cat3 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   161
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -15px 0 0 0 white, -17px 0 0 0 #f4154f, -18px 0 0 0 white, -20px 0 0 0 #09ff09;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   162
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   163
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   164
.cat1.cat2.cat4 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   165
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -15px 0 0 0 white, -17px 0 0 0 #f4154f, -21px 0 0 0 white, -23px 0 0 0 #bc39cf;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   166
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   167
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   168
.cat1.cat2.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   169
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -15px 0 0 0 white, -17px 0 0 0 #f4154f, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   170
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   171
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   172
.cat1.cat3.cat4 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   173
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -18px 0 0 0 white, -20px 0 0 0 #09ff09, -21px 0 0 0 white, -23px 0 0 0 #bc39cf;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   174
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   175
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   176
.cat1.cat3.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   177
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -18px 0 0 0 white, -20px 0 0 0 #09ff09, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   178
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   179
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   180
.cat1.cat4.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   181
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -21px 0 0 0 white, -23px 0 0 0 #bc39cf, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   182
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   183
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   184
.cat2.cat3.cat4 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   185
  box-shadow: -15px 0 0 0 white, -17px 0 0 0 #f4154f, -18px 0 0 0 white, -20px 0 0 0 #09ff09, -21px 0 0 0 white, -23px 0 0 0 #bc39cf;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   186
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   187
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   188
.cat2.cat3.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   189
  box-shadow: -15px 0 0 0 white, -17px 0 0 0 #f4154f, -18px 0 0 0 white, -20px 0 0 0 #09ff09, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   190
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   191
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   192
.cat2.cat4.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   193
  box-shadow: -15px 0 0 0 white, -17px 0 0 0 #f4154f, -21px 0 0 0 white, -23px 0 0 0 #bc39cf, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   194
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   195
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   196
.cat3.cat4.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   197
  box-shadow: -18px 0 0 0 white, -20px 0 0 0 #09ff09, -21px 0 0 0 white, -23px 0 0 0 #bc39cf, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   198
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   199
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   200
.cat1.cat2.cat3.cat4 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   201
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -15px 0 0 0 white, -17px 0 0 0 #f4154f, -18px 0 0 0 white, -20px 0 0 0 #09ff09, -21px 0 0 0 white, -23px 0 0 0 #bc39cf;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   202
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   203
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   204
.cat1.cat2.cat3.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   205
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -15px 0 0 0 white, -17px 0 0 0 #f4154f, -18px 0 0 0 white, -20px 0 0 0 #09ff09, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   206
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   207
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   208
.cat1.cat2.cat4.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   209
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -15px 0 0 0 white, -17px 0 0 0 #f4154f, -21px 0 0 0 white, -23px 0 0 0 #bc39cf, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   210
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   211
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   212
.cat1.cat3.cat4.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   213
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -18px 0 0 0 white, -20px 0 0 0 #09ff09, -21px 0 0 0 white, -23px 0 0 0 #bc39cf, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   214
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   215
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   216
.cat2.cat3.cat4.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   217
  box-shadow: -15px 0 0 0 white, -17px 0 0 0 #f4154f, -18px 0 0 0 white, -20px 0 0 0 #09ff09, -21px 0 0 0 white, -23px 0 0 0 #bc39cf, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   218
}
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   219
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   220
.cat1.cat2.cat3.cat4.cat5 {
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   221
  box-shadow: -12px 0 0 0 white, -14px 0 0 0 #1523f4, -15px 0 0 0 white, -17px 0 0 0 #f4154f, -18px 0 0 0 white, -20px 0 0 0 #09ff09, -21px 0 0 0 white, -23px 0 0 0 #bc39cf, -24px 0 0 0 white, -26px 0 0 0 #ffbd08;
b2e0186daa5b Adds a category to comments, painted with colored vertical bar.
gibus
parents: 482
diff changeset
   222
}