Commit 0650da4f86f66c77e2c9e249ce8ca5c10acc3c29

Authored by Valessio Brito
1 parent 4bdf723d

Estilo para tags

Showing 1 changed file with 23 additions and 0 deletions   Show diff stats
style.css
... ... @@ -387,6 +387,29 @@ div#article-parent {
387 387 background: #FFF;
388 388 }
389 389  
  390 +/* Tags Article */
  391 +#article-tags {
  392 + cursor: pointer;
  393 + margin-right: 30px;
  394 + position: absolute;
  395 + right: 0px;
  396 + top: 10px;
  397 + color: #000;
  398 + overflow: hidden;
  399 + width: 49px;
  400 + height: 15px;
  401 + font-size: 13px;
  402 +}
  403 +
  404 +#article-tags:hover {
  405 + font-size: 10px;
  406 + width: 156px;
  407 + background: #FFF;
  408 + padding: 5px;
  409 + height: auto;
  410 + line-height: 16px;
  411 +}
  412 +
390 413 /* Block My Network style */
391 414  
392 415 #content .my-network-block {
... ...