Skip to content

Instantly share code, notes, and snippets.

@algoll

algoll/main.css Secret

Last active September 2, 2015 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save algoll/1e1dc6db26d54305bd2d to your computer and use it in GitHub Desktop.
Save algoll/1e1dc6db26d54305bd2d to your computer and use it in GitHub Desktop.
/* оформление всего блока с содержимым */
#nwcontent {
color:#000;
width:465px;
font-size:12px;
text-align: center;
margin:0 auto;
font-family:Arial;
}
#nwcontent a:hover {color: #000000}
/* первый активный блок */
#pw1 {
display: block;
}
/* первая активная кнопка */
#pw1-button {
opacity: 1.0;
color:#000;
text-shadow: 1px 1px #efe3d2 5px, -1px -1px #efe3d2 5px, -1px 1px #efe3d2 5px, 1px -1px #efe3d2 5px;
}
/* все скрытые блоки после первого */
#pw2, #pw3, #pw4, #pw5 {
display: none;
}
/* все неактивные кнопки после первой */
#pw2-button, #pw3-button {
opacity: 0.5;
}
/* общее оформление всех блоков */
#pw1 {
padding: 10px;
margin-top: -10px;
white-space: normal !important;
}
#pw2 {
padding: 10px;
margin-left: 150px;
white-space: normal !important;
}
#pw3 {
width: 400px;
padding: 10px;
margin-left: auto;
white-space: normal !important;
}
#pw1 ul, #pw2 ul, #pw3 ul {
list-style-type: none;
padding: 10px;
margin-top: -10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment