הבדלים בין גרסאות בדף "מדיה ויקי:Common.css"

מאגר הידע של דואלוג: מאגר הידע המקיף בעברית בתחומי האסטרטגיה והחשיבה המערכתית
קפיצה לניווט קפיצה לחיפוש
(יצירת דף עם התוכן "←‏הסגנונות הנכתבים כאן ישפיעו על כל העיצובים: .tagcloud { width: 98%; text-align: center; backgrou...")
 
שורה 13: שורה 13:
 
         font-weight: bold;
 
         font-weight: bold;
 
}
 
}
 +
/* new home screen */
 +
#hs{
 +
position: relative;
 +
overflow: hidden;
 +
color:#333;
 +
}
 +
#hs-banner{
 +
height: 300px;
 +
overflow: hidden;
 +
position: relative;
 +
}
 +
#hs-banner img {
 +
position: absolute;
 +
width: 100%;
 +
        height: auto;
 +
bottom: -30%;
 +
}
 +
#hs-banner-intro {
 +
    background: #FFFFFF;
 +
    margin: 30px 0 0 30px;
 +
    opacity: 0.8;
 +
    padding: 15px;
 +
    position: relative;
 +
    width: 330px;
 +
    z-index: 1;
 +
    font-size: 110%;
 +
}
 +
#hs-banner-intro h1{
 +
border: 0;
 +
margin-bottom: 0;
 +
}
 +
#hs-banner-intro p{
 +
}
 +
 +
#hs-search{
 +
    margin: 80px 30px 0 0;
 +
    padding: 5px;
 +
    position: relative;
 +
    width: 330px;
 +
    z-index: 1;
 +
    float: right;
 +
    font-size: 110%;
 +
}
 +
#hs-search-back{
 +
width: 100%;
 +
height: 40px;
 +
position: absolute;
 +
top:0;
 +
left: 0;
 +
opacity: 0.8;
 +
background: #FFF;
 +
 +
}
 +
#hs-search input{
 +
position: relative;
 +
color:#333;
 +
font-size: 14px
 +
 +
 +
}
 +
#hs-search #bodySearchInput,
 +
#hs-search .searchboxInput {
 +
width: 220px;
 +
background: #FFF;
 +
border:1px solid #B4B4B4;
 +
padding: 4px;
 +
}
 +
#hs-search .bodySearchBtnGo,
 +
#hs-search .searchboxSearchButton{
 +
width: 80px;
 +
margin-left: 10px;
 +
text-transform: uppercase;
 +
background: #CCC;
 +
border:1px solid #B4B4B4;
 +
border-bottom:2px solid #B4B4B4;
 +
border-right: 2px solid #B4B4B4;
 +
-moz-border-radius: 2px;
 +
border-radius: 2px;
 +
padding: 4px 4px 3px;
 +
 +
}
 +
#hs .column{
 +
float: left;
 +
width: 31%;
 +
margin-right: 3%;
 +
}
 +
#hs .column h2, #hs .column h3{
 +
margin-bottom: 5px;
 +
margin-top: 15px;
 +
}
 +
#hs .half{
 +
width: 50%;
 +
float: left;
 +
}
 +
#hs .last{
 +
margin-right:0;
 +
}
 +
#hs .right{
 +
float:right;
 +
}
 +
#hs .first{
 +
clear:left;
 +
}
 +
/* END OF NEW home screen */

גרסה מ־13:41, 11 בדצמבר 2013

/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */
.tagcloud {
        width: 98%;
        text-align: center;
        background-color: #FDFDFD;
        border: 1px solid #EEEEEE;
        padding: 15px 10px 15px 10px;
}
.tagcloud a {
        color: #0052CB;
        margin-left: 10px;
        margin-right: 10px;
        font-weight: bold;
}
/* new home screen */
#hs{
	position: relative;
	overflow: hidden;
	color:#333;
}
#hs-banner{
	height: 300px;
	overflow: hidden;
	position: relative;
}
#hs-banner img {
	position: absolute;
	width: 100%;
        height: auto;
	bottom: -30%;
}
#hs-banner-intro {
    background: #FFFFFF;
    margin: 30px 0 0 30px;
    opacity: 0.8;
    padding: 15px;
    position: relative;
    width: 330px;
    z-index: 1;
    font-size: 110%;
}
#hs-banner-intro h1{
	border: 0;
	margin-bottom: 0;
}
#hs-banner-intro p{
}

#hs-search{
    margin: 80px 30px 0 0;
    padding: 5px;
    position: relative;
    width: 330px;
    z-index: 1;
    float: right;
    font-size: 110%;
}
#hs-search-back{
	width: 100%;
	height: 40px;
	position: absolute;
	top:0;
	left: 0;
	opacity: 0.8;
	background: #FFF;
	
}
#hs-search input{
	position: relative;
	color:#333;
	font-size: 14px
	

}
#hs-search #bodySearchInput,
#hs-search .searchboxInput {
	width: 220px;
	background: #FFF;
	border:1px solid #B4B4B4;
	padding: 4px;
}
#hs-search .bodySearchBtnGo,
#hs-search .searchboxSearchButton{
	width: 80px;
	margin-left: 10px;
	text-transform: uppercase;
	background: #CCC;
	border:1px solid #B4B4B4;
	border-bottom:2px solid #B4B4B4;
	border-right: 2px solid #B4B4B4;
	-moz-border-radius: 2px;
border-radius: 2px;
padding: 4px 4px 3px;

}
#hs .column{
	float: left;
	width: 31%;
	margin-right: 3%;
}
#hs .column h2, #hs .column h3{
	margin-bottom: 5px;
	margin-top: 15px;
}
#hs .half{
	width: 50%;
	float: left;
}
#hs .last{
 margin-right:0;
}
#hs .right{
float:right;
}
#hs .first{
 clear:left;
}
/* END OF NEW home screen */

הודפס מתוך מאגר הידע של דואלוג בכתובת: "https://doalogue.co.il/wiki/index.php?title=מדיה_ויקי:Common.css&oldid=1842"

משותף תחת רישיון CC-BY 4.0. ניתן להפיץ באופן חופשי תוך מתן קרדיט לדואלוג וקישור למקור.