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