Skip to content

FreeCad Dark by BamaBraves by bamabraves

Screenshot of FreeCad Dark by BamaBraves

Details

Authorbamabraves

LicenseNo License

Categoryhttps://wiki.freecad.org/Main_Page

Created

Updated

Size20 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         FreeCad Dark by BamaBraves
@version      20220320.13.09
@namespace    userstyles.world/user/bamabraves
@description  Dark
@author       bamabraves
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://wiki.freecadweb.org"), domain("freecad.org"), domain("forum.freecadweb.org") {
/* Scrollbar Settings */

 ::-webkit-scrollbar {
 	/* Width */
 	width: 1.2em!important;
 }

 /* Color of handle ___________________________________________________________________________*/

 ::-webkit-scrollbar-thumb {
 	background: #580303!important;
 	background-image: linear-gradient(to right, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
 	border-radius: 22px!important;
 	border: 1px solid rgba(0, 0, 0, .25)!important;
 }

 ::-webkit-scrollbar-thumb:hover {
 	background: #580303!important;
 	background-image: linear-gradient(to left, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
 	border-radius: 22px!important;
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
 }

 /* Color of Track ______________________________________________________________________________*/

 ::-webkit-scrollbar-track {
 	background: #170000!important;
 	box-shadow: inset 8px 0 13px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
 	border: 1px solid rgba(0, 0, 0, .25)!important;
 }

 /* Color of handles at top and bottom ___________________________________________________________*/

 ::-webkit-scrollbar-button {
 	background: #4c0707!important;
 	box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important;
 }

 ::-webkit-scrollbar-button:hover {
 	border-radius: 22px!important;
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
 }

 /* Color of the bottom corner of the scrollable element, where two scrollbar meet. ______________*/

::-webkit-scrollbar-corner
 {
 	background: #530205!important;
 	box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important;
 }

::-webkit-scrollbar-corner:hover
 {
 	border-radius: 22px!important;
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
 }

}

@-moz-document url-prefix("https://wiki.freecadweb.org"), domain("freecad.org"), domain("forum.freecadweb.org") {
/* Site Settings */

* {
	letter-spacing: 1px!important;
	text-decoration: none!important;
}

selector
{
	text-transform: capitalize!important;
}

#pagehistory li.selected,
.NavContent.mw-collapsible-content,
.NavHead.mw-collapsible.mw-collapsed.mw-made-collapsible,
.button,
.docnav,
.postlink,
.search-header,
:focus,
blockquote,
code,
pre
{
	border: none!important;
	box-shadow: none!important;
	outline: none!important;
}

.toc {
    z-index: 9999999999!important;
}

/*___ Fonts ________________________________________________________________________*/

#mw-panel .portal h3,
ul.topiclist dt a
{
	font-size: 25px!important;
}

.postbody .content,
.mw-body-content,
body,
ul.topiclist dt
{
	font-size: 21px!important;
}

#mw-panel .portal .body li
{
	font-size: 19px!important;
}

dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info,
dd.posts, dd.topics, dd.views, dd.extra, dd.mark
{
	font-size: 17px!important;
}

[style="font-size:x-small;"],
[style="font-size:x-small;color:blue;"]
{
	font-size: 15px!important;
}

selector
{
	line-height: 28px!important;
}

selector
{
	line-height: 25px!important;
}

/*___ Remove Items _________________________________________________________________*/

selector
{
	left: -9999px!important;
	position: absolute!important;
	top: -9999px!important;
}

/*___ Left/Right/Top/Bottom ________________________________________________________*/

#footer,
#left-navigation,
#mw-data-after-content,
#mw-head-base,
.mw-body
{
    margin-left: 21em;
}

/*___ Margins ______________________________________________________________________*/

#mw-panel,
pre
{
	margin: 12px!important;
}

selector
{
	margin: 3px 6px!important;
}

x.mw-body-content p {
    margin: 0.5em 38rem 0 35px!important;
}

/*___ Paddings _____________________________________________________________________*/

#pagehistory li.selected,
.attachbox,
.codebox,
.forabg,
.post,
.toccolours,
blockquote,
pre
{
	padding: 12px!important;
}

selector
{
	padding: 3px 6px!important;
}

/*___ Heights ______________________________________________________________________*/

selector
{
	max-height: none!important;
}

selector
{
	height: auto!important;
}

/*___ Widths _______________________________________________________________________*/

.wrap
{
	max-width: none!important;
}

selector
{
	width: auto!important;
}

.wrap
{
	width: 98%!important;
}

#mw-panel {
    width: 10%!important;
}





}

