Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.70 KB | None | 0 0
  1. <html>
  2.         <head>
  3.                 <style>
  4.                         body {
  5.                                 padding: 0px;
  6.                                 margin: 0px;
  7.                                 background-color: lightblue;
  8.                                 background-image: url("images/back0.jpg");
  9.                                 background-attachment: fixed;
  10.                                 font-family: Arial,Helvetica,sans-serif;
  11.                         }
  12.                        
  13.                         h2 {
  14.                                 margin-left: 30px;
  15.                                 margin-top: 15px;
  16.                                 color: black solid;
  17.                                 font: 16pt sans-serif;
  18.                                
  19.                         }
  20.                        
  21.                         h4{
  22.                             margin-left: 30px;
  23.                         }
  24.                        
  25.                         h6{
  26.                             margin-left: 30px;
  27.                             color: #829dc4;
  28.                         }
  29.                        
  30.                         .text-headline {
  31.                           font-size: 20px;
  32.                           font-weight: bold;
  33.                           font: 16pt sans-serif;
  34.                         }
  35.                        
  36.                         .profile-title-text {
  37.                           display: block;
  38.                           width: 620px;
  39.                           line-height: 23px;
  40.                           margin: 0;
  41.                           padding: 0;
  42.                           float: left;
  43.                           word-wrap: break-word;
  44.                          
  45.                         }
  46.                        
  47.                         #profile-title {
  48.                           position: relative;
  49.                           display: block;
  50.                           width: 100%;
  51.                           margin: 0;
  52.                                                   margin-left: 30px;
  53.                           padding: 0;
  54.                           overflow: hidden;
  55.                         }
  56.                        
  57.                         #post_options {
  58.                           display: block;
  59.                           position: relative;
  60.                           overflow: hidden;
  61.                           width: 710px;
  62.                           padding: 4px;
  63.                           margin: 0;
  64.                           border: solid 1px #f7f7f7;
  65.                           background-color: #EEE;
  66.                           -moz-border-radius: 0 0 5px 5px;
  67.                           -webkit-border-radius: 0 0 5px 5px;
  68.                           border-radius: 0 0 5px 5px;
  69.                         }
  70.                        
  71.                         #postLoaderTerritory {
  72.                           display: block;
  73.                           position: relative;
  74.                           margin: 0;
  75.                           padding: 0;
  76.                           clear: both;
  77.                           zoom: 1;
  78.                                                   margin-left: 30px;
  79.                         }
  80.                        
  81.                         #postLoader {
  82.                           display: none;
  83.                           width: 16px;
  84.                           height: 16px;
  85.                           padding: 3px;
  86.                           margin: 0;
  87.                           border: 0;
  88.                           position: absolute;
  89.                           bottom: 6px;
  90.                           right: 3px;
  91.                         }
  92.                        
  93.                         #generalLevel {
  94.                           display: block;
  95.                           overflow: hidden;
  96.                           margin: 0;
  97.                           padding: 0;
  98.                           height: 26px;
  99.                           width: 100%;
  100.                           clear: both;
  101.                         }
  102.                        
  103.                         .profile-title-counter {
  104.                           width: auto;
  105.                           height: 26px;
  106.                           display: block;
  107.                           float: left;
  108.                           color: #999;
  109.                           margin: 0;
  110.                           padding: 0 0 0 5px;
  111.                           font-weight: normal;
  112.                           font-size: 16px;
  113.                           line-height: 26px;
  114.                         }
  115.                        
  116.                         .submitBlue {
  117.                           display: block;
  118.                           float: right;
  119.                           text-align: center;
  120.                           padding: 5px 17px 7px;
  121.                           margin: 0;
  122.                           height: 26px;
  123.                           line-height: 14px;
  124.                           font-size: 11px;
  125.                           color: #FFF;
  126.                           font-weight: bold;
  127.                           text-shadow: 0 -1px 0 #2a92b7;
  128.                           text-decoration: none;
  129.                           border: solid 1px #2a92b7;
  130.                           background-color: #50abe7;
  131.                           background-position: 0 -282px;
  132.                           border-radius: 3px;
  133.                           -moz-border-radius: 3px;
  134.                           -webkit-border-radius: 3px;
  135.                           cursor: pointer;
  136.                         }
  137.                         .submit-button, .submit-button-more, .submit-button-center-150, a.link-silver-left, a.link-modern-left, a.link-green, a.link-unfollow, .submitBlue, a.link-fun, a.link-inviteLine, a.link-join {
  138.                           background-image: url(/images/sprites/buttonTex.png);
  139.                           background-repeat: repeat-x;
  140.                         }
  141.                        
  142.                         .questionType_box {
  143.                           display: block;
  144.                           float: right;
  145.                           margin: 0;
  146.                           padding: 0 10px;
  147.                           font-size: 11px;
  148.                           line-height: 13px;
  149.                           color: #000;
  150.                          
  151.                         }
  152.                        
  153.                         .typeCheckbox_text {
  154.                           display: block;
  155.                           float: right;
  156.                           margin: 6px 0 0;
  157.                           padding: 0;
  158.                         }
  159.                        
  160.                         .typeCheckbox {
  161.                           display: block;
  162.                           float: right;
  163.                           margin: 7px 5px 0 0;
  164.                           padding: 0;
  165.                           width: 14px;
  166.                           height: 14px;
  167.                         }
  168.                        
  169.                         #post_options-border {
  170.                           display: block;
  171.                           overflow: hidden;
  172.                           width: 720px;
  173.                           padding: 0;
  174.                           margin: 0;
  175.                           border-top: 0;
  176.                           border-bottom: solid 1px #CCC;
  177.                           border-left: solid 1px #CCC;
  178.                           border-right: solid 1px #CCC;
  179.                           -moz-border-radius: 0 0 5px 5px;
  180.                           -webkit-border-radius: 0 0 5px 5px;
  181.                           border-radius: 0 0 5px 5px;
  182.                                                   margin-left: 30px;
  183.                         }
  184.                        
  185.                         #profile-input {
  186.                           height: 36px;
  187.                           margin: 5px auto 0;
  188.                          
  189.                         }
  190.                         #profile-input, #post-input-pre {
  191.                           width: 722px;
  192.                           max-width: 722px;
  193.                           padding: 5px;
  194.                           border: solid 1px #CCC;
  195.                           font-family: Arial,Helvetica,sans-serif;
  196.                           font-size: 14px;
  197.                           text-align: left;
  198.                           line-height: 18px;
  199.                           color: #000;
  200.                           overflow: auto;
  201.                           -moz-border-radius: 5px 5px 0 0;
  202.                           border-radius: 5px 5px 0 0;
  203.                           outline: 0;
  204.                         }
  205.                         textarea {
  206.                           resize: none;
  207.                         }
  208.                         .infoBox, .questionBox, .questionBox-daily {
  209.                           display: block;
  210.                           width: 685px;
  211.                           margin-left: 10 px;
  212.                           padding: 11px 0;
  213.                           border-style: none;
  214.                           border-bottom: 1px solid #EEE;
  215.                           overflow: hidden;
  216.                         }
  217.                        
  218.                        
  219.                         .top {
  220.                                 height: 50px;
  221.                                 width: 100%;
  222.                                 background: #CAE1FF;
  223.                         }
  224.                         .main {
  225.                                 width: 800px;
  226.                                 margin: 0 auto;
  227.                                 background: #DEEBFC;
  228.                                
  229.                         }
  230.                         .button {
  231.                                 height: 34px;
  232.                                 padding: 16px 10px 0px 10px;
  233.                                 min-width: 0px;
  234.                                 list-style: none;
  235.                                 margin: 0px;
  236.                                 display: block;
  237.                                 text-align: center;
  238.                                 text-decoration: none;
  239.                                 float: right;
  240.                                 background: #CAE1FF;
  241.                                 font: 12pt sans-serif;
  242.                         }
  243.                 </style>
  244.                
  245.                 <meta http-equiv="content-type" content="text/html; charset=utf-8">
  246.                 <title> Вопросы </title>
  247.         </head>
  248.         <body>
  249.         <div class="top">
  250.                 <div class="main" style="background: #CAE1FF;">
  251.                         <a href="#">
  252.                         <img src="images\name.png" width="121" height="50" border="0" style="margin-left: 10px">
  253.                         </a>
  254.                         <a class="button" href="#">Выход
  255.                         </a>
  256.                         <a class="button" href="#">Настройки
  257.                         </a>
  258.                         <a class="button" href="#">Друзья
  259.                         </a>
  260.                         <a class="button" href="#">Профиль
  261.                         </a>
  262.                         <a class="button" href="#">Вопросы(1)
  263.                         </a>
  264.                         <a class="button" href="#">Главная
  265.                         </a>
  266.                 </div>
  267.         </div>
  268.                 <div class="main" style="margin-top: 30px; border-radius: 20px 20px 20px 20px; width:780; padding:10px">
  269.                 <h2>Вопросы</h2>
  270.                 <hr>
  271.                 <div style="margin-left: 30px">
  272.                     <h4 style="margin: 0px">Чем запомнился сегодняшний день?</h4>
  273.                     <h6 style="margin: 0px">Вопрос дня</h6>
  274.                     <a style="margin: 0px;text-decoration:none" href=#>Ответить</a>
  275.                     <a> / </a>
  276.                     <a style="margin: 0px;text-decoration:none" href=#>Удалить</a>
  277.                     <br/>
  278.                 </div>
  279.                 <br/><br/><br/><br/><br/><br/><br/>
  280.                 </div>
  281.                
  282.  
  283.  
  284.                
  285.        
  286.         <!--Имя:<br/><input/><br/>
  287.       Сайт:<br/><input/>-->
  288. </body>
  289. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement