example/content/public/css/site.css
changeset 19 83fb90bdd15b
parent 13 216da61215db
equal deleted inserted replaced
18:8cfd67425811 19:83fb90bdd15b
   168 
   168 
   169 a.tile-category-body {
   169 a.tile-category-body {
   170 	text-decoration: none;
   170 	text-decoration: none;
   171 }
   171 }
   172 
   172 
       
   173 a.list-group-item {
       
   174   color: #006634;
       
   175 }
       
   176 
       
   177 a:hover, a:focus,
       
   178 a.list-group-item:hover, a.list-group-item:focus,
   173 a.tile-category-body:hover, a.tile-category-body:focus {
   179 a.tile-category-body:hover, a.tile-category-body:focus {
   174   color: #693e11;
   180   color: #693e11;
   175 }
   181 }
   176 
   182 
   177 p {
   183 p {
   192 	text-decoration: none;
   198 	text-decoration: none;
   193 	text-indent: 10px;
   199 	text-indent: 10px;
   194 	text-transform: none;
   200 	text-transform: none;
   195 }
   201 }
   196 
   202 
   197 .tag {
   203 a.tag {
   198   margin-right: 1em;
   204   margin-right: 1em;
   199 }
   205 	display: inline-block;
       
   206 	min-width: 10px;
       
   207 	padding-top: 3px;
       
   208 	padding-bottom: 5px;
       
   209   padding-left: 7px;
       
   210   padding-right: 7px;
       
   211 	font-size: 12px;
       
   212 	font-weight: 700;
       
   213 	line-height: 1;
       
   214   color: #006634;
       
   215 	text-align: center;
       
   216 	white-space: nowrap;
       
   217 	vertical-align: middle;
       
   218   background-color: #eedece;
       
   219 	border-radius: 10px;
       
   220 }
       
   221 
       
   222 a.tag:hover, a.tag:focus {
       
   223   color: #693e11;
       
   224 	text-decoration: none;
       
   225 }