Diferencia entre revisiones de «Usuario:Hasley/styles.css»

Sin resumen de edición
Sin resumen de edición
 
(No se muestran 44 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
* {
#tab-First_Tab_Title-0 {
font-family: Ubuntu;
width: 15em;
border-radius: 2px;
border-top: .5em #32AFAF solid;
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}


h2, h3 {
#tab-Second_Tab_Title-0 {
padding: .6rem;
width: 15em;
color: #fff;
border-top: .5em #616161 solid;
background: linear-gradient(135deg, #2c001e 60%, #772953 100%);
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}


body {
#tab-Third_Tab_Title-0 {
  margin: 0;
width: 15em;
  padding: 0;
border-top: .5em #f15348 solid;
  background: #ccc;
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}
 
.nav ul {
#tab-First_Tab_Title-0.tabber__tab--active {
  list-style: none;
background-color: #D0F0FF;
  background-color: #262626;
  text-align: center;
  padding: 0;
  margin: 0;
}
}
.nav li {
 
  font-family: 'Oswald', sans-serif;
#tab-Second_Tab_Title-0.tabber__tab--active {
  font-size: 1.2em;
background-color: #eaecf0;
  line-height: 40px;
  height: 40px;
}
}
 
.nav a {
#tab-Third_Tab_Title-0.tabber__tab--active {
  text-decoration: none;
background-color: #FFE8CC;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
}
 
.nav a:hover {
.tabber__tab--active {
  background-color: #5e2750;
box-shadow: inset 0 -2px 0 0 #fff;
}
}


.nav a.active {
.tabber__panel {
  background-color: #fff;
height: 100% !important;
  color: #444;
  cursor: default;
}
@media screen and (min-width: 600px) {
  .nav li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}
}

Revisión actual - 22:15 17 oct 2022

#tab-First_Tab_Title-0 {
	width: 15em;
	border-top: .5em #32AFAF solid;
	background: #eaecf0;
	padding: 10px;
	text-align: center;
	color: #32AFAF;
}

#tab-Second_Tab_Title-0 {
	width: 15em;
	border-top: .5em #616161 solid;
	background: #eaecf0;
	padding: 10px;
	text-align: center;
	color: #32AFAF;
}

#tab-Third_Tab_Title-0 {
	width: 15em;
	border-top: .5em #f15348 solid;
	background: #eaecf0;
	padding: 10px;
	text-align: center;
	color: #32AFAF;
}

#tab-First_Tab_Title-0.tabber__tab--active {
	background-color: #D0F0FF;
}

#tab-Second_Tab_Title-0.tabber__tab--active {
	background-color: #eaecf0;
}

#tab-Third_Tab_Title-0.tabber__tab--active {
	background-color: #FFE8CC;
}

.tabber__tab--active {
	box-shadow: inset 0 -2px 0 0 #fff;
}

.tabber__panel {
	height: 100% !important;
}