Advertisement
Guest User

Portal do MLFW

a guest
Feb 1st, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.13 KB | None | 0 0
  1. .portal_container { }
  2. .portal_section ul  { list-style: disc; }
  3. .portal_section {
  4.   background: rgba(0, 0, 0, 0.87) !important;
  5.   border: 1px solid #006CAF !important;
  6.   border-radius: 15px !important;
  7.   -moz-border-radius: 15px !important;
  8.   -webkit-border-radius: 15px !important;
  9.   margin: 0 0 10px 0 !important; }
  10. .portal_header { padding: 0 1em; position: relative; }
  11. .portal_header_text { display: table; width: 100%; padding: 0.6em 0 0 0; border-bottom: 0px dotted #006CAF; text-align: center; font-family:Segoe UI; text-shadow:0 0 15px #fff; font-size: 2em;}
  12. .portal_headerlinks { font-size: 0.8em; position: absolute; right: 1em; bottom: -2em; }
  13. .portal_header, .portal_header a:link, .portal_header a:visited, .portal_header a:hover, .portal_header a:active { color: rgb(190,167,113); }
  14. .portal_body { padding: 0.8em; }
  15. .portal_subheader { padding: 0 1em; position: relative; font-size: 0.9em; }
  16. .portal_subheader, .portal_subheader a:link, .portal_subheader a:visited, .portal_subheader a:hover, .portal_subheader a:active { color: rgb(139,0,0); }
  17. .portal_subheader_text { display: table; width: 100%; padding: 0.4em 0 0 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement