-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb09116
commit 191dbe9
Showing
7 changed files
with
209 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
.container { | ||
/*width: 700px;*/ | ||
margin: 0 auto; | ||
} | ||
h2.trigger { | ||
padding: 0 0 0 20px; | ||
margin: 0 0 5px 0; | ||
background: #3C9ED0; | ||
height: 46px; | ||
line-height: 46px; | ||
width: 680px; | ||
font-size: 1.5em; | ||
font-weight: normal; | ||
float: left; | ||
} | ||
h2.trigger a { | ||
color: #fff; | ||
text-decoration: none; | ||
display: block; | ||
} | ||
h2.trigger a:hover { | ||
color: #ccc; | ||
} | ||
h2.active { | ||
background: #14568a; | ||
} | ||
.toggle_container { | ||
margin: 0 0 5px; | ||
padding: 0; | ||
border-top: 1px solid #d6d6d6; | ||
background: #f0f0f0; | ||
overflow: hidden; | ||
font-size: 1.0em; | ||
line-height: 1.5em; | ||
width: 700px; | ||
clear: both; | ||
} | ||
.toggle_container .block { | ||
/*padding: 20px;*/ | ||
/*background: ;*/ | ||
} | ||
.toggle_container .block p { | ||
padding: 5px 0; | ||
margin: 5px 0; | ||
} | ||
.toggle_container h3 { | ||
font: 1.5em normal Georgia, "Times New Roman", Times, serif; | ||
margin: 0 0 10px; | ||
padding: 0 0 5px 0; | ||
border-bottom: 1px dashed #ccc; | ||
} | ||
.toggle_container img { | ||
float: left; | ||
margin: 10px 15px 15px 0; | ||
padding: 5px; | ||
background: #ddd; | ||
border: 1px solid #ccc; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters