This commit is contained in:
shim
2023-04-17 11:06:08 +09:00
parent d0b393aa97
commit 76264e09ad
4686 changed files with 552713 additions and 0 deletions

View File

@@ -0,0 +1,92 @@
#rb_admin_top {
display: none;
}
.tab-content {
}
.rb-module-list {
padding: 15px 0;
margin: 0 auto
}
.rb-module-list span a {
color: #555 ;
text-shadow: 0 1px 2px #222;
position: relative;
font-family: 'Open Sans', sans-serif;
text-align: center;
}
.rb-module-list span a:hover,
.rb-module-list span a:focus{
color: #333 ;
}
.rb-module-list li {
padding: 0 !important;
vertical-align: top;
}
.rb-box {
position: relative;
background-color: #666;
border-radius: 6px;
text-align: center;
padding: 8px;
margin: 4px;
width: 70px;