DeviD4411/Themes-Music_City

View on GitHub
style/css/theme.css

Summary

Maintainability
Test Coverage
body {
    background: #caced1;
    font-size: 14px;
    color: #777;
    text-align: center;
    margin: 15px 0;
    font-family: 'Trebuchet MS', Bitter;
     outline: 0 none;
}

/* links */
a, a:visited {
    color: #ff9911;
    text-decoration: none;
}
a:hover {
    color: #848484;
    text-decoration: none;
}

/* headers */
h1, h2, h3 { font-family: 'Trebuchet MS', Bitter, Sans-serif;  }
h1 {
    font-size: 180%;
    font-weight: normal;
    color: #4D4D4D;
}
h2 {
    font-size: 160%;
    color: #88ac0b;
    font-weight: normal;
}
h3 {
    font-size: 135%;
    color: #666666;
}

h1 small {
    font-weight: normal;
    line-height: 1;
    color: #999;
    font-size: 80%;
}

.img {
    float:left;
    padding : 0;
    margin-right : 5px;
}
img.float-right { margin: 5px 0 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0; }

h1, h2, h3, p {
    margin: 10px 15px;
    padding: 0;
}
ul, ol {
    margin: 14px 24px;
    padding: 0 25px;
}

.form-group {
  margin-bottom: 5px;
}

select.form-control, input.form-control {
  width: 300px;
  border: none;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.702), 0px 0px 10px rgba(0, 0, 0, 0.400) inset;
    background-color: #444;
    color: #ccc;
    text-align: center;
    padding: 11px 24px 11px 24px;
    margin : 1px 1px 1px 1px;
}

textarea.form-control {
  resize: vertical;
  width: 99%;
    font-size: 11pt;
    border-radius: 4px;
    border: solid 0px #000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.702), 0px 0px 10px rgba(0, 0, 0, 0.400) inset;
    background-color: #444;
    color: #ccc;
    padding: 5px;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
}

select, input {
  /*width: 300px;*/
  border: none;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.702), 0px 0px 10px rgba(0, 0, 0, 0.400) inset;
    background-color: #444;
    color: #ccc;
    text-align: center;
    padding: 11px 24px 11px 24px;
    margin : 1px 1px 1px 1px;
}

textarea {
  resize: vertical;
  width: 99%;
    font-size: 11pt;
    border-radius: 4px;
    border: solid 0px #000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.702), 0px 0px 10px rgba(0, 0, 0, 0.400) inset;
    background-color: #444;
    color: #ccc;
    padding: 5px;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
}


/********************************************
   LAYOUT
********************************************/
#wrap {
    width: 790px;
    background: #CCC url(/themes/Music_City/style/images/box/content.jpg) repeat-y center top;
    margin: 0 auto;
    text-align: left;
}
#content-wrap {
    clear: both;
    width: 760px;
    margin: 1px auto;
    padding: 0;
}
#header {
    position: relative;
    height: 131px;
    background: #caced1 url(/themes/Music_City/style/images/box/header.jpg) no-repeat center top;
    padding: 0;
    color: #4D4D4D;
}
#header h1#logo a {
    position: absolute;
    margin: 0; padding: 0;
    font: bolder 55px 'Trebuchet MS', Arial, Sans-serif;
    letter-spacing: -3px;
    color: #ff9911;
    text-transform: none;
    text-decoration: none;
    text-shadow: 0 0 11px #4D4D4D;
    background: transparent;

    /* change the values of top and left to adjust the position of the logo*/
    top: 51px; left: 14px;
}
#header h1#logo-text {
    position: absolute;
    margin: 0; padding: 0;
    font: bold 18px 'Trebuchet MS', Arial, Sans-serif;
    text-transform: none;
    text-shadow: 0 0 11px #4D4D4D;
    color: #4D4D4D;

    /* change the values of top and left to adjust the position of the logo*/
    top: 106px; left: 68px;
}

/* header links */
#header #header-links {
    position: absolute;
    color: #ff9911;
    font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
    top: 20px; right: 20px;
}
#header #header-links a {
    color: #ff9911;
    text-decoration: none;
}
#header #header-links a:hover {
    color: #848484;
}

/* Main Column */
#main {
    float: left;
    width: 555px;
    margin: 0;
    padding: 4px 0 0 0;
    display: inline;
  border-top: 8px solid #2B3947;
  border-right: 4px solid #2B3947;
  border-left: 4px solid #2B3947;
  border-radius: 4px;
}
#main h2 {
    font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
    padding: 0;
    margin-bottom: 0;
    color: #2666c3;
}
#main h2 a {
    color: #2666c3;
    text-decoration: none;
}

#main p, #main h1, #main h2, #main h3, #main ol, #main ul,
#main blockquote, #main table, #main form {
    margin: 0 5px;
}

