Просмотр файла rdesign/css/style.css

Размер файла: 11.19Kb
@import url("https://fonts.googleapis.com/css?family=Caveat:700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Seymour+One&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Pattaya&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic,cyrillic-ext");
body {
  background: #eeeeee;
  margin: 0;
  padding: 0; }

.wrapp {
  max-width: 1600px;
  min-width: 100%;
  background: white;
  margin: 0;
  padding: 0; }

.header {
  background-image: linear-gradient(#3a404f, #396170);
  /*background-image: linear-gradient(#1c8ef4,#279aff);background-image: linear-gradient(#3a404f,grey);*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 3px solid limegreen; }

.logos {
  float: left;
  margin: 0;
  padding: 25px;
  padding-left: 25px; }
  .logos a {
    font-family: "Seymour One", sans-serif;
    font-size: 30px;
    color: white;
    text-decoration: none; }
    .logos a:hover {
      color: limegreen;
      transition: 0.2s; }
  .logos span {
    display: block;
    color: white;
    font-style: italic;
    font-weight: bold;
    font-size: 13px; }

.menus {
  float: right;
  margin: 0;
  padding: 30px; }
  .menus ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .menus li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .menus a {
    display: block;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-family: "Pattaya", sans-serif;
    letter-spacing: 3px;
    padding: 15px;
    margin: 0; }
    .menus a:hover {
      transform: scale(1.2);
      background: green;
      transition: 1s;
      border-radius: 50px;
      box-shadow: 0 0 3px limegreen; }

.reg {
  background: white;
  margin: 0;
  text-align: center;
  padding: 15px;
  color: white; }
  .reg a {
    width: 20%;
    text-align: center;
    display: inline-block;
    background: limegreen;
    color: white;
    padding: 10px;
    margin: -2px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5%; }
    .reg a:hover {
      transform: scale(1.1);
      transition: 1s;
      background: green; }

h1 {
  margin: 0;
  padding: 0;
  font-size: 22px; }

.contwrapp {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex; }

.nmm {
  position: absolute; }
  .nmm .top {
    position: fixed;
    right: 5%;
    bottom: 5%;
    border-radius: 50%;
    padding: 10px;
    background-image: url(../images/Alarm-Arrow-Up-icon.png);
    background-size: 60px 60px;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    opacity: 0.5; }
    .nmm .top:hover {
      border-radius: 50%;
      padding: 10px;
      background-image: url(../images/Alarm-Arrow-Up-icon.png);
      background-size: 100px 100px;
      transition: 0.5s;
      width: 100px;
      height: 100px;
      background-position: center;
      background-repeat: no-repeat;
      color: white;
      opacity: 1; }

.content {
  background: white;
  order: 1;
  flex-basis: 70%;
  margin: 5px;
  padding: 15px; }
  .content .b {
    background-image: linear-gradient(#3a404f, #396170);
    padding: 10px;
    overflow: hidden;
    border-bottom: 2px solid limegreen;
    border-radius: 5px;
    font-weight: bold;
    font-style: italic;
    color: #eeeeee;
    box-shadow: inset 0 0 2px grey;
    margin-bottom: 2px; }
    .content .b .img {
      float: left;
      margin-right: 10px; }
    .content .b a {
      color: #eeeeee;
      background: none; }
      .content .b a:hover {
        color: white;
        background: none; }
    .content .b .fa-lg {
      color: #eeeeee;
      margin: 5px; }
  .content a {
    color: darkslategrey;
    display: inline-block;
    margin: 3px;
    padding: 5px;
    border-radius: 5px; }
    .content a:hover {
      background: limegreen;
      color: white;
      text-decoration: none; }
  .content .pull-right .btn {
    padding: 5px;
    margin: 0; }
  .content .fa-folder-open {
    color: limegreen;
    padding: 5px; }
  .content .fa-star-o {
    color: limegreen; }
  .content .fa-lg {
    color: #eeeeee; }
  .content caption {
    text-align: center; }
  .content table {
    width: 100%;
    background: #eeeeee; }
    .content table thead {
      background: #3a404f;
      color: white; }
      .content table thead th {
        padding: 10px;
        text-align: center;
         }
    .content table td {
      border: 1px solid lightgrey;
      text-align: center;
      background: white;
      padding: 10px; }
    .content table td:nth-child(odd) {
      background: #eeeeee; }
  .content .alert-info {
    background: #eeeeee;
    color: dimgray;
    border: 0; }
    .content .alert-info b {
      color: green;
      font-style: italic;
      font-weight: bold; }
  .content .alert-warning {
    background: #eeeeee;
    border: 0;
    color: palevioletred; }
    .content .alert-warning b {
      color: grey; }
  .content .col-md-pull-6 {
    font-weight: 300;
    font-style: normal;
    color: dimgrey; }
    .content .col-md-pull-6 a {
      display: inline-block;
      padding: 0;
      color: green; }
    .content .col-md-pull-6 b {
      color: dodgerblue; }
    .content .col-md-pull-6 .fa-lg {
      color: limegreen; }
  .content .alert-success {
    background-image: linear-gradient(#3a404f, #396170);
    color: white;
    font-style: italic;
    font-weight: bold; }
    .content .alert-success a {
      color: steelblue; }
      .content .alert-success a:hover {
        background: white;
        color: steelblue; }
  .content .post {
    background: #eeeeee;
    padding: 10px; }
    .content .post .b {
      overflow: hidden;
      padding: 15px; }
      .content .post .b a {
        color: aliceblue;
        margin: 0;
        padding: 0; }
    .content .post .img {
      float: left;
      margin-right: 10px; }
      .content .post .img img {
        border-radius: 25px; }
      .content .post .img:hover {
        box-shadow: 0 0 10px white;
        border-radius: 25px;
        transition: 0.2s; }
    .content .post .message {
      background: white;
      padding: 15px;
      font-family: "Open Sans", sans-serif;
      margin: 5px;
      margin-top: 15px; }
    .content .post .data {
      font-size: 12px;
      color: limegreen; }
  .content .form {
    max-width: 100%;
    background: #eeeeee;
    margin: 0;
    padding: 15px; }
  .content form {
    background: #eeeeee;
    padding: 15px;
    margin: 0; }
    .content form a {
      color: limegreen;
      margin: 0; }
      .content form a:hover {
        background: none;
        color: grey; }
    .content form .form-control {
      padding: 15px;
      margin-top: 10px;
      background: white;
      border: 0;
      box-shadow: 0 0 5px limegreen; }
    .content form #inputForum {
      color: grey;
      font-weight: bold;
      padding: 5px; }
    .content form textarea {
      width: 100%;
      border: 1px solid limegreen;
      border-radius: 5px;
      padding: 5px; }
  .content .btn, .content input[type="submit"] {
    display: block;
    padding: 15px;
    margin: 5px;
    background: limegreen;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    border: 0; }
    .content .btn:hover, .content input[type="submit"]:hover {
      background: green;
      transform: scale(1.1);
      transition: 1s;
      box-shadow: 0  0 3px white; }

.sidebar {
  background: white;
  position: relative;
  order: 2;
  flex-basis: 30%;
  margin: 5px; }
  .sidebar .dom {
    position: absolute;
    top: -10px;
    left: -10px;
    background-image: url(../images/1.png);
    background-size: 70px 70px;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    transform: rotate(-15deg); }
    .sidebar .dom:hover {
      transform: rotate(1450deg);
      transition: 3s; }
  .sidebar .recent {
    padding: 10px; }
    .sidebar .recent .b {
      background-image: linear-gradient(#3a404f, #396170);
      border-bottom: 2px solid limegreen;
      padding: 15px;
      border-radius: 5px;
      font-weight: bold;
      font-style: italic;
      color: #eeeeee;
      box-shadow: inset 0 0 2px grey;
      margin-bottom: 2px; }
      .sidebar .recent .b .fa-lg {
        color: #eeeeee;
        margin: 5px;
        padding: 0;
        animation: my 3s; }
@keyframes my {
  25% {
    color: green; }
  50% {
    color: lawngreen; }
  100% {
    color: limegreen;
    transform: rotate(2200deg); } }
    .sidebar .recent a {
      color: darkslategrey;
      padding: 5px; }
      .sidebar .recent a:hover {
        color: limegreen;
        text-decoration: none; }
    .sidebar .recent .fa-lg {
      color: #eeeeee;
      padding: 5px; }
    .sidebar .recent img {
      border-radius: 50%;
      margin: 2px;
      opacity: 0.7; }
      .sidebar .recent img:hover {
        opacity: 1;
        transform: scale(1.1);
        transition: 1s; }

.footer {
  background-image: linear-gradient(grey, #3a404f);
  padding: 0;
  display: block;
  border-top: 3px solid limegreen; }
  .footer .bler {
    text-align: center;
    padding: 15px; }
    .footer .bler a {
      width: 40%;
      opacity: 0.6;
      display: inline-block;
      padding: 10px;
      margin: 10px;
      color: dimgray;
      background: white; }
      .footer .bler a:hover {
        background: limegreen;
        color: white;
        opacity: 1;
        transition: 0.2s;
        text-decoration: none; }
  .footer .counter {
    display: block;
    padding: 5px;
    margin: 5px;
    text-align: center; }
    .footer .counter a {
      display: inline-block;
      opacity: 0.5; }
      .footer .counter a:hover {
        opacity: 1; }
  .footer .perfomance {
    flex-basis: 100%;
    padding: 5px;
    text-align: center; }
    .footer .perfomance ul {
      background: dimgrey;
      color: greenyellow;
      text-align: center;
      text-shadow: 1px 0 1px white;
      border: 0; }

@media (max-width: 768px) {
  .logos {
    text-align: center;
    float: none; }

  .logos span {
    background: none; }

  .menus {
    display: none; }

  .reg {
    text-align: center; }
    .reg a {
      width: auto; }

  .content {
    flex-basis: 100%;
    margin: 0;
    padding: 10px; }

  .sidebar {
    display: none; }

  .nmm .top {
    position: fixed;
    right: 5%;
    bottom: 5%;
    border-radius: 50%;
    padding: 10px;
    background-image: url(../images/Alarm-Arrow-Up-icon.png);
    background-size: 60px 60px;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    opacity: 0.5; }
    .nmm .top:hover {
      border-radius: 50%;
      padding: 10px;
      background-image: url(../images/Alarm-Arrow-Up-icon.png);
      background-size: 60px 60px;
      width: 70px;
      height: 70px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 1; } }

/*# sourceMappingURL=style.css.map */