style.css 4.18 KB
.private-proposals .proposal {
  background: url(/images/hachure.png);
  opacity: 0.5;
  filter: alpha(opacity=25);
  zoom: 1;
}

.proposal {
  width: 100%;
  min-width: 272px;
  vertical-align: top;
  margin: 12px 13px 12px 0;
}

.article-body-proposals-discussion-plugin_discussion .actions,
.article-body-proposals-discussion-plugin_topic .actions {
  margin: 10px 0 25px 0;
}

.proposal .content, .proposal .score, .proposal .topic {
  display: inline-block;
  border-color: rgb(201, 201, 201);
  padding: 5px;
  vertical-align: middle;
  height: 100%;
}
.proposal .topic {
  border-right: 0;
  text-align: center;
  width: 24%;
}
.proposal .score {
  width: 5%;
  text-align: center;
}
.proposal .score span {
  background: url(/plugins/proposals_discussion/images/score.png) no-repeat;
  display: inline-block;
  width: 25px;
  height: 19px;
  position: relative;
}

.proposal .content:hover, .proposal .topic:hover {
  background: rgb(230, 230, 230);
}

.proposal .title {
  font-weight: bold;
  font-size: 12px;
}

#article .proposal a:visited, #article .proposal a {
  color: rgb(70, 70, 70);
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
#article .proposal .private.actions a:visited, #article .proposal .private.actions a {
  display: inline;
}

.proposal .content {
  width: 84%;
  color: rgb(83, 83, 83);
  vertical-align: top;
  position: relative;
}

form .proposals-discussion-plugin textarea {
  width: 98%;
}

form .proposals-discussion-plugin .abstract textarea {
  height: 60px;
}

form .proposals-discussion-plugin .body textarea {
  height: 400px;
}

.topic-color {
  width: 100%;
  height: 5px;
}

.topics .topic {
  background-color: rgb(233, 233, 233);
  margin: 5px 0;
  height: 25px;
}

#article .proposal .topic a {
  font-weight: bold;
  color: #888a85;
  width: 100%;
  height: 100%;
}

.proposals_list .filters {
  float: right;
  margin-top: 4px;
}
.topics .proposals_list .filters {
  display: none;
}
#article .proposals_list .filters a {
  text-decoration: none;
  border-left: 1px solid rgb(185, 185, 185);
  padding: 0 5px;
  color: #555753;
}
.proposals_list .filters a.selected {
  font-weight: bold;
}
#content .proposals_list h5 {
  float: left;
  margin: 0;
}
.topics .topic-item {
  width: 48%;
  float: left;
  margin: 6px;
  font-size: 10px;
  box-shadow: 5px 5px 5px -2px #ddd;
}

.topics .proposals .more {
  display: none;
}
#content .topics .actions.topic-item {
  background-color: #EEE;
}
#content .topics .actions.topic-item a {
  width: 93%;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-position: 60px;
  font-size: 20px;
}
#content .topics .actions.topic-item .topic-color {
  background-color: #7293CF;
}

#content .topic-item h2, #article .article-body-proposals-discussion-plugin_topic h2,
#content .topic h2 {
  background-color: #C4C4C4;
  margin: 0;
}

#content .topic-item h2 a, #article .article-body-proposals-discussion-plugin_topic h2 a,
#content .topic h2 a {
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  width: 94%;
  color: white;
}
.topic-item .topic-content, #article .article-body-proposals-discussion-plugin_topic .topic-content {
  padding: 5px 7px 5px 2px;
}
.topic-content .description {
  font-size: 11px;
}
#article-header > h1 {
  display: none;
}
.proposal .content .actions {
  position: absolute;
  top: -18px;
  display: none;
  margin: 1px 0 0 0;
}

#content .tag_cloud a {
  text-decoration: none;
}

#content .summary {
  float: left;
  margin-left: 12px;
}
#content .summary .label {
  font-weight: bold;
  color: rgb(95, 95, 95);
  font-size: 13px;
  line-height: 27px;
}
#content .summary .content {
  color: rgb(175, 175, 175);
  font-size: 14px;
  font-weight: bold;
}
#content .statistics h5 {
  color: rgb(95, 95, 95);
}
#content .tag_cloud {
  float: right;
  width: 300px;
  box-shadow: 5px 5px 5px -2px #ddd;
  background-color: rgb(248, 248, 248);
  min-height: 50px;
}

.article-body-proposals-discussion-plugin_topic .graph {
  float: left;
}
.article-body-proposals-discussion-plugin_topic .graph #proposals-time {
  height: 150px;
  width: 300px;
}

.article-body-proposals-discussion-plugin_topic .topic.actions {
  clear: both;
  padding-top: 10px;
}