src/cm/media/css/site/text_view_comments/c-style-notelike.css
author Simon Descarpentries <sid@sopinspace.com>
Mon, 04 Nov 2013 15:11:11 +0100
changeset 559 4e20287ff415
parent 532 0bad3613f59d
child 600 fda73ac53450
permissions -rw-r--r--
Fix spelling mistakes as per http://www.co-ment.org/ticket/85
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     1
/* OVERRIDE */
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     2
.c-comment {
519
e89c25780e6e Gradient of colors for commented text depends on number of comments including replies, instead of depending only on number of threads.
gibus
parents: 11
diff changeset
     3
    border:1px solid #FCFC6B;
e89c25780e6e Gradient of colors for commented text depends on number of comments including replies, instead of depending only on number of threads.
gibus
parents: 11
diff changeset
     4
    background-color: #FFFFBD;
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     5
}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     6
532
0bad3613f59d Reverse to YUI 3.0.0 since with YUI.3.10.3, comment content including words 'paragraph' or 'section' do not show up on Firefox, this is weird and has to be investigated.
gibus
parents: 525
diff changeset
     7
.c-comment .yui-widget-hd {
519
e89c25780e6e Gradient of colors for commented text depends on number of comments including replies, instead of depending only on number of threads.
gibus
parents: 11
diff changeset
     8
    background-color: #FCFC6B;
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     9
}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    10
11
7b8167c4aa6f simplified style management. checked gray and notelike styles self sufficiency.
reno
parents: 8
diff changeset
    11
.c-comment a.c-close, .c-comment a.c-show-scope  {
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    12
    background-position: 0 -162px ;
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    13
}