Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #s4-bodyContainer
  2. {
  3. width: 1050px !important;
  4. margin: 0px auto;
  5. }
  6.  
  7. .ms-rteElement-H1B
  8. {
  9. font: bold 12pt/38px Verdana;
  10. color: #356c9a;
  11. text-align: left;
  12. text-indent: 8px;
  13. padding: 10px 15px 5px 0px;
  14. margin: 0px 0px 0px 15px;
  15. }
  16. .ms-rteElement-H2
  17. {
  18. font: bold 10pt Verdana;
  19. color: #356c9a;
  20. text-align: left;
  21. text-indent: 8px;
  22. padding: 10px 15px 3px 0px;
  23. margin: 0px 0px 0px 15px;
  24. }
  25. .ms-rteElement-P
  26. {
  27. font: normal normal normal 9pt/normal Arial;
  28. text-decoration: none;
  29. text-indent: 22px;
  30. text-align: justify;
  31. color:#000000;
  32. line-height:140%
  33. }
  34. .ms-quicklaunchouter{
  35. margin:10px;
  36. }
  37. .s4-tn
  38. {
  39. padding:4px;
  40. margin:4px;
  41. }
  42. .s4-tn li.static > .menu-item{
  43. /* [ReplaceColor(themeColor:"Dark2")] */ color:#3b4f65;
  44. white-space:nowrap;
  45. border:1px solid transparent;
  46. font: bold 9pt Verdana;
  47. padding:0px 10px;
  48. display:inline-block;
  49. height:15px;
  50. vertical-align:middle;
  51. }
  52. .s4-tn ul.dynamic{
  53. /* [ReplaceColor(themeColor:"Light2")] */ background-color:#C6E4EE;
  54. /* [ReplaceColor(themeColor:"Dark2-Lighter")] */ border:1px solid #D9D9D9;
  55. }
  56. .s4-ql li,.s4-specialNavLinkList li{
  57. font-weight:bold;
  58. min-height:19px;
  59. }
  60. .s4-ql ul.root ul{
  61. margin:0px 0px 20px 0px;
  62. padding-left:16px;
  63. font-style:italic;
  64. text-decoration:underline;
  65. }
  66. .s4-titlelogo{
  67. padding:6px 6px 6px 0px;
  68. text-align:center;
  69. vertical-align:middle;
  70. }
  71. .s4-title h1,.s4-title h2{
  72. font-size:1.4em;
  73. font: bold 10pt Verdana;
  74. text-color:#356c9a;
  75. display:inline;
  76. padding:0px;
  77. margin:0px;
  78. }
  79. .s4-recentchanges{
  80. display:none;
  81. }
  82. .ms-vh,.ms-vh2,.ms-vh a,.ms-vh2 a{
  83. /* [ReplaceColor(themeColor:"Dark2")] */ color:#000000;
  84. font: bold 8pt Verdana;
  85. }
  86. .ms-WPHeader TD {
  87. background-color:#CCCCCC;
  88. border-bottom:1px solid blue;
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement