github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/templates/guilds_css.html (about)

     1  <style>
     2  .miniMenu {
     3  	min-height: 41px;
     4  	border-top: 1px solid rgba(255,255,255,0.5);
     5  	background-color: rgba(255,255,255,0.5);
     6  	position: relative;
     7  	top: 0px;
     8  	z-index: 0;
     9  	padding-top: 3px;
    10  }
    11  .menuItem:first-child {
    12  	margin-left: 5px;
    13  }
    14  .menuItem {
    15  	float: left;
    16  	min-height: 38px;
    17  	padding: 10px;
    18  	border-right: 1px solid rgba(204,204,204,0.9);
    19  	background-color: rgba(255,255,255,0.9);
    20  	margin-right: 5px;
    21  	max-height: 30px;
    22  	box-shadow: 0 7px 15px rgba(0,0,0,0.1);
    23  	border-top: white;
    24  	border-left: white;
    25  	position: relative;
    26  	top: 2px;
    27  }
    28  .menuItem:hover {
    29  	top: 4px;
    30  }
    31  .menuItem a {
    32  	color: black;
    33  	text-decoration: none;
    34  }
    35  .rightMenu {
    36  	float: right;
    37  	border-right: none;
    38  	border-left: 1px solid #ccc;
    39  }
    40  .sgBackdrop {
    41  	background-image: url('/uploads/socialgroup_1.jpg');
    42  	min-height: 150px;
    43  	width: 100%;
    44  	border: 1px solid #ccc;
    45  	padding-top: calc(150px - 38px);
    46  	border-bottom: none;
    47  }
    48  </style>