app/soc/content/css/soc.css
changeset 185 2f3bd84bb106
parent 182 72f193fb5633
child 217 7e121e6ba0dd
equal deleted inserted replaced
184:7c0b42aecd9b 185:2f3bd84bb106
    98   color: black;
    98   color: black;
    99   font-weight: bold;
    99   font-weight: bold;
   100   text-decoration: none;
   100   text-decoration: none;
   101 }
   101 }
   102 
   102 
   103 a.selected:visited, .selected a:visited {
   103 a.novisit {
   104   color: black;
   104   color: #2a55a3;
       
   105 }
       
   106 
       
   107 a.noul, a.noulv {
       
   108   color: #4182fa; /* #93b7fa; */
       
   109   text-decoration: none;
       
   110 }
       
   111 
       
   112 a:hover.noul {
       
   113   text-decoration: underline;
       
   114 }
       
   115 
       
   116 a:visited.noul {
       
   117   color: #a32a91; /* #2a55a3; */
   105 }
   118 }
   106 
   119 
   107 /* TABLES */
   120 /* TABLES */
   108 table {
   121 table {
   109   border-collapse: collapse;
   122   border-collapse: collapse;
   139   
   152   
   140   td.formfielderrorlabel {
   153   td.formfielderrorlabel {
   141     font-weight: bold;
   154     font-weight: bold;
   142     color: #FF0000;
   155     color: #FF0000;
   143   }
   156   }
   144   
   157 
       
   158 /* TABLE QUEUES (used with .list) */
       
   159 table#queues {
       
   160   border-collapse: collapse;
       
   161   width: 100%;
       
   162 }
       
   163 
       
   164   table#queues tr {
       
   165     border-bottom: thin solid lightgray;
       
   166   }
       
   167 
       
   168   table#queues td {
       
   169     padding: 2px;
       
   170   }  
       
   171 
   145 /* 
   172 /* 
   146  * PAGE ELEMENTS 
   173  * PAGE ELEMENTS 
   147  */
   174  */
   148 
   175 
   149 #title {
   176 #title {
   282 
   309 
   283   #search .input input {
   310   #search .input input {
   284     width: 125px;
   311     width: 125px;
   285   }
   312   }
   286 
   313 
   287 /* 
   314 /* BLOG FEEDS */
   288  * BLOG FEEDS
       
   289  */
       
   290 
       
   291 .blog {
   315 .blog {
   292   border: 10px solid #e5ecf9;
   316   border: 10px solid #e5ecf9;
   293   border-top: 1px solid #3366cc;
   317   border-top: 1px solid #3366cc;
   294 }
   318 }
   295 
   319 
   323 }
   347 }
   324 
   348 
   325 .blog .snippet {
   349 .blog .snippet {
   326   background-color: white;
   350   background-color: white;
   327 }
   351 }
       
   352 
       
   353 /* LIST */
       
   354 .list {
       
   355   background-color: #E5ECF9;
       
   356   border: 1px solid  #93b7fa;
       
   357   border-bottom: 2px solid #93b7fa;
       
   358   padding: 3px;
       
   359   -moz-border-radius: 5px 5px 0px 0px;
       
   360 }
       
   361 
       
   362   .list .pagination {
       
   363     text-align: right;
       
   364     padding: 3px;
       
   365   }
       
   366   
       
   367   .list table{
       
   368     background-color: white;
       
   369   }
       
   370   
       
   371     .list table th {
       
   372       background-color: #eeeeec;
       
   373       border-right: 1px solid lightgray;
       
   374       border-top: 1px solid lightgray;
       
   375     }
       
   376 
       
   377     .list table tr.on {
       
   378       background-color: #ff9;
       
   379     }
       
   380 
       
   381     .list table tr.off {
       
   382       background-color: #fff;
       
   383     }
       
   384 
       
   385     .list table td.last {
       
   386       border-right: 1px solid lightgray;
       
   387     }
       
   388 
       
   389     .list table .first {
       
   390       border-left: 1px solid lightgray;
       
   391     }
   328 
   392 
   329 /* 
   393 /* 
   330  * CUSTOM CLASSES 
   394  * CUSTOM CLASSES 
   331  */
   395  */
   332 
   396 
   352 
   416 
   353 .rounded_ul { background: url(/soc/content/images/ul.gif) no-repeat top left; }
   417 .rounded_ul { background: url(/soc/content/images/ul.gif) no-repeat top left; }
   354 .rounded_ur { background: url(/soc/content/images/ur.gif) no-repeat top right; }
   418 .rounded_ur { background: url(/soc/content/images/ur.gif) no-repeat top right; }
   355 .rounded_ll { background: url(/soc/content/images/ll.gif) no-repeat bottom left; }
   419 .rounded_ll { background: url(/soc/content/images/ll.gif) no-repeat bottom left; }
   356 .rounded_lr { background: url(/soc/content/images/lr.gif) no-repeat bottom right; }
   420 .rounded_lr { background: url(/soc/content/images/lr.gif) no-repeat bottom right; }
       
   421 
       
   422 /* Disabled text. */
       
   423 .disabled {
       
   424   color: gray;
       
   425 }
       
   426