Guest User

Untitled

a guest
Oct 21st, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.81 KB | None | 0 0
  1. * {border: 0 !important }
  2. #globalContainer { width: 1000px; }
  3. a:hover {color: #8F9EC3;}
  4. #blueBar { background: #a7afc2 !important; }
  5. a {color: #273C6A;}
  6. .uiTooltip { z-index: 3; }
  7. #pageLogo a{background: url();}
  8. .MessagingThreadSearch {border: #EEE 1px solid !important;}
  9. #pageLogo a:hover,#pageLogo a:focus,#pageLogo a:active{background:url();}
  10. #pageLogo a:after{ content:"facebook"; text-align: center; font-size: 24px; margin-left: -25px;}
  11. #pageLogo a{font-size: 20px; color: #273C6A;}
  12. #headNav {background: url(); border: 0;}
  13. .uiIconText i.img { opacity: 0;}
  14. .uiProfilePhoto {border-radius: 5px; -moz-box-shadow: 1px 1px 10px #888; -webkit-box-shadow: 1px 1px 10px #888; box-shadow: 1px 1px 5px #888;}
  15. #navAccount ul {border-radius: 5px; -moz-box-shadow: 1px 1px 10px #888; -webkit-box-shadow: 1px 1px 10px #888; box-shadow: 1px 1px 5px #888;}
  16. .img {border-radius: 5px; }
  17. .ego_column {display: none; }
  18. .uiFutureSideNav {display: none; }
  19. .fbChatTypeahead {display: none; }
  20. .fbJewelFlyout {background: url() #FFF !important; border: 0; padding: 0; -moz-box-shadow: 1px 1px 5px #888; -webkit-box-shadow: 1px 1px 5px #888; box-shadow: 1px 1px 5px #888;}
  21. .home_right_column { display: none; }
  22. .attachmentForm { border: rgba(0, 0, 0, 0.1) 1px solid !important; }
  23. label.submitBtn.uiButton.uiButtonConfirm.uiButtonLarge {margin-top: -39px;}
  24. label.submitBtn.uiButton.uiButtonConfirm.uiButtonLarge, .uiButton.uiButtonConfirm {color: #FFF; background: #375a96;
  25. background: -moz-linear-gradient(top, #375a96 0%, #273c6a 100%);
  26. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#375a96), color-stop(100%,#273c6a));
  27. background: -webkit-linear-gradient(top, #375a96 0%,#273c6a 100%);
  28. background: -o-linear-gradient(top, #375a96 0%,#273c6a 100%);
  29. background: -ms-linear-gradient(top, #375a96 0%,#273c6a 100%);
  30. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#375a96', endColorstr='#273c6a',GradientType=0 );
  31. background: linear-gradient(top, #375a96 0%,#273c6a 100%);border-radius:3px;}
  32. label.submitBtn.uiButton.uiButtonConfirm.uiButtonLarge input {content: "Share"; color: #FFF; padding: 5px; font-weight: 500;}
  33. .uiMenu.uiSelectorMenu {  -moz-box-shadow: 1px 1px 5px #888; -webkit-box-shadow: 1px 1px 5px #888; box-shadow: 1px 1px 5px #888; }
  34. .taggerLocationSharer { background: rgba(200,200,200,0.1); }
  35. .uiTypeahead{ background: rgba(200,200,200,0.1); }
  36. #navSearch { background: #FFF; }
  37. .fbNubFlyoutTitlebar { background: #a7afc2 !important; color: #273c6a;}
  38. .fbChatBuddyList {color: #273c6a; }
  39. #pagelet_search_header {background: rgba(200, 200, 200, 0.2) !important;}
  40. .uiPhotoThumb:hover, .uiVideoThumb:hover, .external.UIImageBlock_Image:hover { opacity: 0.8; }
  41. .fbxWelcomeBoxName { font-weight: 500; font-size: 15px; color: #333; }
  42. .uiMetaComposer .uiComposerAttachment .nub { margin-left: 50px; }
Add Comment
Please, Sign In to add comment