@-moz-document url-prefix("https://wiki.freecadweb.org"), domain("freecad.org"), domain("forum.freecadweb.org") {
/* Font Settings */

a[href]
{
	color: #0ff!important;
	text-shadow: 1px 1px #000!important;
}

a[href]:visited
{
	color: #fc79fc!important;
	text-shadow: 1px 1px #000!important;
}

/*__________________________________________________________________________________*/

.mi,
.tocnumber,
a[href]:hover,
dd.posts, dd.topics, dd.views, dd.extra, dd.mark,
h1,
input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label
 {
	color: #ff0!important;
}

/*__________________________________________________________________________________*/

#itsfree,
.content,
.mw-body,
.mw-code,
.parsoid-body,
.wikitable,
body,
li,
p,
pre
 {
	color: #fff!important;
}

/*___ Khaki ________________________________________________________________________*/

.postbody,
.wikitable > tr > th, .wikitable > * > tr > th,
h1,
h2,
th
 {
	color: #F0E890!important;
}

/*___ Burlywood ____________________________________________________________________*/

.text-strong,
[style="color: #fdfdfd; background-color: #909090; font-size: 112%; font-weight: bold; margin-bottom: .3em; padding: 0px 10px 1px 10px; page-break-after: avoid;"],
h3,
h4
 {
	color: #e0b880!important;
}

/*___ Sandy Brown __________________________________________________________________*/

.postprofile strong,
.docnav,
.mw-pt-languages-label,
b,
h5,
h6,
label
 {
	color: #F0A060!important;
}

/*___ Blue _________________________________________________________________________*/

.profile-joined,
blockquote cite > span,
dd.time,
time
 {
	color: #07beff!important;
}

/*___ Green ________________________________________________________________________*/

selector
 {
	color: #07ff24!important;
}

/*___ Red __________________________________________________________________________*/

selector
 {
	color: #ff0707!important;
}

/*__________________________________________________________________________________*/

input,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea
{
	background-color: #5d1b1b!important;
	border-radius: 22px!important;
	color: #fff!important;
	padding-left: 12px!important;
}

/*__________________________________________________________________________________*/

::selection
{
	background: #ff9!important;
	color: #000!important;
}

pre ::selection
{
	background: #ff9!important;
	color: #fff!important;
}

::placeholder
{
	color: #f48f8f!important;
	opacity: 1;
}

/*___ Misc _________________________________________________________________________*/

.mw-highlight .bp {
  color: #ff6027;
}
.mw-highlight .sd,
.mw-highlight .c1 {
  color: #b3b3b3;
}
.mw-highlight .fm {
  color: #009dff;
}
.mw-plusminus-pos,
.mw-highlight .k {
  color: #0f0;
}
.mw-highlight .kn {
    color: #dfbcff;
}
.mw-highlight .mf,
.mw-highlight .mh {
  color: #faff15;
}
.mw-highlight .nb,
[style="font-weight:bold; font-family:monospace, Consolas, Courier New, Courier;"] {
  color: #f4cd8f;
}
.mw-highlight .nc {
  color: #f0a;
}
.mw-highlight .nf {
  color: #ff006a;
}
.mw-highlight .nn {
  color: #00fffb;
}
.mw-highlight .s2 {
  color: #dfff99;
}
.o {
  color: #af0 !important;
}
[style="font-size:x-small;color:blue;"] {
  color: #ff6cbe !important;
}
a.mw-selflink,
code {
  color: #dfff99 !important;
}
i {
  color: #00b3ff !important;
}

.mw-plusminus-neg {
    color: #f00;
}
















}

@-moz-document url-prefix("https://wiki.freecadweb.org"), domain("freecad.org"), domain("forum.freecadweb.org") {
/* Background Settings */

body,
html {
	background: url(https://image.ibb.co/hVmiOe/wallpaper_with_black_background_45_free_wallpaper.jpg)no-repeat!important;
	background-attachment: fixed!important;
	background-size: 100%!important;
}

.button,
.vectorTabs li,
ul.forums
{
	background-image: none;
}

/*___ Background Gray ______________________________________________________________*/

#mw-page-base
{
	background: #060505!important;
	background-color: #060505!important;
}

li.row
{
    background-color: #1a1a1a!important;
}

/*___ Background 0000 ______________________________________________________________*/

[style="font-weight:bold; background: #F7F7F7; border: 1px solid #888888; padding: 0px 5px 1px 5px;"],
td,
th,
tr
{
	background: #0000!important;
}

/*___ Background-color 0000 ________________________________________________________*/

.button,
ul.forums,
.NavContent.mw-collapsible-content,
.NavHead.mw-collapsible.mw-collapsed.mw-made-collapsible,
.catlinks,
.docnav,
.mw-pt-languages,
.mw-pt-languages-label,
.toccolours,
.wikitable
{
	background-color: #0000!important;
}

/*__ Blue __________________________________________________________________________*/

selector
{
	background-image: linear-gradient(to bottom right, #043dda, #000)!important;
	border-radius: 22px!important;
	border: none!important;
	box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
	color: #fff!important;
...

Reviews

No reviews yet.