Loading...
To Save or Create images, please login.
[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة] [img][/img]
Click to Begin
Don't like this image?
[img][/img]
Title
Please add a title that is 2 or more words.
Please make your title 2 or more words!
Tags
Please make sure to add at least 2 tags.
Please add 2 or more tags!
Save
Logged in as
.wm-extensionProjectContainer {
font-family: "Trebuchet MS",serif;
}
.wm-extensionProjectContainer label {
display: block;
margin: 10px 35px;
text-align: right;
}
.wm-extensionProjectContainer input {
border: 1px solid #CFCFCF;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
/*display: block;*/
width: 325px;
padding: 8px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F4F4F4));
height: 32px;
margin-bottom: 3px;
}
.wm-extensionProjectContainer img {
display: inline-block;
}
.wm-extensionProjectContainer .image-container {
height: 210px;
background: #EEE;
width: 390px;
margin: 30px 30px 10px;
text-align: center;
}
.wm-extensionProjectContainer button.save {
float: right;
width: 100px;
}
.wm-extensionProjectContainer .image-container img {
height: 100%;
}
.wm-extensionProjectContainer button,
.wm-extensionProjectContainer .button {
border-radius: 6px;
width: 390px;
height: 50px;
background-color: #ff78a1;
padding: 6px;
color: white;
font-weight: 900;
text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0;
border: none;
cursor: pointer;
margin: 0 30px 10px;
}
.wm-extensionProjectContainer .dont-like {
text-align: center;
}
.wm-extensionProjectContainer li,
.wm-extensionProjectContainer ul {
margin: 0;
padding: 0;
}
.wm-extensionProjectContainer .dim {
position: fixed;
z-index: 10000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.wm-extensionProjectContainer .content {
padding: 0;
position: fixed;
z-index: 10001;
top: 50%;
left: 50%;
width: 450px;
height: 525px;
margin-left: -225px;
margin-top: -262.5px;
background-color: white;
box-shadow: rgba(0, 0, 0, 0.6) 0 0 30px;
border-radius: 6px;
}
.wm-extensionProjectContainer .tab-pane {
display: none;
}
.wm-extensionProjectContainer .tab-pane.active {
display: block;
}
.wm-extensionProjectContainer .logged-in {
position: absolute;
bottom: 0;
right: 0;
margin: 15px;
}
.wm-extensionProjectContainer .nav.nav-tabs li {
height: 40px;
line-height: 45px;
width: 50%;
display: inline-block;
text-align: center;
position: relative;
}
.wm-extensionProjectContainer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wm-extensionProjectContainer .blocker {
position: absolute;
border-radius: 5px;
background: rgba(255, 255, 255, 0.9);
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
padding-top: 125px;
line-height: 50px;
z-index: 2;
}
.wm-extensionProjectContainer .nav a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 45px;
}
.wm-extensionProjectContainer .nav.nav-tabs {
margin: 3px;
border-radius: 6px;
border: 1px solid gray;
}
.wm-extensionProjectContainer .nav.nav-tabs li + li a {
border-left: 1px solid grey;
}
.wm-extensionProjectContainer a {
text-decoration: none;
color: grey;
font-size: 14pt;
}
.wm-extensionProjectContainer .nav.nav-tabs li:last-child.active a {
}
.wm-extensionProjectContainer .nav.nav-tabs li+li.active a {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.wm-extensionProjectContainer .nav.nav-tabs li.active a:active ,
.wm-extensionProjectContainer .nav.nav-tabs li.active a {
border-radius: 5px;
color: #ff78a1;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f3f3f3', GradientType = 0); /* IE6-9 */
}
.wm-extensionProjectContainer .nav.nav-tabs {
color: #bfbbbb;
background: #eeeeee;
background: -moz-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #e2e2e2));
background: -webkit-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
background: -o-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
background: -ms-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
background: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#e2e2e2', GradientType = 0);
}
.wm-extensionProjectContainer .hint {
color: #aaa;
}
.wm-extensionProjectContainer .error {
color: red;
}thank u