ericek111

4 $h0f3X <3

Oct 19th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.58 KB | None | 0 0
  1. .novinka_border{
  2.    
  3.     border-style: none;
  4.     height: auto;
  5.     width: 55%;
  6.     background-color: rgba(0, 0, 0, 0.85);
  7.     border-radius: 5px;
  8.     box-shadow: 0 0 5px 2px rgba(50, 50, 50, 0.5);
  9.     color: #76BEE6;
  10.     position: relative;
  11.     margin-top: 10px;
  12.  
  13. }
  14. .obsah_novinka{
  15.     padding: 10px;
  16.     font-size: 14px;
  17.     font-family: Verdana, Tahoma, sans;
  18.     line-height: 17px;
  19.     text-align: justify;
  20.     text-shadow: 1px 1px 2px #000;
  21. }
  22. .novinka_border h3 {
  23.     display: block;
  24.     margin: 0;
  25.     padding: 5px 0 15px 0;
  26.     color: #fff;
  27.     font-family: Georgia;
  28.     background-color: #000;
  29.     padding: 5px 10px;
  30.     border-bottom: 1px solid #033;
  31.     border-radius: 5px 5px 0 0;
  32.     background: url(http://mensmagazine.cz/erik/stripe.png) repeat #000;
  33.     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0,0,0,1) 120%), url(http://mensmagazine.cz/erik/stripe.png) repeat;
  34.     box-shadow: inset 0 0 20px #000000;
  35. }
  36. .obsah_celanovinka {
  37.     border: 1px solid #333;
  38.     padding: 8px;
  39.     margin: 5px 0;
  40.     display: block;
  41.     float: right;
  42.     margin-top:-18px;
  43.     text-transform: uppercase;
  44.     font-weight: bold;
  45.     font-family: Arial;
  46.     border-radius: 10px 0 5px 0;
  47.         background: url(http://mensmagazine.cz/erik/stripe.png) repeat #000;
  48.     box-shadow: inset 0 0 20px #000000;
  49.     -webkit-transition: box-shadow .7s, color .5s;
  50. }
  51. .obsah_celanovinka:hover {
  52.     color: #ade;
  53.     box-shadow: inset 0 0 5px #000000;
  54. }
  55. .obsah_celanovinka::after {
  56.     content: "»";
  57. }
  58. a:hover, a:visited, a:link, a {
  59.     color: #fff;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment