Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/avrdude/atmel-docs/EDBG/common/css/index.css')
-rw-r--r--src/avrdude/atmel-docs/EDBG/common/css/index.css59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/avrdude/atmel-docs/EDBG/common/css/index.css b/src/avrdude/atmel-docs/EDBG/common/css/index.css
new file mode 100644
index 000000000..eb1b8c24f
--- /dev/null
+++ b/src/avrdude/atmel-docs/EDBG/common/css/index.css
@@ -0,0 +1,59 @@
+body {
+ font-size: 12px;
+ font-family: Verdana, Geneva, sans-serif;
+}
+
+.a {
+ text-decoration: none;
+}
+
+.title {
+ padding: 31px 0 0 0;
+}
+
+.group
+{
+ /*background-color: pink;*/
+ width:966px;
+}
+
+.group_header {
+ color: #0066CB;
+ font: bold 14pt IntervalLight, sans-serif;
+ text-decoration: none;
+ padding: 8px;
+ background-color: #EEEEEE;
+ margin-top: 24px;
+ /*margin-bottom: 8px;*/
+}
+
+.products
+{
+ float:left;
+ /*background:#FFF8F8;*/
+}
+
+.product {
+ /*background: url("../images/panelbg.png") 0 0 no-repeat;*/
+ width: 300px;
+ height: 130px;
+ /*margin-left: 20px;*/
+ padding: 10px;
+ border: 1px solid #EEEEEE;
+ display:block;
+ float: left;
+}
+
+.product span {
+ font-size: 16px;
+ color: #0066CB;
+ margin-bottom: 8px;
+ clear:both;
+}
+
+.product img
+{
+ margin-right:12px;
+ float:left;
+}
+