/* Sidebar center */
#sidebar_center {
    float: center;
    width: 555px;
    margin: 0;
    padding: 20px 0 0 0;
    display: inline;
    margin-top: 1px;
}

/* Sidebar */
#sidebar {
    float: right;
    width: 195px;
    padding: 0; margin: 10px 0 0 0;
    color: #777;
}
#sidebar h2 {
    margin: 15px 5px 10px 5px;
    font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
    color: #555;
}
#sidebar p {
    margin-left: 5px;
}

#sidebar ul.sidemenu {
    list-style: none;
    text-align: left;
    margin: 7px 10px 8px 0; padding: 0;
    text-decoration: none;
    border-top: 1px solid #A9D4EF;
}
#sidebar ul.sidemenu li {
    list-style: none;
    padding: 4px 0 4px 5px;
    margin: 0 2px;
    color: #777;
    border-bottom: 1px solid #D2E8F7;
}
* html body #sidebar ul.sidemenu li {
    height: 1%;
}
#sidebar ul.sidemenu li a {
    text-decoration: none;
    color: #1773BC;
}
#sidebar ul.sidemenu li a:hover {
    color: #333;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* Footer */
#footer {
    color: #C6DDEE;
    background: #caced1 url(/themes/Music_City/style/images/box/footer.jpg) no-repeat center top;
    clear: both;
    max-width: 790px;
    height: 114px;
    text-align: center;
    font-size: 90%;
    padding-top: 44px;
}
#footer p {
    padding: 14px 0;
    margin: 0;
}
#footer a {
    color: #ff9911;
    text-decoration: none;
}
#footer a:hover {
    color: #4D4D4D;
    text-decoration: none;
}
#footer #copy {
    font: bolder 14px 'Trebuchet MS', Arial, Sans-serif;
    text-decoration: none;
    text-shadow: 0 0 14px #f90;
    color: #d4d4d4;
    margin-top: -14px;
    width : 34%;
}
#footer #author {
    float: right;
    padding-right: 8px;
    margin-top: -24px;
    font-size: 14px;
    font-family: 'Trebuchet MS', Bitter;
}

.body_center {
    padding: 0; margin: 0 20px 10px 13px;
    font-size: 100%;
    text-align: left;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.fix {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    overflow: hidden;
}
.clear { display:inline-block; }
.clear:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content: " ";
}

/* user styles */
#sidebar {
    padding: 4px 0 4px 5px;
    margin: 0 2px;
    border-bottom: 1px solid #D2E8F7;
}

.b {
    background: #141414 url(/themes/Music_City/style/images/classes/b.png) no-repeat right top;
    overflow: hidden;
    padding : 4px;
    padding-top : 8px;
    margin-top : 4px;
    margin-right : 4px;
    margin-bottom : 4px;
    margin-left : 4px;
  border-top: 4px solid #2B3947;
  border-bottom: 2px solid #2B3947;
  border-radius: 4px;
}

.form {
    padding: 5px 0 5px 0;
    background: #414141;
    border-left: 1px solid #2B3947;
  border-right: 1px solid #2B3947;
  border-top: 1px solid #2B3947;
  border-bottom: 1px solid #2B3947;
  border-radius: 4px;

}

.img {
    background-color: #fff;
    border: 1px solid #ccc;
    float: left;
    padding: 1px;
    margin : 1px 5px 1px 1px;
}

.imgright {
    float:right;
    margin : 5px;
}

hr {
    border : 1px dotted #ccc;
}

img {
    border : 0;
}

.note {
    color: #777;
    background: #eff5fb;
    border: 1px solid #81bef7;
    padding: 5px;
    margin : 5px;
    text-align: center;
    font-weight: bold;
}

.right {
    text-align: right;
    font-size: x-small;
    margin : 0 5px;

}

.info {
    color : #992a2a;
    background : #f2dddd;
    border: 1px solid #e3c0c0;
    padding: 3px;
}

.message {
    overflow: hidden;
    text-overflow: ellipsis;
}

.usmenu {
    background: #141414 url(/themes/Music_City/style/images/classes/b.png) no-repeat right;
    color: #888888;
    overflow: hidden;
    padding : 4px;
    padding-right : 64px;
    margin-top : 4px;
    margin-right : 4px;
    margin-bottom : 4px;
    margin-left : 4px;
  border-top: 4px solid #2B3947;
  border-bottom: 2px solid #2B3947;
  border-radius: 4px;
  float:right;
    top: 4px; right: 64px;
}

.end {
  background: url(/themes/Music_City/style/images/classes/footer.png) no-repeat center;
    overflow: hidden;
    padding : 44px;
    margin-top : 4px;
}