Simple status box for the sidebar.
[elgg_plugins.git] / presentation / presentation.css
blob5dfad911f42b55ab85734d24dd34a079ef87c08d
1 /*
2 presentation main css
3 */
5 .presentation-widget {
6 border: 1px solid #BBDCE9; /*#95BDCD;*/
7 margin-bottom: 5px;
8 padding: 0px;
11 .presentation-widget .presentation-widget-content {
12 padding: 10px;
15 .presentation-widget .presentation-widget-menu {
16 display: block;
17 background-color: #E2F0F6; /*#CBE5EF;*/
18 margin: 0px;
19 padding-left: 10px;
20 border-top: 1px solid #BBDCE9;
23 .presentation-widget .presentation-widget-content h2 {
24 border:0;
25 border-bottom:1px solid #eee;
26 padding:0;
27 margin:5px 0 10px 0;
28 color:#666;
29 background:#fff;
32 .presentation-widget .presentation-widget-content h2 a {
33 background:url({{url}}_templates/icons/arrow.gif) no-repeat left;
34 padding:0 0 0 10px;
37 .presentation-imported-guff {
38 font-size: smaller;
39 line-height: 1em;
40 background:#efefef;
41 border:1px solid #ccc;
42 padding:5px;
45 .presentation-sectioncomments {
46 border: 0px solid red;
47 margin: 10px;
48 background-color: white; /*#CBE5EF;*/
51 /* narrative box */
52 .presentation-narrative {
53 border:1px solid #ccc;
54 padding:4px;
55 background:#DEFBE0; /*#eeffff;*/
58 .presentation-file {
59 margin-top: 10px;
62 /* stop wandering comments */
63 .presentation-commentaddform, .presentation-comments li, .presentation-sectioncomments li, .presentation-importedcomments li {
64 float: none;
65 clear: both;
68 /* hide blogpost usericon */
69 .presentation-widget .user {
70 display:none;
73 .presentation-widget .post, .weblog-title, .info {
74 margin:0;
75 background:#fff;
78 .presentation-contentslist {