style.css 2.63 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 .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;
}

.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;
}
#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;
  height: 450px;
  font-size: 10px;
  box-shadow: 5px 5px 5px -2px #ddd;
}

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

#content .topic-item h2 a, #article .article-body-proposals-discussion-plugin_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;
  position: relative;
  height: 86%;
  overflow: hidden;
}
.topic-content .description {
  font-size: 11px;
}
#article-header > h1 {
  display: none;
}
.proposal .content .social {
  position: absolute;
  top: -18px;
}