Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
insert_link_title.php
1 <?php
17 ?>
18 <html>
19  <head>
20  <title>Insert Link</title>
21  <style type="text/css">
22  html, body {
23  background: #402F48;
24  color: #FFFFFF;
25  font: 11px Tahoma,Verdana,sans-serif;
26  margin: 0px;
27  padding: 0px;
28  }
29 
30  /* main popup title */
31  .title {
32  background: #402F48;
33  color: #FFFFFF;
34  font-weight: bold;
35  font-size: 120%;
36  padding: 6px 10px;
37  margin-bottom: 10px;
38  border-bottom: 1px solid black;
39  letter-spacing: 4px;
40  }
41  </style>
42  </head>
43 
44  <body>
45  <div class="title">Insert Link</div>
46  </body>
47 </html>