Skip to content

Instantly share code, notes, and snippets.

@958
Created July 22, 2024 09:39
Show Gist options
  • Save 958/c31149d51ec03a66888c3ffe99d96fc8 to your computer and use it in GitHub Desktop.
Save 958/c31149d51ec03a66888c3ffe99d96fc8 to your computer and use it in GitHub Desktop.
tablacus explorer user.css
/* 背景色 */
body {
  background-color: #3b3b3b;
}
input[type="text"]::selection, textarea::selection {
  background-color: #4a78a4;
}
.hoverbutton {
  border-radius: 4px;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}

.separator {
  border: none;
  height: auto;
  color: #666 !important;
}

/* スクロールバー */
/*
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  border-radius: 4px;
}
*/

/* メニュー調整 */
.menu, .activemenu, .hovermenu {
  vertical-align: middle;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.activemenu, .hovermenu {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  transition: background-color 0.2s linear
}

/* お気に入りバー */
#favoritesbar {
  background-color: #3b3b3b;
  border: none;
/*  padding-left: 4px;*/
}
#favoritesbar>div:not([id]) {
  background-color: #5b5b5b !important;
  border-color: #3b3b3b !important;
}
#favoritesbar .treespace {
  display: none;
}
#favoritesbar .button, #favoritesbar .hoverbutton {
  padding: 2px 4px;
  border: none;
}

/* タブプラス (addons\tabplus) 微調整 */
.tab, .tab2, .tab3, .activetab {
  margin: 0;
  padding: 0 6px;
  background: inherit;
  height: 2.3em;
}
#InnerLeft_3 #tabplus_3 .namecell>div {
  overflow: hiden;
  text-overflow: ellipsis;
}
.activetab {
  background: #191919 !important;
}
.tab0 {
  background-color: #3b3b3b;
  padding: 0;
}
table:not(.activecaption) .tab0:not(#tabgroups) {
  opacity: 0.5;
}
.tab, .tab2, .tab3, .activetab {
  border: 0;
}
.tab0 .hoverbutton {
  padding: 1px;
  border: none;
}
.tab0 .closecell {
  width: 0 !important;
}
.tab0 .closecell img {
  position: absolute;
  top: 3.5px;
  right: 4px;
  display: none;
  background: transparent;
  border-radius: 4px;
  z-index: 999;
}
.tab0 .closecell img:hover {
  background-color: #6b6b6b;
  transition: background-color 0.2s linear
}
.tab0 li.tab:hover, .tab0 li.tab2:hover, .tab0 li.tab3:hover {
  background-color: #4f4f4f !important;
  box-shadow: none !important;
}
.tab0 li:hover .closecell img  {
  display: block;
}
.tab0 table {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.tab0 {
  padding: 0 4px;
  scrollbar-track-color: #3b3b3b;
  scrollbar-shadow-color: #3b3b3b;
  scrollbar-gutter: auto;
  scrollbar-width: thin;
  scrollbar-color: #959595 #3b3b3b;
  overflow: hidden !important;
}
.sidebar .tab0:hover {
  overflow: auto ! important;
}
.tab, .tab2, .tab3, .activetab {
  margin: 2px 0;
  height: 1.8em;
  line-height: 1.6em !important;
}

.tab, .tab2, .tab3, .activetab {
  overflow: hidden;
  border-radius: 4px;
}
.activetab {
  background-color: #4d4d4d !important;
  box-shadow: 0px 3px 8px #1c1c1c;
}
.sidebar .tab0>li div {
  position: relative;
  text-overflow: ellipsis;
}
.sidebar .tab::before, .sidebar .tab2::before {
  content: "";
  position: absolute;
  border-style: none;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 2.3em;
  background: linear-gradient(to left, rgba(59,59,59,100) 8px, rgba(59,59,59,0) 24px);   
}
.sidebar .activetab::before {
  content: "";
  position: absolute;
  border-style: none;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 2.3em;
  background: linear-gradient(to left, rgba(77,77,77,100) 8px, rgba(77,77,77,0) 24px);   
}
.sidebar .tab:not(.locked):hover::before,
.sidebar .tab2:not(.locked):hover::before,
.sidebar .activetab:not(.locked):hover::before {
  background: linear-gradient(to left, rgba(79,79,79,100) 20px, rgba(79,79,79,0) 36px) !important;
}
.sidebar .tab.locked:hover::before,
.sidebar .tab2.locked:hover::before,
.sidebar .activetab.locked:hover::before {
  background: linear-gradient(to left, rgba(79,79,79,100) 8px, rgba(79,79,79,0) 24px) !important;
}
.sidebar .tab3 {
  position: relative;
  overflow: visible;
  margin-top: 8px;
  margin-bottom: 1.5em;
}
.sidebar .tab3::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #5b5b5b;
  border-radius: 0;
  top: -4px;
  left: 0;
}
/* タブグループ */
#tabgroups {
  display: inline;
}
#tabgroups .tab, #tabgroups .tab2, #tabgroups .tab3, #tabgroups .activetab {
  position: relative;
  line-height: 2.4em !important;
  height: 27px;
  margin: 0;
  margin-top: 2px;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: visible;
}
#tabgroups .tab:hover, #tabgroups .tab2:hover, #tabgroups .tab3:hover {
  background-color: #39688d !important;
}
#tabgroups .activetab {
/*  background-color: #39688d !important; */
  box-shadow: 0px 3px 8px #09385d;
  background-color: #3b3b3b !important;
}
#tabgroups .activetab:before,
#tabgroups .activetab:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 12px;
  z-index: -1;
}
#tabgroups .activetab:before {
  left: 1px;
  background-image: radial-gradient(
    farthest-side at top right,
    transparent 100%,
    #3b3b3b 100%
  );
  transform: scale(-1, 1);
  transform-origin: left;
}
#tabgroups .activetab:after {
  right: 1px;
  background-image: radial-gradient(
    farthest-side at top left,
    transparent 100%,
    #3b3b3b 100%
  );
  transform: scale(-1, 1);
  transform-origin: right;
}

