A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

374 lines
5.4 KiB

  1. @import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700);
  2. body {
  3. display: flex;
  4. min-height: 100vh;
  5. flex-direction: column;
  6. margin: 0;
  7. font-family: "Open Sans", sans-serif;
  8. line-height: 1.3;
  9. color: #DEDEDE;
  10. background-color: black;
  11. background-size: cover;
  12. background-position: center;
  13. background-attachment: fixed;
  14. }
  15. a {
  16. color: #78CEFF;
  17. text-decoration: none;
  18. }
  19. a:hover {
  20. color: #68BEDD;
  21. text-decoration: underline;
  22. }
  23. h2, h3 {
  24. margin: 0.5em 0;
  25. }
  26. abbr[title], acronym[title] {
  27. border-bottom: 1px dotted #555;
  28. text-decoration: none;
  29. }
  30. .understate {
  31. font-weight: normal;
  32. }
  33. #container {
  34. display: flex;
  35. flex: 1;
  36. }
  37. #container > div {
  38. width: 100%;
  39. }
  40. .styled-border {
  41. border-color: #4A4A4A;
  42. border-style: solid;
  43. }
  44. main, header, footer {
  45. background-color: rgba(0, 0, 0, 0.8);
  46. }
  47. main {
  48. border-width: 1px;
  49. }
  50. header {
  51. border-width: 0 0 1px 0;
  52. }
  53. footer {
  54. padding: 0.5em 0;
  55. font-size: 85%;
  56. text-align: center;
  57. color: #BABABA;
  58. border-width: 1px 0 0;
  59. }
  60. header > div, footer > div {
  61. margin: 0 auto;
  62. }
  63. @media (min-width: 800px) {
  64. main, header > div, footer > div {
  65. max-width: 1000px;
  66. width: 80%;
  67. }
  68. main {
  69. margin: 2em auto;
  70. padding: 0.5em 1.5em;
  71. }
  72. header > div {
  73. display: table;
  74. }
  75. footer > div {
  76. padding: 0.5em 1.5em;
  77. }
  78. header > div > div {
  79. display: table-row;
  80. }
  81. header > div > div > div {
  82. display: table-cell;
  83. }
  84. header .left {
  85. padding: 0.5em 1.5em 0.5em 0;
  86. }
  87. header .right {
  88. padding: 0.5em 0;
  89. text-align: right;
  90. white-space: nowrap;
  91. }
  92. }
  93. @media (max-width: 799px) {
  94. main {
  95. margin: 1.5em auto;
  96. padding: 0 1em;
  97. }
  98. footer > div {
  99. padding: 0.5em 1em;
  100. }
  101. header > div > div > div {
  102. display: inline-block;
  103. }
  104. header .left {
  105. margin: 0.5em 1em 0em 1em;
  106. }
  107. header .right {
  108. margin: 0.25em 1em 0.5em 1em;
  109. }
  110. }
  111. header nav {
  112. display: inline-block;
  113. vertical-align: middle;
  114. padding: 0.25em 0;
  115. }
  116. header nav > ul {
  117. display: inline-block;
  118. margin: 0;
  119. padding: 0;
  120. }
  121. header nav > ul > li {
  122. display: inline-block;
  123. }
  124. header nav > ul > li:not(:last-child)::after {
  125. content: " \007c";
  126. color: #777;
  127. }
  128. header .spacer {
  129. height: 32px;
  130. vertical-align: middle;
  131. visibility: hidden;
  132. }
  133. header .sep {
  134. color: #777;
  135. }
  136. footer ul {
  137. margin: 0;
  138. padding: 0;
  139. }
  140. footer ul li {
  141. display: inline-block;
  142. list-style: none;
  143. }
  144. footer ul li:not(:last-child)::after {
  145. content: " \00b7";
  146. }
  147. #corp-masthead {
  148. color: #EAEAEA;
  149. margin-right: 1.5em;
  150. }
  151. #corp-masthead:hover {
  152. color: #BABABA;
  153. text-decoration: none;
  154. }
  155. #corp-masthead img {
  156. height: 32px;
  157. margin-right: 0.25em;
  158. }
  159. #corp-masthead h1 {
  160. display: inline;
  161. font-size: 120%;
  162. font-weight: normal;
  163. }
  164. #corp-masthead > * {
  165. vertical-align: middle;
  166. }
  167. #flashes {
  168. margin-top: 0.5em;
  169. }
  170. #flashes > div {
  171. padding: 0.5em 0.75em;
  172. border-left-width: 4px;
  173. border-left-style: solid;
  174. }
  175. #flashes > .success {
  176. border-color: #33AA22;
  177. background-color: rgba(60, 255, 30, 0.2);
  178. }
  179. #flashes > .error {
  180. border-color: #AA3322;
  181. background-color: rgba(255, 60, 30, 0.2);
  182. }
  183. #flashes .dismiss {
  184. float: right;
  185. margin: 0 0 0.5em 0.5em;
  186. }
  187. #character-portrait {
  188. position: relative;
  189. display: inline-block;
  190. }
  191. #character-portrait img {
  192. height: 32px;
  193. width: 32px;
  194. margin-right: 0.25em;
  195. box-sizing: border-box;
  196. border-width: 1px;
  197. vertical-align: middle;
  198. }
  199. #character-summary {
  200. font-size: 90%;
  201. vertical-align: middle;
  202. }
  203. #character-options {
  204. position: absolute;
  205. margin-top: 1em;
  206. margin-left: -5px;
  207. background-color: rgba(0, 0, 0, 0.8);
  208. border-width: 1px;
  209. }
  210. #character-options::after, #character-options::before {
  211. bottom: 100%;
  212. left: 20px;
  213. border: solid transparent;
  214. content: " ";
  215. height: 0;
  216. width: 0;
  217. position: absolute;
  218. pointer-events: none;
  219. }
  220. #character-options::after {
  221. border-bottom-color: black;
  222. border-width: 10px;
  223. margin-left: -10px;
  224. }
  225. #character-options::before {
  226. border-bottom-color: #4A4A4A;
  227. border-width: 12px;
  228. margin-left: -12px;
  229. }
  230. #style-options {
  231. margin: 4px;
  232. line-height: 0;
  233. }
  234. #style-options > * {
  235. display: inline-block;
  236. padding: 4px;
  237. }
  238. #style-options > * > * {
  239. display: inline-block;
  240. height: 24px;
  241. width: 24px;
  242. margin: 0;
  243. padding: 0;
  244. background-color: transparent;
  245. background-size: contain;
  246. background-position: center;
  247. background-repeat: no-repeat;
  248. font-size: 0;
  249. border: 0;
  250. vertical-align: middle;
  251. }
  252. #style-options .cur {
  253. background-color: rgba(255, 255, 255, 0.3);
  254. }
  255. #style-options > :not(.cur) > * {
  256. cursor: pointer;
  257. }
  258. #error pre {
  259. white-space: pre-wrap;
  260. }
  261. #login-button {
  262. height: 30px;
  263. padding-bottom: 2px;
  264. vertical-align: middle;
  265. }
  266. #logout-form {
  267. margin-bottom: 1em;
  268. }
  269. .sec-null {
  270. color: #F30202;
  271. }
  272. .sec-0_1 {
  273. color: #DC3201;
  274. }
  275. .sec-0_2 {
  276. color: #EB4903;
  277. }
  278. .sec-0_3 {
  279. color: #F66301;
  280. }
  281. .sec-0_4 {
  282. color: #E58000;
  283. }
  284. .sec-0_5 {
  285. color: #F5F501;
  286. }
  287. .sec-0_6 {
  288. color: #96F933;
  289. }
  290. .sec-0_7 {
  291. color: #00FF00;
  292. }
  293. .sec-0_8 {
  294. color: #02F34B;
  295. }
  296. .sec-0_9 {
  297. color: #4BF3C3;
  298. }
  299. .sec-1_0 {
  300. color: #33F9F9;
  301. }