hackit.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. html {
  2. height: 100%;
  3. }
  4. body {
  5. color: #fff;
  6. background-color: #9c2f2f;
  7. font-family: sans-serif;
  8. font-size: 2em;
  9. height: 100%;
  10. }
  11. /*banner*/
  12. .banner{
  13. background:#fff;
  14. color:#9c2f2f;
  15. }
  16. .banner img {
  17. vertical-align: middle;
  18. left: 50%;
  19. position: relative;
  20. transform: translate(-50%,0);
  21. }
  22. .header-ul-menu {
  23. list-style: none;
  24. color: #fff;
  25. background: #9c2f2f;
  26. margin-top: -60px;
  27. }
  28. .header-ul-menu .header-menu {
  29. font-size: 2em;
  30. }
  31. /*fine banner*/
  32. .navbar::after,
  33. .navbar-collapse::after,
  34. .container::after {
  35. clear: none !important
  36. }
  37. ul,
  38. p {
  39. background-color: rgba(255,255,255, 0);
  40. }
  41. a,
  42. a:hover,
  43. a:focus,
  44. .entry-content a,
  45. .entry-content a:hover,
  46. .entry-content a:focus {
  47. color: #fff;
  48. text-decoration: none;
  49. }
  50. /* ci sono due selettori diversi perche' quando genera da markdown e da restructuredtext fa due output un po'
  51. * diversi */
  52. #content .entry-content > h2,
  53. #content .entry-content > .section:first-child>h2
  54. {
  55. background-color: white;
  56. /* padding: 1em 0;*/
  57. color: black;
  58. margin-bottom: 1em;
  59. left: 0;
  60. font-size: 200%;
  61. text-align: center;
  62. /* position: relative;
  63. width: 100vw;
  64. transform: translate(-8%,0);*/
  65. }
  66. h4 {
  67. font-size: 25px !important;
  68. }
  69. a.toc-backref,
  70. h1,
  71. h2,
  72. h3,
  73. h4,
  74. strong,
  75. tt {
  76. background: #fff;
  77. padding: 6px 10px;
  78. font-weight: 600;
  79. color: #9c2f2f;
  80. border-bottom; 0px;
  81. }
  82. a.toc-backref,
  83. h1,
  84. h2,
  85. h3,
  86. h4,
  87. tt {
  88. display: inline-block;
  89. }
  90. a.toc-backref:hover {
  91. color: rgba(0,0,0,1);
  92. }
  93. tt.literal {
  94. font-size: 80%;
  95. }
  96. .navbar-brand {
  97. display: none;
  98. }
  99. .navbar {
  100. background-color: #000;
  101. }
  102. .navbar .navbar-brand,
  103. .navbar .navbar-nav > li > a {
  104. color: #fff;
  105. }
  106. .navbar .navbar-nav > li > a {
  107. transition: background-color .3s;
  108. background-color: #000;
  109. }
  110. .navbar .navbar-nav > .active > a,
  111. .navbar .navbar-nav > .active > a:hover,
  112. .navbar .navbar-nav > .active > a:focus {
  113. color: #333;
  114. background-color: white;
  115. }
  116. .navbar .navbar-nav > li > a:hover,
  117. .navbar .navbar-nav > li > a:focus,
  118. .navbar .navbar-brand:hover,
  119. .navbar .navbar-brand:focus {
  120. color: white;
  121. background-color: #333;
  122. }
  123. .navbar-brand {
  124. font-size: 21px;
  125. }
  126. .navbar-right li form {
  127. line-height: 21px;
  128. padding-top: 10px;
  129. padding-bottom: 10px;
  130. }
  131. #tipue_search_input {
  132. width: 2em !important;
  133. transition: all 0.5s;
  134. }
  135. #tipue_search_input:focus {
  136. width: 10em !important;
  137. }
  138. /* HOME {{{ */
  139. .body-index blockquote {
  140. font-size: 21px;
  141. margin-left: auto;
  142. margin-right: auto;
  143. }
  144. .body-index h3 {
  145. text-align: center;
  146. font-size: 24px;
  147. }
  148. /* END HOME }}} */
  149. {
  150. position:relative;
  151. width:100%;
  152. }
  153. /* TALK {{{ */
  154. .talk-grid {
  155. table-layout: auto;
  156. width: 100%;
  157. border-collapse: collapse;
  158. text-align: center;
  159. }
  160. .talk-grid > thead th:first-child {
  161. max-width: 5em;
  162. }
  163. .talk-grid > thead th {
  164. text-align: center;
  165. }
  166. .talk-grid tr {
  167. height: 1.5em;
  168. }
  169. .rooms-4 .talk {
  170. width: 25%;
  171. }
  172. .rooms-3 .talk {
  173. width: 33%;
  174. }
  175. .rooms-2 .talk {
  176. width: 50%;
  177. }
  178. .rooms-1 .talk {
  179. width: 100%;
  180. }
  181. td.talk {
  182. border: 1px solid #444;
  183. padding: 4px;
  184. }
  185. td.talk > a {
  186. text-decoration: none;
  187. }
  188. .talk-grid tr {
  189. line-height: 1em;
  190. }
  191. .talk-grid tr:hover td:first-child {
  192. background-color: rgb(152, 14, 14);
  193. background-color: rgba(152, 14, 14, 0.79);
  194. }
  195. .talk-grid tr:hover td {
  196. background-color: rgb(60, 22, 22)
  197. }
  198. .talk-title a {
  199. font-size: 50%;
  200. }
  201. /* END TALK }}} */
  202. /*media query*/
  203. @media all and (min-width: 770px) {
  204. .navbar, .navbar .navbar-brand,
  205. .navbar .navbar-nav > li > a {
  206. background-color: #9c2f2f;
  207. }
  208. }