/* ツールバーが狭いので広げる */
.toolbar1 .button, .toolbar3 .button, .toolbar1 .hoverbutton, .toolbar3 .hoverbutton  {
  margin: 2px;
  padding: 4px;
}
.toolbar1 .hoverbutton, .toolbar2 .hoverbutton, .toolbar3 .hoverbutton {
  border: none;
}
.toolbar1, .toolbar2, .toolbar3 {
  padding: 1px 2px;
}
#BottomBar3Right .button, #BottomBar3Right .hoverbutton {
  margin: 0 2px;
  padding: 2px 4px;
  border-radius: 0;
}

/* アドレスバー・フィルタバー調整 */
.breadcrumb .hoverbutton {
  padding: 1px;
}
.breadcrumb {
  background-color: #2b2b2b;
  border-radius: 4px;
}
input[type="text"], input[type="number"], input[type="search"] {
  border: none;
  outline: none;
  padding: 4px 8px;
  background-color: #2b2b2b;
  border-radius: 4px;
}
input[type="text"]:active {
  border: none;
}
#addressbar {
  padding-left: 28px !important;
  padding-right: 4px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
#addr_img {
  padding: 4px;
  top: 0px !important;
  height: 24px !important;
  width: 24px !important;
}
#addressbarselect {
  display: none;
}
#breadcrumbbuttons {
  left: 8px !important;
  line-height: 18px;
  margin: auto !important;
}
#breadcrumbbuttons .button ,#breadcrumbbuttons .hoverbutton {
  padding: 4px 2px;
}
#ButtonFilter {
  opacity: 0.5;
  left: -22px !important;
}
#ButtonFilter:hover {
  opacity: 1;
  transition: opacity 0.2s linear
}
input[name="filter"] {
  margin-right: 2px;
}
#ButtonFilterClear {
  top: -0px !important;
  left: -40px !important;
}

/* 縦ツールバー */
#RightBar2 {
  display: flex !important;
  justify-content: space-between;
}
.sidebar #_sidetoolbar {
/*  border-left: 1px solid #5b5b5b;*/
  width: 50px !important;
}
.sidebar #_sidetoolbar .button, .sidebar #_sidetoolbar .hoverbutton {
  margin: 2px;
  padding: 4px;
  line-height: 1em;
  border: none;
}

#BottomBar3Left, #BottomBar3Center, #BottomBar3Right {
  line-height: 1em;
}

#ToolBar1Right .button, #ToolBar1Right .hoverbutton {
  border-radius: 0;
  margin: 0;
  padding: 6px 16px;
}
#ToolBar1Right, #ToolBar1Center, #ToolBar1Left {
  padding: 0;
}
#ToolBar1Right .hoverbutton {
  background-color: #39688d;
}
#ToolBar1Right .hoverbutton[onclick="Addons.CloseButton.Exec()"] {
  background-color: #e81123;
}
#ToolBar1Right, #ToolBar1Center, #ToolBar1Left, #tabgroups {
  background-color: #225780;
}
#grabbar {
  color: #225780;
}

/* ステータスバー */
#Background>span {
  background-color: #373737;
  position: absolute;
  bottom: 2px;
  left: 4px;
  z-index: 100;
  padding-let:1em;
}
#bottombar {
  height: 4px;
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment