github.com/wanliu/go-oauth2-server@v0.0.0-20180817021415-f928fa1580df/public/styles/inside.css (about)

     1  /* Sticky footer styles
     2  -------------------------------------------------- */
     3  html {
     4    position: relative;
     5    min-height: 100%;
     6  }
     7  body {
     8    /* Margin bottom by footer height */
     9    margin-bottom: 60px;
    10    background: #F1F3FA;
    11  }
    12  
    13  .footer {
    14    position: absolute;
    15    bottom: 0;
    16    width: 100%;
    17    /* Set the fixed height of the footer here */
    18    height: 60px;
    19    background-color: #f5f5f5;
    20  }
    21  
    22  
    23  /* Custom page CSS
    24  -------------------------------------------------- */
    25  /* Not required for template or sticky footer method. */
    26  
    27  body > .container {
    28    padding: 60px 15px 0;
    29  }
    30  .container .text-muted {
    31    margin: 20px 0;
    32  }
    33  
    34  .footer > .container {
    35    padding-right: 15px;
    36    padding-left: 15px;
    37  }
    38  
    39  code {
    40    font-size: 80%;
    41  }
    42  
    43  
    44  
    45  /* Profile container */
    46  .profile {
    47    margin: 20px -15px;
    48  }
    49  
    50  /* Profile sidebar */
    51  .profile-sidebar {
    52    padding: 20px 0 10px 0;
    53    background: #fff;
    54  }
    55  
    56  .profile-userpic img {
    57    float: none;
    58    margin: 0 auto;
    59    width: 50%;
    60    height: 50%;
    61    -webkit-border-radius: 50% !important;
    62    -moz-border-radius: 50% !important;
    63    border-radius: 50% !important;
    64  }
    65  
    66  .profile-usertitle {
    67    text-align: center;
    68    margin-top: 20px;
    69  }
    70  
    71  .profile-usertitle-name {
    72    color: #5a7391;
    73    font-size: 16px;
    74    font-weight: 600;
    75    margin-bottom: 7px;
    76  }
    77  
    78  .profile-usertitle-job {
    79    text-transform: uppercase;
    80    color: #5b9bd1;
    81    font-size: 12px;
    82    font-weight: 600;
    83    margin-bottom: 15px;
    84  }
    85  
    86  .profile-userbuttons {
    87    text-align: center;
    88    margin-top: 10px;
    89  }
    90  
    91  .profile-userbuttons .btn {
    92    text-transform: uppercase;
    93    font-size: 11px;
    94    font-weight: 600;
    95    padding: 6px 15px;
    96    margin-right: 5px;
    97  }
    98  
    99  .profile-userbuttons .btn:last-child {
   100    margin-right: 0px;
   101  }
   102      
   103  .profile-usermenu {
   104    margin-top: 30px;
   105  }
   106  
   107  .profile-usermenu ul li {
   108    border-bottom: 1px solid #f0f4f7;
   109  }
   110  
   111  .profile-usermenu ul li:last-child {
   112    border-bottom: none;
   113  }
   114  
   115  .profile-usermenu ul li a {
   116    color: #93a3b5;
   117    font-size: 14px;
   118    font-weight: 400;
   119  }
   120  
   121  .profile-usermenu ul li a i {
   122    margin-right: 8px;
   123    font-size: 14px;
   124  }
   125  
   126  .profile-usermenu ul li a:hover {
   127    background-color: #fafcfd;
   128    color: #5b9bd1;
   129  }
   130  
   131  .profile-usermenu ul li.active {
   132    border-bottom: none;
   133  }
   134  
   135  .profile-usermenu ul li.active a {
   136    color: #5b9bd1;
   137    background-color: #f6f9fb;
   138    border-left: 2px solid #5b9bd1;
   139    margin-left: -2px;
   140  }
   141  
   142  /* Profile Content */
   143  .profile-content {
   144    padding: 20px;
   145    background: #fff;
   146    min-height: 460px;
   147  }
   148  
   149  .avatar.form-control-file {
   150      width: 0.1px;
   151      height: 0.1px;
   152      opacity: 0;
   153      overflow: hidden;
   154      position: absolute;
   155      z-index: -1;
   156  }
   157  
   158  .form-control-file + label {
   159      color: #f1e5e6;
   160      background-color: #d3394c;
   161  }
   162  
   163  .form-control-file + label {
   164      max-width: 80%;
   165      font-size: 1.25rem;
   166      font-weight: 700;
   167      text-overflow: ellipsis;
   168      white-space: nowrap;
   169      cursor: pointer;
   170      display: inline-block;
   171      overflow: hidden;
   172      padding: 0.625rem 1.25rem;
   173  }
   174  
   175  .form-control-file + label svg {
   176      width: 1em;
   177      height: 1em;
   178      vertical-align: middle;
   179      fill: currentColor;
   180      margin-top: -0.25em;
   181      margin-right: 0.25em;
   182  }