ميدياويكي:Gadget-scribe.css

من كوبتيكبيديا
اذهب إلى التنقل اذهب إلى البحث

ملاحظة: بعد النشر، أنت قد تحتاج إلى إفراغ الكاش الخاص بمتصفحك لرؤية التغييرات.

  • فايرفوكس / سافاري: أمسك Shift أثناء ضغط Reload، أو اضغط على إما Ctrl-F5 أو Ctrl-R (⌘-R على ماك)
  • جوجل كروم: اضغط Ctrl-Shift-R (⌘-Shift-R على ماك)
  • إنترنت إكسبلورر/إيدج: أمسك Ctrl أثناء ضغط Refresh، أو اضغط Ctrl-F5
  • أوبرا: اضغط Ctrl-F5.
.ve-scribe-ref-box {
	height: auto;
	background-color: white;
	padding-top: 21px;
	padding-bottom: 10px;
	width: 94%;
	position: relative;
	margin-bottom: 0.5px;
	text-align: right;
	display: grid;
}

.tags-container{
	overflow: auto;
    display: inline-flex;
    margin-right: inherit;
}

.ve-scribe-ref-title {
	font-size: 12px;
	margin-right: 5px;
	margin-top: -12px;
	margin-bottom: 7px;
	height: 1em;
	line-height: 1em;
	font-weight: bold;
	white-space: pre-wrap;
	overflow: hidden;
}

.ve-scribe-ref-link {
	margin-top: 5px;
	margin-right: 5px;
	overflow: hidden;
	line-height: 2em;
text-align:left;
}

.ve-scribe-ref-text {
	text-overflow: auto;
	text-overflow: ellipsis;
	margin-bottom: -4px;
	height: auto;
	font-size: inherit;
	line-height: 1.5em;
	white-space: pre-wrap;
	overflow: hidden;
	padding-right: 6px;
}

#ve-scribe-choose-ref {
	text-transform: uppercase;
	margin-top: 6px;
	color: #1c5eb0;
	margin-right: 45%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
background: inherit;
    padding: 1em;
}


/*STYLING FOR THE SLIDER */
.slideshow-container {
	position: relative;
	height: auto;
	background-color: #e6e9ee;
	width: 100%;
	margin-top: 29px;
}

.ve-scribe-slider-text {
	font-size: 15px;
	padding: 8px 12px;
	bottom: 8px;
	width: inherit;
	text-align: center;
	margin-right: 5%;
}

#ve-scribe-cancel-ref-suggest {
float: left;
    font-weight: bold;
    position: absolute;
    left: 0;
height: 2em;
}

#ve-scribe-cancel-ref-suggest:hover {
	text-decoration: none;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	width: auto;
	padding: 16px;
	color: black;
	font-weight: bold;
	font-size: 20px;
	border-radius: 3px 0 0 3px;
	user-select: none;
	z-index: 1;
line-height: 4em;
}

.prev:hover, .next:hover {
    text-decoration: none;
}

/* Position the "next button" to the right */
.next {
	left: 0;
	border-radius: 0 3px 3px 0;
}

.active,
.dot:hover {
	background-color: #717171;
}

#ve-scribe-sm-header{
    background-color: #eaecf0;
	text-align: center;
	display: inline-grid;
	padding-right: 5px;
	padding-top: 10px;
	height: inherit;
}

.tags {
    list-style: none;
	float: right;
	margin-right: 2px;
	margin-top: 4px;
}

.tags li {
    float: right;
    
}

a.tag{
	text-decoration: none;
}

a.tag:hover {
	text-decoration: none;
}

a.tag:visited {
	color: black;
}

.tag {
    background-color: #c8ccd1;
    border-radius: 10px;
    display: inline-block;
    height: 26px;
    color: black;
    line-height: 26px;
    padding: 0 20px 1px 20px;
    position: relative;
    text-decoration: none;
	margin: 10px 0 10px 10px;
	width: max-content;
}

.ve-scribe-sm-suggest-text{
	font-weight: bold;
	padding: 2px;
	color: black;
}

#ve-scribe-sm-idea-label{
	text-align: right;
}

#ve-scribe-header-tip-icon{
	float: right;
	margin-top: 24px;
	margin-top: -5px;
	position: relative;
}

.editing-tip{
	padding-bottom: 5px;
	border-radius: 6px;
	padding-top: 5px;
	background-color: #c8ccd1;
}

#editing-ideas-tip{
    float: right;
    padding-top: 1px;
    margin-top: -4.5px;
    padding-bottom: 1px;
    border-radius: 6px;
    background-color: #c8ccd1;
}

a.ve-scribe-sm-suggest-text:hover {
	text-decoration: none;
}

.active-seection{
	background-color: #b6cde8;
}
.oo-ui-iconElement-icon .oo-ui-icon-bell{
	font-size: 0.1%;
	margin-top: 30%;
	margin-right: -18px;
}

#ve-scribe-hide-header-icon{
	position: inherit;
	cursor: pointer;
	float: left;
	margin-left: 20px;
}

#ve-scribe-hide-header-icon:hover {
	background-color: white;
}

#ve-scribe-show-header-icon {
	position: inherit;
    float: left;
    cursor: pointer;
    margin-left: 20px;
    font-size: smaller;
}


#ve-scribe-show-header-icon > p {
	float: left;
    position: inherit;
    font-weight: bold;
    margin-left: 13px;
}
.ve-scribe-ref-domain-data{
	padding: 0 0 0 10px;
	margin: -4px 5px -14px 5px;
	font-size: 12px;
	white-space: pre;
	font-weight: bold;
	overflow: scroll;
}