Guest User

Untitled

a guest
Apr 23rd, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1.  
  2. html ul.modules li.campaign,
  3. html ul.modules li.gcc,
  4. html ul.modules li.workflow {
  5. display:none }
  6.  
  7. html .header {
  8. background:url(../images/draftLogo.png) no-repeat 25px 12px #181818 }
  9.  
  10. html .header h1.singleBrand + div + h1 + ul {
  11. position:relative;
  12. margin-left:200px }
  13.  
  14. html .header h1.modules {
  15. position:relative;
  16. right:-186px }
  17.  
  18. ul.gridList ol li.requestDownload a {
  19. background:url(../images/requestVersion.png) no-repeat center 5px }
  20.  
  21. html p.errorHint.green {
  22. color:#57613E;
  23. background:#E3FBCC }
  24.  
  25. html ul.gridList li label.approvalNeeded {
  26. padding:2px 10px 2px;
  27. color:#57613E;
  28. background:#E3FBCC;
  29. font-size:11px;
  30. width:100px;
  31. margin:4px auto 3px }
  32.  
  33. /*.loginLogo {
  34. background:url(/other_files/Modules/custom/images/distellLogo.png) no-repeat;
  35. background-size:100%;
  36. width:100%;
  37. position:fixed;
  38. bottom:0;
  39. left:0;
  40. right:0;
  41. z-index:0 }*/
  42.  
  43. .popupView .container h2.hint {
  44. font-size:15px;
  45. line-height:20px;
  46. padding:0 0 15px;
  47. font-weight:500 }
  48.  
  49. .popupView ul.tree {
  50. padding:5px 0 5px;
  51. right:30px }
  52.  
  53. .popupView ul.tree li {
  54. width:314px }
  55.  
  56. .popupView .buttons {
  57. float:left;
  58. clear:both;
  59. padding:10px 0 0 }
  60.  
  61. /*.popupView input.text {
  62. width:328px }
  63.  
  64. .popupView textarea {
  65. width:330px }*/
  66.  
  67. .popupView p.hint {
  68. width:100%;
  69. padding-bottom:0;
  70. float:left;
  71. clear:both;
  72. color:#999;
  73. font-size:13px;
  74. line-height:20px }
  75.  
  76. .holder .comment {
  77. top:0 }
  78.  
  79. .holder .gridSection > h3,
  80. .holder .gridSection > hr {
  81. display:none }
  82.  
  83. .caseStudyDetails {
  84. padding:50px 0;
  85. overflow:auto }
  86.  
  87. .caseStudyDetails .content {
  88. float:left;
  89. width:48%;
  90. padding:0 2% 25px 0 }
  91.  
  92. .caseStudyDetails .metadata {
  93. float:right;
  94. width:48%;
  95. padding:16px 0 50px 2% }
  96.  
  97. .caseStudyDetails dl {
  98. word-wrap:break-word;
  99. position:relative;
  100. border-bottom:dotted 1px #c0c0c0;
  101. float:left;
  102. width:100%;
  103. clear:both }
  104.  
  105. .caseStudyDetails dt {
  106. text-align:right;
  107. font-size:13px;
  108. line-height:20px;
  109. font-weight:700;
  110. color:#666;
  111. padding:7px 1%;
  112. width:32%;
  113. float:left;
  114. clear:left }
  115.  
  116. .caseStudyDetails dd {
  117. width:65%;
  118. float:right;
  119. font-size:13px;
  120. line-height:20px;
  121. font-weight:400;
  122. padding:8px 0;
  123. padding-top:7px\9;
  124. color:#505050 }
  125.  
  126. .caseStudyDetails p {
  127. font-size:15px;
  128. font-weight:400;
  129. margin:0 0 20px }
  130.  
  131. .items h1 {
  132. padding:15px 10px;
  133. background:#ffffc4;
  134. font-size:16px;
  135. line-height:20px;
  136. margin:25px 50px 0;
  137. font-weight:500;
  138. -webkit-animation-name:fadeIn;
  139. -webkit-backface-visibility:hidden;
  140. -webkit-animation-duration:1s;
  141. -webkit-animation-delay:.2s;
  142. -webkit-animation-timing-function:ease;
  143. -webkit-animation-fill-mode:both;
  144. -moz-animation-name:fadeIn;
  145. -moz-backface-visibility:hidden;
  146. -moz-animation-duration:1s;
  147. -moz-animation-delay:.2s;
  148. -moz-animation-timing-function:ease;
  149. -moz-animation-fill-mode:both;
  150. -ms-animation-name:fadeIn;
  151. -ms-backface-visibility:hidden;
  152. -ms-animation-duration:1s;
  153. -ms-animation-delay:.2s;
  154. -ms-animation-timing-function:ease;
  155. -ms-animation-fill-mode:both;
  156. -o-animation-name:fadeIn;
  157. backface-visibility:hidden;
  158. animation-name:fadeIn;
  159. animation-duration:1s;
  160. animation-delay:.2s;
  161. animation-timing-function:ease;
  162. animation-fill-mode:both }
  163.  
  164. @-webkit-keyframes fadeIn {
  165. 0% {opacity:0 }
  166. 100% {opacity:1 } }
  167.  
  168. @-moz-keyframes fadeIn {
  169. 0% {opacity:0 }
  170. 100% {opacity:1 } }
  171.  
  172. @-ms-keyframes fadeIn {
  173. 0% {opacity:0 }
  174. 100% {opacity:1 } }
  175.  
  176. @-o-keyframes fadeIn {
  177. 0% {opacity:0 }
  178. 100% {opacity:1 } }
  179.  
  180. @keyframes fadeIn {
  181. 0% {opacity:0 }
  182. 100% {opacity:1 } }
  183.  
  184.  
  185. /*case study search view*/
  186.  
  187. .holder .addedFilters {
  188. display:block;
  189. float:none;
  190. margin:0;
  191. margin-right:195px;
  192. z-index:1001; }
  193.  
  194. .holder .addedFilters:after {
  195. visibility:hidden;
  196. display:block;
  197. content:"";
  198. clear:both;
  199. height:0 }
  200.  
  201. .holder .browse {
  202. top:13px }
  203.  
  204. .holder .addedFilters .suggestions {
  205. width:250px;
  206. top:32px }
  207.  
  208. .holder form.search {
  209. margin:0 10px 5px 0;
  210. position:relative;
  211. float:left }
  212.  
  213. .holder form.search label {
  214. width:156px }
  215.  
  216. .holder .addedFilters ol {
  217. top:-5px }
  218.  
  219. .holder .addedFilters ol li a {
  220. background-position:right 9px;
  221. line-height:28px;
  222. height:28px;
  223. padding:0 21px 0 10px }
  224.  
  225. .holder .addedFilters ol li a:hover {
  226. background-position:right -31px }
  227.  
  228. .holder .addedFilters li.reset a {
  229. padding:1px 21px 2px 0 }
  230.  
  231. .holder .results {
  232. margin:-40px 0 }
  233.  
  234. .holder ul.articles li em {
  235. font-size:14px;
  236. color:#999 }
  237.  
  238. .holder ul.articles li h2 {
  239. color:inherit }
  240.  
  241.  
  242. /*popup*/
  243.  
  244. .popup.dialogHolder.attachments {
  245. height:160px }
  246.  
  247. .popupView.popupDialog .file:first-child input {
  248. float:left;
  249. clear:both;
  250. border:none;
  251. border-bottom:solid 1px #c8c8c8;
  252. padding:10px 5px;
  253. width:300px;
  254. cursor:pointer;
  255. margin:0;
  256. background:#fff;
  257. font-size:13px }
  258.  
  259. .popupView.popupDialog #selectType {
  260. width:300px;
  261. background:#fff;
  262. padding:8px 5px;
  263. border-bottom:solid 1px #c8c8c8 }
  264.  
  265. .popupView.popupDialog #selectType select {
  266. width:300px }
  267.  
  268. .popupView.popupDialog .buttons {
  269. width:auto;
  270. float:none;
  271. clear:both;
  272. padding:0 5px }
  273.  
  274. .popupView.popupDialog .buttons .button {
  275. float:right;
  276. margin:5px 0 0 5px }
Add Comment
Please, Sign In to add comment