uulm.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. .slides.template-uulm-in section > article:not(.fill):not(.title-slide):before{
  2. content:"";
  3. display:block;
  4. border-top:2px solid rgb(163,38,56);
  5. position: absolute;
  6. width: 100%;
  7. height: 2px;
  8. min-height: 2px;
  9. left: 0;
  10. top: 24px;
  11. }
  12. .slides.template-uulm-in section > article:not(.fill):not(.title-slide) .slide-nr{
  13. display:inline;
  14. position: absolute;
  15. color: #eee;
  16. font-size:18px;
  17. line-height: 26px;
  18. font-weight: 600;
  19. letter-spacing: -1px;
  20. min-width: 26px;
  21. left: 0;
  22. top: 24px;
  23. padding:0px;
  24. padding-left:6px;
  25. padding-right:6px;
  26. margin:0;
  27. background: rgb(163,38,56);
  28. text-align:center;
  29. }
  30. .slides.template-uulm-in section > article.title-slide img {
  31. position: absolute;
  32. left: 0;
  33. top: 20%;
  34. min-width: 100%;
  35. min-height: 50%;
  36. width:100%;
  37. height:50%;
  38. z-index: -1;
  39. }
  40. .slides.template-uulm-in section > article h1, .slides.template-uulm-in section > article h2, .slides.template-uulm-in section > article h3{
  41. color: rgb(163,38,56);
  42. }
  43. .slides.template-uulm-in section > article.title-slide #title{
  44. font-size: 48px;
  45. position: absolute;
  46. left: 50%;
  47. top: 75%;
  48. text-align:left;
  49. margin:0;
  50. padding:0;
  51. }
  52. .slides.template-uulm-in section > article.title-slide #subtitle{
  53. font-size: 28px;
  54. position: absolute;
  55. left: 50%;
  56. bottom: 3%;
  57. text-align:left;
  58. margin:0;
  59. padding:0;
  60. }
  61. .slides.template-uulm-in section > article.title-slide #author{
  62. font-size: 28px;
  63. position: absolute;
  64. left: 5%;
  65. bottom: 3%;
  66. text-align:left;
  67. margin:0;
  68. padding:0;
  69. }
  70. .slides.template-uulm-in section > article.title-slide #uulm-logo {
  71. position: absolute;
  72. left: 50%;
  73. top: 4%;
  74. z-index: -2;
  75. width: 38%;
  76. min-width: 38%;
  77. min-height: 10%;
  78. height: 10%;
  79. }
  80. .slides.template-uulm-in section > article:not(.fill){
  81. padding-top: 100px;
  82. padding-left: 80px;
  83. padding-right: 80px;
  84. padding-bottom: 32px;
  85. }
  86. .slides.template-uulm-in section > article:not(.nobackground):not(.biglogo) {
  87. background-color: white;
  88. }
  89. .slides.template-uulm-in li::before {
  90. color: rgb(163,38,56);
  91. }
  92. .slides.template-uulm-in td{
  93. background: rgba(169,162,141,0.4);
  94. padding: 5px 10px;
  95. vertical-align: top;
  96. }
  97. .slides.template-uulm-in th{
  98. background: rgba(169,162,141,0.8);
  99. padding: 5px 10px;
  100. vertical-align: top;
  101. color:#eee;
  102. }
  103. .slides.template-uulm-in iframe {
  104. height: 580px;
  105. }
  106. .slides.template-uulm-in h3 + iframe {
  107. margin-top: 40px;
  108. height: 480px;
  109. }
  110. .slides.template-uulm-in section article.fill iframe {
  111. position: absolute;
  112. left: 0;
  113. top: 0;
  114. width: 100%;
  115. height: 100%;
  116. border: 0;
  117. margin: 0;
  118. border-radius: 10px;
  119. -o-border-radius: 10px;
  120. -moz-border-radius: 10px;
  121. -webkit-border-radius: 10px;
  122. z-index: -1;
  123. }
  124. .uulm-color {
  125. color: rgb(125,154,170);
  126. }
  127. .mawi-color {
  128. color: rgb(86,170,28);
  129. }
  130. .in-color {
  131. color: rgb(163,38,56);
  132. }
  133. .nawi-color {
  134. color: rgb(189,96,5);
  135. }
  136. .med-color {
  137. color: rgb(38,84,124);
  138. }
  139. .accent-color {
  140. color: rgb(169,162,141);
  141. }
  142. .slides.template-uulm-in a{
  143. color: rgb(125,154,170);
  144. }
  145. a{
  146. text-decoration: none;
  147. }