Move to src dir.
[edumed.git] / edumed / static / css / main.css
diff --git a/edumed/static/css/main.css b/edumed/static/css/main.css
deleted file mode 100644 (file)
index 71a4e6c..0000000
+++ /dev/null
@@ -1,116 +0,0 @@
-#main-promobox {
-  /*position: absolute;
-  top: 0;
-  right: 10 * $px;*/
-  float: right;
-  border-radius: 0.938em;
-  background: #f8b323;
-  padding: 1.5em 1.25em;
-  width: 11.25em;
-  height: 11.688em; }
-  #main-promobox h1 {
-    color: white;
-    margin: 0;
-    text-transform: uppercase;
-    font-size: .9em; }
-  #main-promobox h1:before {
-    content: url(/static/img/icons/announce.png);
-    margin-right: 1.2em;
-    vertical-align: top; }
-  #main-promobox h2 {
-    color: white;
-    font-size: .9em;
-    margin: 1.1em 0 0 0;
-    font-weight: normal;
-    text-transform: uppercase; }
-  #main-promobox p {
-    color: #363a3e;
-    font-size: .8em;
-    line-height: 1.15em;
-    margin: .3em 0; }
-
-#main-sections {
-  clear: both;
-  float: left;
-  margin-top: 1.2em;
-  width: 43.75em; }
-  #main-sections h1 {
-    font-size: .9em;
-    margin: 0 0 0 1.6em;
-    text-transform: uppercase; }
-  #main-sections ul {
-    margin: -0.188em 0 0 -1.25em;
-    padding: 0;
-    list-style: none; }
-    #main-sections ul li {
-      margin-top: 1.25em;
-      margin-left: 1.25em;
-      float: left;
-      width: 10em;
-      height: 5.625em;
-      border-radius: 0.938em;
-      display: table; }
-      #main-sections ul li a {
-        display: table-cell;
-        padding-left: 1.688em;
-        vertical-align: middle;
-        height: 100%;
-        color: white;
-        text-transform: uppercase;
-        font-size: .9em; }
-    #main-sections ul .box1 {
-      background-color: #adaeaf; }
-    #main-sections ul .box2 {
-      background-color: #f8b323; }
-    #main-sections ul .box3 {
-      background-color: #16a487; }
-    #main-sections ul .box4 {
-      background-color: #5e6165; }
-    #main-sections ul .box5 {
-      background-color: #16a487; }
-    #main-sections ul .box6 {
-      background-color: #363a3e; }
-    #main-sections ul .box7 {
-      background-color: #adaeaf; }
-    #main-sections ul .box8 {
-      background-color: #ed7831; }
-
-#main-chosen {
-  float: right;
-  margin-top: 1.2em;
-  width: 13.75em; }
-  #main-chosen h1 {
-    font-size: .9em;
-    margin: 0 0 0 1.4em;
-    text-transform: uppercase; }
-  #main-chosen ul {
-    margin: 1.063em 0 0 1.4em;
-    padding: 0;
-    list-style-position: inside; }
-    #main-chosen ul li {
-      font-size: .9em;
-      text-transform: uppercase;
-      line-height: 1.25em; }
-      #main-chosen ul li a {
-        color: #363a3e; }
-
-#main-tools {
-  clear: both; }
-  #main-tools .main-tools-box {
-    float: left;
-    margin-top: 1.5em;
-    margin-right: 1.25em;
-    width: 17.5em; }
-    #main-tools .main-tools-box h1 {
-      margin: 0;
-      font-size: .9em;
-      text-transform: uppercase; }
-    #main-tools .main-tools-box ul, #main-tools .main-tools-box ol {
-      margin: 1.1em 0 0 0;
-      padding: 0;
-      list-style-position: inside;
-      color: #ed7831;
-      font-size: .9em;
-      line-height: 1.15em; }
-      #main-tools .main-tools-box ul li a, #main-tools .main-tools-box ol li a {
-        color: #ed7831; }