123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- body
- {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14px;
- color: #343434;
- background: #eee;
- background-image: url('back.png');
- }
- h1, h2, h3, h4 { font-weight: lighter; }
- .clear {clear: both;}
- #container
- {
- box-shadow: 0px 0px 3px #888;
- background: #fff;
- width: 960px;
- margin-top: 50px;
- margin-left: auto;
- margin-right: auto;
- border-radius: 10px;
- }
- #header
- {
- background: -webkit-linear-gradient(bottom, whiteSmoke 0%, #EDEDED 4%,white 13%,white 35%,#E3E3E3 80%, #EEE 96%);
- background: -moz-linear-gradient(bottom, whiteSmoke 0%, #EDEDED 4%,white 13%,white 35%,#E3E3E3 80%, #EEE 96%);
- background: -o-linear-gradient(bottom, whiteSmoke 0%, #EDEDED 4%,white 13%,white 35%,#E3E3E3 80%, #EEE 96%);
- background: -ms-linear-gradient(bottom, whiteSmoke 0%, #EDEDED 4%,white 13%,white 35%,#E3E3E3 80%, #EEE 96%);
- border-radius: 10px 10px 0px 0px;
- box-shadow: inset 1px -1px 4px 1px white ,0px 1px 2px 1px #BCBCBC,0px 5px 17px 0px #CBCBCB;
- height: 155px;
- border-bottom: 2px solid #dcdcdc;
- background: #eeeeee;
- }
- #header .logo
- {
- margin-left: 10px;
- margin-right: 20px;
- float: left;
- }
- #site-info
- {
- padding-top: 25px;
- margin-left: 5%;
- }
- #site-info a
- {
- text-decoration: none;
- }
- #site-info h1
- {
- font-family: sans-serif;
- font-size: 2em;
- font-weight: bold;
- margin-bottom: 0;
- color: #154270;
- word-spacing: 5px;
- }
- #site-info h2
- {
- font-weight: lighter;
- font-size: 1em;
- }
- /**
- * ----- Content -----
- */
- #content
- {
- padding-left: 15px;
- padding-right: 15px;
- padding-bottom: 4em;
- }
- #content .introduction
- {
- width: 90%;
- margin-left: auto;
- margin-right: auto;
- padding: 1em;
- margin-top: 1em;
- margin-bottom: 2em;
- clear: both;
- color: #333;
- }
- #content .ref
- {
- margin-top: 2em;
- border-top: 1px solid #aaa;
- color: #777;
- padding: 0.3em;
- font-size: 0.9em;
- }
- #main-menu a
- {
- opacity: 0.9;
- box-shadow: 0px 0px 3px #555;
- text-decoration: none;
- float: left;
- display: block;
- border: 3px solid #ddd;
- width: 200px;
- height: 200px;
- margin: 10px;
- }
- #main-menu a:hover
- {
- opacity: 1;
- border: 3px solid #aaa;
- }
- #main-menu .item-1
- {
- background-image: url('img/bk1.jpg');
- }
- #main-menu .item-2
- {
- background-image: url('img/gnu.png');
- }
- #main-menu .item-3
- {
- background-image: url('img/fc_menu.png');
- }
- #main-menu .item-4
- {
- background-image: url('img/materials.jpg');
- }
- #main-menu .item-5
- {
- background-image: url('img/promote.jpg');
- }
- #main-menu .item-6
- {
- background-image: url('img/about.jpg');
- }
- #main-menu p
- {
- opacity: 0.9;
- font-weight: bold;
- color: #111;
- padding: 1em;
- margin: 0;
- background: #eee;
- }
- #popup
- {
- box-shadow: -2px -2px 20px 2px #999999;
- border-radius: 10px;
- display: none;
- width: 960px;
- height: 530px;
- position: absolute;
- left: 50%;
- margin-left: -515px;
- margin-top: -230px;
- opacity: 1;
- background: #FFFFFF;
- padding: 25px 35px;
- border: 1px dotted #dddddd;
- clear: both;
- }
- .close-button
- {
- border-radius: 0px 10px 0px 8px;
- width: 30px;
- height: 30px;
- position: absolute;
- right: 0px;
- top: 0px;
- cursor: pointer;
- background: #cccccc;
- }
- .close-button p
- {
- margin: 8px auto;
- text-align: center;
- font-family: sans;
- font-size: 12px;
- font-weight: bold;
- }
- #popup #popup-content
- {
- height: 97%;
- width: 100%;
- margin-top: 12px;
- margin-left: 32px;
- /* margin: 0px auto;*/
- overflow: auto;
- }
- /**
- * ---- Sidebar ----
- */
- #sidebar
- {
- float: right;
- width: 250px;
- text-align: center;
- }
- #sidebar img
- {
- margin-bottom: 1em;
- }
- #sidebar h2
- {
- margin-top: 0;
- }
- #main-menu
- {
- text-align: center;
- width: 680px;
- }
- #news
- {
- text-align: left;
- font-size: 0.8em;
- background: #ddd;
- padding: 0.5em;
- max-height: 300px;
- overflow: scroll;
- }
- #news ul
- {
- list-style-type: none;
- margin: 1em;
- padding: 0;
- }
- #news ul li
- {
- margin-bottom: 1em;
- }
- #news ul li a
- {
- font-weight: bold;
- }
- /**
- * ----- Footer ----
- */
- #footer
- {
- text-align: center;
- margin: 3em;
- font-size: 0.9em;
- }
|