Преглед на файлове

Remove CSS folder as it's now managed via build server

Robert Marshall преди 7 години
родител
ревизия
433ef303d2
променени са 10 файла, в които са добавени 2 реда и са изтрити 352 реда
  1. 2 1
      .gitignore
  2. 0 24
      css/animations.css
  3. 0 35
      css/blog.css
  4. 0 0
      css/colours.css
  5. 0 32
      css/contextMenu.css
  6. 0 155
      css/gallery.css
  7. 0 0
      css/material_colours.css
  8. 0 36
      css/style-med.css
  9. 0 36
      css/style-small.css
  10. 0 33
      css/temperature.css

+ 2 - 1
.gitignore

@@ -1,4 +1,5 @@
 /db_version_info
 /design.png
 /images/uploads/
-/nbproject/private
+/nbproject/private
+/css/

+ 0 - 24
css/animations.css

@@ -1,24 +0,0 @@
-.ng-leave {
-  opacity: 1;
-}
-.ng-leave.ng-leave-active {
-  opacity: 0;
-}
-.ng-enter {
-  opacity: 0;
-}
-.ng-enter.ng-enter-active {
-  opacity: 1;
-}
-.ng-hide-add {
-  opacity: 1;
-}
-.ng-hide-add.ng-hide-add-active {
-  opacity: 0;
-}
-.ng-hide-remove {
-  opacity: 0;
-}
-.ng-hide-remove.ng-hide-remove-active {
-  opacity: 1;
-}

+ 0 - 35
css/blog.css

@@ -1,35 +0,0 @@
-.code {
-  border: 4px solid #eeeeee;
-  background: #e0e0e0;
-  border-radius: 4px;
-  margin: 0;
-  overflow: auto;
-}
-.code ol {
-  list-style-position: inside;
-  padding: 0;
-  margin: 0;
-}
-.code li {
-  background: #eeeeee;
-  padding: 1px;
-}
-.code li > div {
-  display: inline;
-}
-.code li:nth-child(2n) {
-  background: #e0e0e0;
-}
-.image {
-  padding: 5px;
-  background: #e0e0e0;
-  display: inline-block;
-  text-align: center;
-  max-width: 100%;
-}
-.image img {
-  display: block;
-}
-.image span {
-  font-size: 0.8em;
-}

+ 0 - 0
css/colours.css


+ 0 - 32
css/contextMenu.css

@@ -1,32 +0,0 @@
-.contextMenu {
-  position: absolute;
-  float: left;
-  background: #fafafa;
-  border: 1px solid #9e9e9e;
-  border-radius: 3px;
-  padding: 3px 0;
-  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
-  -webkit-user-select: none;
-  /* Chrome all / Safari all */
-  -moz-user-select: none;
-  /* Firefox all */
-  -ms-user-select: none;
-  /* IE 10+ */
-  user-select: none;
-  cursor: default;
-  z-index: 10000;
-}
-.contextMenu .menuItem {
-  padding: 0 5px;
-  position: relative;
-  white-space: nowrap;
-}
-.contextMenu .menuItem:hover {
-  background: #80cbc4;
-}
-.contextMenu .menuItem:not(:last-child) {
-  border-bottom: 1px solid #eeeeee;
-}
-.contextMenu .menuItem .arrow {
-  text-align: right;
-}

+ 0 - 155
css/gallery.css

@@ -1,155 +0,0 @@
-#tabs {
-  background: #e53935;
-  margin: -20px;
-  margin-bottom: 10px;
-  position: fixed;
-  width: 100%;
-  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
-  overflow-x: auto;
-  white-space: nowrap;
-}
-#tabs a {
-  display: inline-block;
-  color: #ffcdd2;
-  padding: 15px 30px;
-  text-decoration: none;
-  text-transform: uppercase;
-}
-#tabs a.active {
-  color: #fff;
-  border-bottom: 3px solid #fff;
-}
-.album {
-  width: 33.33%;
-  /*float:left;*/
-  display: inline-block;
-  vertical-align: top;
-}
-.album div {
-  margin: 5px;
-  padding: 5px;
-  background: #e0e0e0;
-}
-.album span {
-  display: block;
-  text-align: center;
-  color: #424242;
-  overflow: hidden;
-}
-.imageSelector .image {
-  width: 25%;
-  display: inline-block;
-  vertical-align: top;
-  text-align: center;
-}
-.imageSelector .image.selected > div {
-  background: #e57373;
-}
-.imageSelector .image.selected > div:hover {
-  background: #ef5350;
-}
-.imageSelector .image input[type=checkbox] {
-  display: none;
-}
-.imageSelector .image > div {
-  margin: 5px;
-  padding: 5px;
-  background: #e0e0e0;
-}
-.imageSelector .image > div:hover {
-  background: #bdbdbd;
-}
-#album-viewer {
-  height: 100%;
-  display: flex;
-  flex-direction: column;
-}
-#album-viewer #album-description {
-  flex: 0 0 auto;
-}
-#album-viewer #album-description .expander {
-  padding: 5px;
-  background: #e0e0e0;
-}
-#album-viewer #album-description .expander:after {
-  float: right;
-  content: "+";
-}
-#album-viewer #album-description .expander.expanded:after {
-  content: '-';
-}
-#album-viewer #album-description .text {
-  background: #eeeeee;
-  padding: 5px;
-}
-#album-viewer #album-description .text.ng-hide {
-  line-height: 0;
-}
-#album-viewer #album-thumbnails {
-  flex: 0 0 auto;
-  overflow-x: auto;
-  overflow-y: hidden;
-  white-space: nowrap;
-  text-align: center;
-}
-#album-viewer #album-thumbnails img {
-  width: 100px;
-  border: 3px solid transparent;
-}
-#album-viewer #album-thumbnails img.selected {
-  border: 3px solid #e57373;
-}
-#album-viewer #album-images {
-  flex: 1 1 auto;
-  overflow: auto;
-  position: relative;
-}
-#album-viewer #album-images .image {
-  position: absolute;
-  top: 0;
-  left: 0;
-  right: 0;
-  bottom: 0;
-  overflow: hidden;
-  text-align: center;
-}
-#album-viewer #album-images .image img {
-  max-height: 100%;
-}
-#galleryUpload .upload {
-  font-size: 2em;
-  padding: 5px;
-}
-#galleryUpload .dragDrop {
-  min-height: 200px;
-  border-color: #fafafa;
-  background-position: center;
-  background-size: 100px;
-  margin-bottom: 5px;
-}
-#galleryUpload .dragDrop.dragOver {
-  border: 3px dashed #616161;
-  background-image: url("/images/upload.svg");
-  background-repeat: no-repeat;
-}
-#galleryUpload .newImage {
-  display: flex;
-  margin-bottom: 5px;
-}
-#galleryUpload .newImage .information {
-  flex: 1;
-}
-#galleryUpload .newImage .preview {
-  flex: 1;
-  position: relative;
-}
-#galleryUpload .newImage .preview .imageContainer {
-  position: absolute;
-  top: 0;
-  bottom: 0;
-  right: 0;
-  text-align: right;
-}
-#galleryUpload .newImage .preview .imageContainer img {
-  height: 100%;
-}

+ 0 - 0
css/material_colours.css


+ 0 - 36
css/style-med.css

@@ -1,36 +0,0 @@
-body {
-  display: initial;
-}
-#menu {
-  left: 0;
-  position: fixed;
-  height: 100%;
-  box-shadow: -10px 0px 5px 10px #212121;
-  transition: all ease-in-out 0.4s;
-}
-#menu.ng-hide {
-  left: -280px;
-}
-#main .header #menu-button {
-  cursor: pointer;
-  display: inline-block;
-  max-height: 100%;
-}
-#buttons-left button,
-#buttons-right button {
-  width: 60px;
-  height: 60px;
-}
-.backdrop {
-  display: initial;
-}
-.row > .col {
-  width: 100%;
-  float: left;
-}
-.row.col-lg-1 > .col,
-.row.col-lg-2 > .col,
-.row.col-lg-3 > .col,
-.row.col-lg-4 > .col {
-  width: 100%;
-}

+ 0 - 36
css/style-small.css

@@ -1,36 +0,0 @@
-dl {
-  margin-top: 12px;
-  margin-bottom: 12px;
-}
-#main .header span:not(:last-child) {
-  display: none;
-}
-#main .header > * {
-  padding-left: 15px !important;
-}
-#nav-container {
-  top: 48px;
-}
-.header {
-  height: 48px;
-}
-.header > * {
-  line-height: 48px;
-  font-size: 18px;
-}
-.header span:not(:first-child):before {
-  content: none;
-}
-.row > .col {
-  width: 100%;
-  float: left;
-}
-.row.col-md-1 > .col,
-.row.col-md-2 > .col,
-.row.col-md-3 > .col,
-.row.col-md-4 > .col {
-  width: 100%;
-}
-table {
-  width: 100%;
-}

+ 0 - 33
css/temperature.css

@@ -1,33 +0,0 @@
-.currentTemp {
-  background: #ffcdd2;
-  height: 200px;
-  width: 200px;
-  position: relative;
-  display: inline-block;
-}
-.currentTemp .background {
-  position: absolute;
-  bottom: 0;
-  left: 0;
-  right: 0;
-  top: 20%;
-  transition: all 500ms ease-in-out;
-}
-.currentTemp .reading {
-  position: relative;
-  height: 200px;
-  width: 200px;
-  vertical-align: middle;
-  display: table-cell;
-  text-align: center;
-  font-size: 250%;
-}
-.currentTemp .shadow {
-  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
-  border: 2px solid #212121;
-  position: absolute;
-  bottom: 0;
-  left: 0;
-  right: 0;
-  top: 0;
-}