Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.79 KB | None | 0 0
  1. /* - ploneCustom.css - */
  2. @media screen {
  3. /* http://baldragon.ea.dundeecity.sch.uk/portal_css/ploneCustom.css?original=1 */
  4. @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); div#headerstuff {
  5. width: 100%;
  6. background-color: #3F478D!important;
  7. background-image: -moz-linear-gradient(top,#4E7DB5,#3F478D) !important;
  8. background-image: -webkit-gradient(linear,0 0,0 100%,from(#4E7DB5),to(#3F478D))!important;
  9. background-image: -webkit-linear-gradient(top,#4E7DB5,#3F478D)!important;
  10. background-image: -o-linear-gradient(top,#4E7DB5,#3F478D)!important;
  11. background-image: linear-gradient(to bottom,#4E7DB5,#3F478D)!important;
  12. background-repeat: repeat-x;
  13. color: white;
  14. margin-bottom: 10px;
  15. }
  16.  
  17. ul.dropdown-menu {
  18. margin-top: -295px;
  19. float: left;
  20. margin-right: 10px;
  21. }
  22.  
  23. a.pn {
  24. color: #fff;
  25. }
  26.  
  27. a#personaltools-login {
  28. margin-top: -170px;
  29. position: relative;
  30. float: left;
  31. margin-right: 10px;
  32. }
  33.  
  34. .section-home-test h1#parent-fieldname-title {
  35. display: none;
  36. }
  37.  
  38. img#mobilelogo2 {
  39. width: 25%;
  40. margin: 0 auto;
  41. }
  42.  
  43. dl.portlet dt, div.portletAssignments div.portletHeader {
  44. padding: 0em 0em 1em 1em;
  45. background: #ddd;
  46. line-height: normal;
  47. }
  48.  
  49. button#welcomebutton2:hover, button#welcomebutton1:hover {
  50. background-color: #06044C;
  51. }
  52.  
  53. div#portlets-in-header a:hover {
  54. color: purple !important;
  55. }
  56.  
  57. div#headimagebanner {
  58. background: url(/home-page-files/bannernew2) no-repeat;
  59. height: 260px;
  60. background-size: cover;
  61. z-index: -5;
  62. min-width: 716px;
  63. margin-top: -10px;
  64. margin-bottom: -21px;
  65. }
  66.  
  67. .LSBox {
  68. z-index: 20;
  69. position: absolute;
  70. float: left !important;
  71. margin-right: 10px;
  72. right: 0px;
  73. top: -47px;
  74. }
  75.  
  76. a#user-name {
  77. position: absolute;
  78. right: 10px;
  79. width: 100px;
  80. top: 24px;
  81. }
  82.  
  83. #portal-logo {
  84. display: none;
  85. margin: 1.375em 0;
  86. float: right;
  87. margin-top: -250px;
  88. margin-right: -350px;
  89. }
  90.  
  91. p#headertext {
  92. float: left;
  93. padding: 5px;
  94. }
  95.  
  96. ul#navigation li a {
  97. color: white;
  98. }
  99.  
  100. ul#navigation li a:hover {
  101. background-color: #810db5;
  102. }
  103.  
  104. dl.portlet.portletStaticText.portlet-static-useful-documents ul {
  105. margin: 0px !important;
  106. }
  107.  
  108. .navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
  109. color: #fff !important;
  110. }
  111.  
  112. p#headertext2 {
  113. padding: 5px;
  114. }
  115.  
  116. p#headertext3 {
  117. padding: 5px;
  118. }
  119.  
  120. img#phone {
  121. float: left;
  122. padding: 8px;
  123. margin-left: 3%;
  124. padding-right: 10px;
  125. width: 15px;
  126. }
  127.  
  128. #portal-footer {
  129. padding-bottom: 20px;
  130. margin-bottom: 0px !important;
  131. background-color: #3F478D!important;
  132. background-image: -moz-linear-gradient(top,#4E7DB5,#3F478D) !important;
  133. background-image: -webkit-gradient(linear,0 0,0 100%,from(#4E7DB5),to(#3F478D))!important;
  134. background-image: -webkit-linear-gradient(top,#4E7DB5,#3F478D)!important;
  135. background-image: -o-linear-gradient(top,#4E7DB5,#3F478D)!important;
  136. background-image: linear-gradient(to bottom,#4E7DB5,#3F478D)!important;
  137. background-repeat: repeat-x;
  138. }
  139.  
  140. div#portal-footer p {
  141. font-size: 14px;
  142. text-align: center;
  143. color: white;
  144. margin-top: -50px;
  145. }
  146.  
  147. img#footlogo {
  148. width: 50px;
  149. float: right;
  150. margin-top: -40px;
  151. }
  152.  
  153. div#parentpay {
  154. position: absolute;
  155. width: 150px;
  156. top: 0px;
  157. right: 0px;
  158. }
  159.  
  160. img#mobilelogo {
  161. display: none;
  162. margin: 1.375em 0;
  163. float: right;
  164. margin-top: -310px;
  165. z-index: -5;
  166. margin-right: 510px;
  167. width: 5%;
  168. }
  169.  
  170. #portal-logo img {
  171. margin-top: -20px;
  172. }
  173.  
  174. p#headertext3 a {
  175. color: white;
  176. }
  177.  
  178. p#headertext2 a {
  179. color: white;
  180. }
  181.  
  182. .searchSection {
  183. display: none;
  184. }
  185.  
  186. input#searchGadget {
  187. margin-right: -5px;
  188. border-radius: 0px !important;
  189. -webkit-border-radius: 0px !important;
  190. }
  191.  
  192. form#livesearch0 .btn {
  193. margin-right: 5px;
  194. border-radius: 0px !important;
  195. }
  196.  
  197. span.tweetUsername a {
  198. font-weight: bold;
  199. }
  200.  
  201. span.tweetBody a {
  202. font-weight: bold;
  203. }
  204.  
  205. div#schoolmsg {
  206. float: left;
  207. width: 350px;
  208. margin-top: -240px;
  209. margin-left: 100px;
  210. }
  211.  
  212. div#schoolmsg span {
  213. font-size: 20px;
  214. font-style: italic;
  215. color: #000;
  216. text-shadow: 1px 1px #fff;
  217. font-weight: bold;
  218. }
  219.  
  220. div#headerdrop {
  221. float: right;
  222. padding-left: 2px;
  223. margin-left: -85px;
  224. margin-right: 50px;
  225. }
  226.  
  227. #portal-header {
  228. margin-left: 0px;
  229. }
  230.  
  231. div#portal-footer a {
  232. color: white;
  233. }
  234.  
  235. .LSBox .btn {
  236. background-color: #3F478D!important;
  237. background-image: -moz-linear-gradient(top,#4E7DB5,#3F478D) !important;
  238. background-image: -webkit-gradient(linear,0 0,0 100%,from(#4E7DB5),to(#3F478D))!important;
  239. background-image: -webkit-linear-gradient(top,#4E7DB5,#3F478D)!important;
  240. background-image: -o-linear-gradient(top,#4E7DB5,#3F478D)!important;
  241. background-image: linear-gradient(to bottom,#4E7DB5,#3F478D)!important;
  242. background-repeat: repeat-x;
  243. color: white;
  244. text-transform: uppercase;
  245. }
  246.  
  247. .navbar-inner {
  248. background-color: #3F478D!important;
  249. background-image: -moz-linear-gradient(top,#4E7DB5,#3F478D) !important;
  250. background-image: -webkit-gradient(linear,0 0,0 100%,from(#4E7DB5),to(#3F478D))!important;
  251. background-image: -webkit-linear-gradient(top,#4E7DB5,#3F478D)!important;
  252. background-image: -o-linear-gradient(top,#4E7DB5,#3F478D)!important;
  253. background-image: linear-gradient(to bottom,#4E7DB5,#3F478D)!important;
  254. background-repeat: repeat-x;
  255. border: none;
  256. border: none;
  257. border-radius: 0px !important;
  258. -webkit-border-radius: 0px !important;
  259. -moz-border-radius: 0px !important;
  260. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E7DB5', endColorstr='#3F478D');
  261. zoom: 1; border-bottom: none;
  262. }
  263.  
  264. .navbar .nav>li>a {
  265. float: none;
  266. padding: 10px 15px 10px;
  267. color: #FFF;
  268. text-decoration: none;
  269. text-shadow: 0 1px 0 #fff;
  270. text-transform: capitalize !important;
  271. }
  272.  
  273. #dropdownMenu1 {
  274. background-color: #5F1D4B;
  275. background-image: -moz-linear-gradient(top,#5F1D4B,#5F1D4B);
  276. background-image: -webkit-gradient(linear,0 0,0 100%,from(#5F1D4B),to(#5F1D4B));
  277. background-image: -webkit-linear-gradient(top,#5F1D4B,#5F1D4B);
  278. background-image: -o-linear-gradient(top,#5F1D4B,#5F1D4B);
  279. background-image: linear-gradient(to bottom,#5F1D4B,#5F1D4B);
  280. background-repeat: repeat-x;
  281. border: 1px solid #4C4C4C;
  282. color: white;
  283. border-radius: 0px
  284. }
  285.  
  286. div#portal-personaltools-wrapper .btn-info {
  287. background-color: #3F478D!important;
  288. background-image: -moz-linear-gradient(top,#4E7DB5,#3F478D) !important;
  289. background-image: -webkit-gradient(linear,0 0,0 100%,from(#4E7DB5),to(#3F478D))!important;
  290. background-image: -webkit-linear-gradient(top,#4E7DB5,#3F478D)!important;
  291. background-image: -o-linear-gradient(top,#4E7DB5,#3F478D)!important;
  292. background-image: linear-gradient(to bottom,#4E7DB5,#3F478D)!important;
  293. background-repeat: repeat-x;
  294. border-radius: 0px;
  295. border: 1px solid #000;
  296. color: white;
  297. text-shadow: none !Important;
  298. }
  299.  
  300. div#visual-portal-wrapper {
  301. max-width: 1250px;
  302. margin: 0 auto;
  303. }
  304.  
  305. .navbar .nav>li>a {
  306. text-shadow: none;
  307. }
  308.  
  309. ul#navigation a {
  310. text-transform: uppercase !important;
  311. font-weight: bold;
  312. }
  313.  
  314. .navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
  315. color: #fff;
  316. text-decoration: none;
  317. background-color: #840db9 !important;
  318. -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  319. -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  320. box-shadow: inset 0 3px 8px rgba(0,0,0,0.125)
  321. }
  322.  
  323. ul#navigation a:hover {
  324. color: #fff;
  325. }
  326.  
  327. .textbox.hidden-phone {
  328. float: right;
  329. margin-top: 5%;
  330. padding: 10px;
  331. padding-top: 0px;
  332. background: white;
  333. margin-right: 40px;
  334. width: 35%;
  335. display: none;
  336. }
  337.  
  338. div#imageholder {
  339. background: url("/home-page-files/banner.jpg") no-repeat center;
  340. height: 250px;
  341. background-size: 100%;
  342. }
  343.  
  344. .navbar {
  345. margin-bottom: 0px;
  346. }
  347.  
  348. a.brand.hidden-desktop {
  349. color: #fff;
  350. text-shadow: 0 1px 0 #000;
  351. }
  352.  
  353. button#textbutton {
  354. background-color: #0083BE;
  355. background-image: -moz-linear-gradient(top,#0083BE,#0083BE);
  356. background-image: -webkit-gradient(linear,0 0,0 100%,from(#0083BE),to(#0083BE));
  357. background-image: -webkit-linear-gradient(top,#0083BE,#0083BE);
  358. background-image: -o-linear-gradient(top,#0083BE,#0083BE);
  359. background-image: linear-gradient(to bottom,#0083BE,#0083BE);
  360. background-repeat: repeat-x;
  361. color: white;
  362. border-radius: 0px;
  363. }
  364.  
  365. div#imagecontainer {
  366. max-width: 1250px;
  367. width: 95%;
  368. margin: 0 auto;
  369. }
  370.  
  371. @media (max-width: 446px) {
  372. .section-home-test dl.portlet.portletStaticText.portlet-static-partners {
  373. width: 46%;
  374. text-align: center;
  375. position: inherit !important;
  376. bottom: 50px !important;
  377. left: 6%;
  378. }
  379. }
  380.  
  381. div#doclist li {
  382. margin-left: -25px;
  383. }
  384.  
  385. dl.portlet.portletCollection.portlet-collection-events-and-announcements {
  386. float: left;
  387. width: 30%;
  388. min-width: 350px;
  389. padding-left: 35px;
  390. margin-top: 20px;
  391. }
  392.  
  393. dl.portlet.portletStaticText.portlet-static-welcome-to-our-school {
  394. width: 30%;
  395. float: left;
  396. padding-left: 30px;
  397. margin-top: 20px;
  398. min-width: 300px;
  399. }
  400.  
  401. dt.portletHeader {
  402. background: none !important;
  403. font-size: 19px;
  404. color: #23068E;
  405. }
  406.  
  407. dt.portletHeader a {
  408. color: #23068E!important;
  409. }
  410.  
  411. div#portlets-in-header {
  412. max-width: 1250px;
  413. margin: 0 auto;
  414. width: 100%;
  415. }
  416.  
  417. button#welcomebutton2, button#welcomebutton1 {
  418. background-color: #4E7DB5;
  419. background-image: -moz-linear-gradient(top,#4E7DB5,#3F478D);
  420. background-image: -webkit-gradient(linear,0 0,0 100%,from(#4E7DB5),to(#3F478D));
  421. background-image: -webkit-linear-gradient(top,#4E7DB5,#3F478D);
  422. background-image: -o-linear-gradient(top,#4E7DB5,#3F478D);
  423. background-image: linear-gradient(to bottom,#4E7DB5,#3F478D);
  424. background-repeat: repeat-x;
  425. color: white;
  426. border-radius: 0px;
  427. margin-top: 10px;
  428. width: 200px;
  429. float: left;
  430. margin-left: 2.5em;
  431. }
  432.  
  433. button#welcomebutton1 {
  434. margin-right: 50px;
  435. }
  436.  
  437. body.template-file_view.portaltype-file.site-baldragon-academy #imagecontainer {
  438. display: none;
  439. }
  440.  
  441. .icons-on .contenttype-news-item {
  442. background: no-repeat 0px 0px url(/home-page-files/announceicon/);
  443. }
  444.  
  445. .icons-on .contenttype-event {
  446. background: no-repeat 0px 0px url(/home-page-files/eventicon/);
  447. }
  448.  
  449. .icons-on .contenttype-file {
  450. background: no-repeat transparent 0px 0px url(http://ea-dmz-plone03.ea.dundeecity.sch.uk:8080/schools/secondary_template/braeview-academy/Braeview-Academy/home-page-files/downloadicon) !important;
  451. }
  452.  
  453. .contenttype-file {
  454. line-height: 2em;
  455. padding-left: 20px !important;
  456. background: no-repeat transparent 0px 0px url(/home-page-files/downloadicon);
  457. }
  458.  
  459. .contenttype-event {
  460. line-height: 2em;
  461. padding-left: 20px !Important;
  462. background: no-repeat transparent 0px 0px url(/home-page-files/eventicon);
  463. }
  464.  
  465. .contenttype-news-item {
  466. line-height: 2em;
  467. padding-left: 20px !Important;
  468. background: no-repeat transparent 0px 0px url(/home-page-files/announceicon);
  469. }
  470.  
  471. dd {
  472. margin-left: 10px;
  473. }
  474.  
  475. body.template-newsitem_view.portaltype-news-item.site-baldragon-academy #imagecontainer {
  476. display: none;
  477. }
  478.  
  479. body.template-folder_summary_view.portaltype-collection.site-baldragon-academy #imagecontainer {
  480. display: none;
  481. }
  482.  
  483. body.template-standard_view.portaltype-collection.site-baldragon-academy #imagecontainer {
  484. display: none;
  485. }
  486.  
  487. body.template-member_search_form.portaltype-folder.site-baldragon-academy #imagecontainer {
  488. display: none;
  489. }
  490.  
  491. body.template-folder_listing.portaltype-folder.site-baldragon-academy #imagecontainer {
  492. display: none;
  493. }
  494.  
  495. body.template-fg_base_view_p3.portaltype-formfolder.site-baldragon-academy.section-contact-us-1 #imagecontainer {
  496. display: none;
  497. }
  498.  
  499. body.template-document_view.portaltype-document.site-baldragon-academy.section-parents.subsection-parent-information #imagecontainer {
  500. display: none;
  501. }
  502.  
  503. body.template-document_view.portaltype-document.site-baldragon-academy.section-footer.subsection-accessibility #imagecontainer {
  504. display: none;
  505. }
  506.  
  507. body.template-document_view.portaltype-document.site-baldragon-academy.section-heading #content {
  508. display: none;
  509. }
  510.  
  511. body.template-document_view.portaltype-document.site-baldragon-academy.section-our-school.subsection-a-rights-respecting-school #imagecontainer {
  512. display: none;
  513. }
  514.  
  515. body.template-solgemafullcalendar_view.portaltype-folder.site-baldragon-academy #imagecontainer {
  516. display: none;
  517. }
  518.  
  519. body.template-document_view.portaltype-document.site-baldragon-academy.section-our-students #imagecontainer {
  520. display: none;
  521. }
  522.  
  523. body.template-event_view.portaltype-event.site-baldragon-academy.section-events #imagecontainer {
  524. display: none;
  525. }
  526.  
  527. body.template-folder_summary_view.portaltype-folder.site-baldragon-academy.section-our-school #imagecontainer {
  528. display: none;
  529. }
  530.  
  531. body.template-document_view.portaltype-document.site-baldragon-academy.section-our-school #imagecontainer {
  532. display: none;
  533. }
  534.  
  535. body.template-document_view.portaltype-document.site-baldragon-academy.section-parents #imagecontainer {
  536. display: none;
  537. }
  538.  
  539. .cell.InHeaderPortletManager4.width-1:4.position-1:2 {
  540. margin-top: 500px;
  541. }
  542.  
  543. dl.portlet.portletTwitterPortlet.tweets-tweet {
  544. width: 30%;
  545. float: left;
  546. padding-right: 30px;
  547. min-width: 270px;
  548. margin-top: 20px;
  549. }
  550.  
  551. dd.portletItem.odd a {
  552. border: none;
  553. }
  554.  
  555. .portletTwitterPortlet .tweetPicture img {
  556. float: left;
  557. margin-right: 4px;
  558. max-width: 48px;
  559. min-height: 48px;
  560. border-radius: 5px;
  561. }
  562.  
  563. .tweetText {
  564. background: rgb(250, 250, 250);
  565. border-radius: 5px;
  566. }
  567.  
  568. dl.portlet.portletStaticText.portlet-static-useful-documents {
  569. float: left;
  570. width: 40%;
  571. min-width: 300px;
  572. padding-left: 50px;
  573. }
  574.  
  575. dl.portlet.portletStaticText.portlet-static-welcome-to-our-school dd {
  576. margin-top: 0px;
  577. }
  578.  
  579. span.portletItemDetails.tweetDate {
  580. font-weight: bold;
  581. }
  582.  
  583. dd.portletItem.odd {
  584. padding-bottom: 0px !important;
  585. padding-top: 0px !important;
  586. }
  587.  
  588. dd.portletItem.even {
  589. padding-top: 0px !important;
  590. padding-bottoM: 0px !important;
  591. }
  592.  
  593. body.template-document_view.portaltype-document.site-baldragon-academy.section-heading ul.breadcrumb {
  594. display: none;
  595. }
  596.  
  597. .carousel-image img {
  598. width: 100% !important;
  599. }
  600.  
  601. .carousel-text {
  602. background-color: #7b0caca8;
  603. top: 0;
  604. bottom: auto;
  605. padding: 2%;
  606. position: absolute;
  607. width: 30%;
  608. color: #fff;
  609. left: 0px;
  610. z-index: 30;
  611. }
  612.  
  613. .section-home-test dl.portlet.portletNews {
  614. width: 60%;
  615. float: left;
  616. text-align: center;
  617. }
  618.  
  619. .section-home-test dt.portletHeader {
  620. text-align: center;
  621. }
  622.  
  623. .section-home-test .portletTwitterPortlet {
  624. width: 37%;
  625. float: left;
  626. }
  627.  
  628. html {
  629. font-family: 'Open Sans', sans-serif !important;
  630. }
  631.  
  632. body {
  633. font-family: 'Open Sans', sans-serif !important;
  634. }
  635.  
  636. .section-home-test dl.portlet.portletNews a {
  637. font-size: 20px;
  638. line-height: 30px;
  639. }
  640.  
  641. .section-home-test dl.portlet.portletEvents {
  642. text-align: center;
  643. margin-right: 10%;
  644. }
  645.  
  646. .section-home-test dl.portlet.portletStaticText.portlet-static-partners {
  647. width: 46%;
  648. text-align: center;
  649. position: absolute;
  650. bottom: 250px;
  651. left: 6%;
  652. }
  653. }
  654.  
  655. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  656. .section-home-test dl.portlet.portletStaticText.portlet-static-partners {
  657. bottom: 290px !important;
  658. }
  659. }
  660.  
  661. @supports (-ms-accelerator:true) {
  662. .section-home-test dl.portlet.portletStaticText.portlet-static-partners {
  663. bottom: 290px !important;
  664. }
  665. }
  666.  
  667. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  668. dl.portlet dd.portletItem, dl.portlet dd.portletFooter, dl.portletError dd {
  669. margin-bottom: 46px !important;
  670. }
  671. }
  672.  
  673. @media screen and (min-width: 0\0) {
  674. dl.portlet dd.portletItem, dl.portlet dd.portletFooter, dl.portletError dd {
  675. margin-bottom:46px !important;
  676. }
  677. }
  678.  
  679. @media screen and (max-width: 540px) {
  680. .section-home-test dl.portlet.portletStaticText.portlet-static-partners {
  681. width: 46%;
  682. text-align: center;
  683. position: inherit !important;
  684. bottom: 50px;
  685. left: 6%;
  686. }
  687. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement