alfirin/sept-web-radio

View on GitHub
app/styles/app.css

Summary

Maintainability
Test Coverage
@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
}

menu, ol, ul {
    padding: 0;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
}

/* For Boostrap UI */
.nav, .pagination, .carousel a {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.modal {
    display: block;
    height: 0;
    overflow: visible;
}

/* Common */

h1 {
    font-family: bacana, verdana, sans-serif;
    font-size: 25pt;
}

h2 {
    font-family: bacana, verdana, sans-serif;
    font-size: 10pt;
    color: #000000;
}

p {
    font-family: andale mono, monaco, sans-serif;
    font-size: 10pt;
    color: #000000;
}

.cursor-pointer {
    cursor: pointer;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.footer, .push {
    height: 4em;
}

[data-swr-draggable] {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
    cursor: pointer;
    z-index: 1;
}

.block {
    text-align: center;
    height: 100%;
}

/* The ghost, nudged to maintain perfect centering */
.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */
.centered {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
}

/* Global */
.global-wrapper {
    max-width: 1400px;
    min-height: 100%;
    padding: 8px 8px;
}

.main-wrapper {
    height: auto !important;
    margin: auto;
}

.container {
    padding: 0;
    min-width: 265px;
    margin-left: 250px;
    width: auto;
}

/* Top */

.top-wrapper {
    max-width: 1400px;
}

.header-logo {
    width: 250px;
    height: 150px;
    position: absolute;
}

.ul-navigation li {
    margin-left: 50px;
    display: inline;
    font-family: basicl, verdana, sans-serif;
    font-size: 18pt;
    color: #000000;
}

.ul-navigation li a {
    width: 150px;
    color: black;
    text-decoration: underline;
    text-align: center;
    padding: 5px;
}

.ul-navigation li a:active {
    background-color: #000;
    color: #FFF;
}

.ul-navigation li a:hover {
    text-decoration: none;
}

.header-black-image {
    width: 100%;
    height: 15px;
}

.black-button {
    border: 1px solid #616261;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #7d7e7d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
    background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}

.black-button:hover {
    border: 1px solid #4a4b4a;
    background-color: #646464;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
    background-image: -webkit-linear-gradient(top, #646464, #282828);
    background-image: -moz-linear-gradient(top, #646464, #282828);
    background-image: -ms-linear-gradient(top, #646464, #282828);
    background-image: -o-linear-gradient(top, #646464, #282828);
    background-image: linear-gradient(to bottom, #646464, #282828);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#646464, endColorstr=#282828);
}

.connexion-button {
    width: 100px;
}

.connexion-button, .left-button {
    margin-left: 10px;
}

.left-bar-wrapper {
}

/* Stage page */

.search-toolbar {
    height: 100%;
    min-height: 40px;
    margin-top: 8px;
}

.input-prepend {
    padding-top: 9px;
}

.music-list-wall {
    list-style-type: none;
    border: solid 1px #ccc;
    min-height: 500px;
    margin-top: 8px;
    padding: 10px 10px;
    background: rgba(253, 253, 253, 0.71);
}

.music-list-wall .music-list-wall-brick {
    float: left;
    position: relative;
    width: 200px;
    height: 215px;
    margin-bottom: 12px;
    margin-right: 12px;
    background: #f7f7f7;
    padding: 3px 3px;
    box-shadow: 1px 1px 4px #bbbbbb;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e4e4e4;
}

.music-list-wall-brick.swr-select {
    border: solid 1px #444444;
    box-shadow: 5px 5px 2px #ababab;
    background: #f1f1f1;
}

.music-list-wall-brick .author-name {
    position: absolute;
    top: 30px;
    width: 164px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: andale Mono, monaco;
    font-weight: bold;
    text-transform: uppercase;
}

.music-list-wall-brick .title-name {
    position: absolute;
    top: 0;
    width: 164px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: andale Mono, monaco;
}

.music-list-wall-brick img {
    position: absolute;
    top: 60px;
    width: 140px;
    height: 140px;
}

.music-list-wall-brick .delete {
    display: block;
    color: #ff000d;
    background: rgba(191, 191, 191, 0.20);
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    line-height: 30px;
    text-decoration: underline;
}

.music-list-wall-brick.ng-enter {
    -webkit-transition: 1s ease opacity;
    -moz-transition: 1s ease opacity;
    -ms-transition: 1s ease opacity;
    -o-transition: 1s ease opacity;
    transition: 1s ease opacity;
    opacity: 0;
}

.music-list-wall-brick.ng-enter.ng-enter-active {
    opacity: 1;
}

.music-list-wall-brick.swr-drag-start {
    opacity: 0.9;
    z-index: 3;
}

.music-list-wall-brick.swr-drag-start-remove {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    z-index: 3;
}

/*Stage - Drop Music*/

.drop-musics {
    position: relative;
}

.drop-musics-overlay .centered p {
    font-weight: bold;
}

.drop-musics-overlay {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.drop-musics-overlay.swr-drop-over {
    /* applied to a drop target when a draggable object is over it */
    background-color: rgba(97, 244, 76, 0.13);
}

.drop-musics-bar {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.drop-musics-bar.swr-drop-target-remove {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-style: none;
}

.drop-musics-bar.swr-drop-target {
    /* applied to all drop targets when a drag operation begins, used to indicate drop targets on a page */
    opacity: 0.1;
    border: 3px dashed #afafaf;
}

.add-to-playlist-button {
    width: 250px;
    height: 34px;
}

.list-your-playlists {
    margin-top: 10px;
}

/* Index page */

.soundcloud-player {

}

.triangle {
    width: 5%;
    height: 5%;
}

/* Playlist page */

/* Playlist - All page */