Advertisement
penguinpal

dragonleaf moshie monsters nav simulation css

Aug 25th, 2016
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1. #WikiaRail .module {
  2.     background: linear-gradient(to bottom, rgba(211, 232, 245, 0), #d3e8f5 10px, #edf5fb), linear-gradient(to bottom, #b0e4ff 0, #fbfdfe 50px);
  3.     background-size: 90% 32px, 100% 100%;
  4.     background-position: center 5px, 0 0;
  5.     background-repeat: no-repeat;
  6.     border: 2px solid #268bb1;
  7.     border-radius: 10px;
  8.     box-shadow: #268bb1 0 0 7px;
  9.     color: #333;
  10. }
  11. #WikiaRail .module > h2 {
  12.     color: #1a4bba;
  13.     text-shadow: 2px 2px #fff;
  14.     font-size: 28px;
  15. }
  16. #WikiaRail .module a {
  17.     color: #d66921;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement