Subversion Repositories oidinfo_new_design

Rev

Rev 7 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
 
2
/** Style for all pages **/
3
#standards {
4
    width: 100%;
5
    margin-left: auto;
6
    margin-right: auto;
7
    /*background: #eee;*/
8
    padding: auto;
9
    display: block;
10
    display: block;
11
    height: auto;
12
}
13
 
14
#what_is_an_OID, #table_faq, #table_search_in_basic_search, #management, #management_mobile, #reg_in_regexp, #oid_validate_mobile {
15
    width: 100%;
16
    margin-left: auto;
17
    margin-right: auto;
18
    /*background: #eee;*/
19
    float: left;
20
    padding: auto;
21
    display: block;
22
    height: auto;
23
}
24
 
25
#allocated_in_index, #repository_in_index, #explanations_in_index {
26
    width: 100%;
27
    margin-left: auto;
28
    margin-right: auto;
29
    /*background: #eee;*/
30
    float: left;
31
    padding: auto;
32
    display: none;
33
    height: auto;
34
}
35
 
36
#table_display_in_index, #extraction {
37
    width: 100%;
38
    margin-left: auto;
39
    margin-right: auto;
40
    /*background: #eee;*/
41
    float: left;
42
    /*padding: 0.5%;*/
43
    display: block;
44
    height: auto;
45
}
46
 
47
#table_draw_in_index, #table_add_in_index, #warning_in_index, #number_oid_in_index, #table_answers_in_faq, #name-forms {
48
    width: 100%;
49
    margin-left: auto;
50
    margin-right: auto;
51
    margin-top: 2%;
52
    /*background: #eee;*/
53
    float: left;
54
    /*padding: 0.5%;*/
55
    display: block;
56
}
57
 
58
#introduction {
59
    width: 98%;
60
    margin-left: auto;
61
    margin-right: auto;
62
    /*background: #eee;*/
63
    float: left;
64
    padding-left: 2%;
65
    display: block;
66
}
67
 
68
#manage_in_management {
69
    width: 99%;
70
    margin-left: auto;
71
    margin-right: auto;
72
    margin-top: 2%;
73
    /*background: #eee;*/
74
    float: left;
75
    /*padding: 0.5%;*/
76
    display: block;
77
}
78
 
79
#errors, #errors_mobile {
80
    width: 100%;
81
    margin-left: auto;
82
    margin-right: auto;
83
    margin-top: 2%;
84
    margin-bottom: 2%;
85
    /*background: #eee;*/
86
    float: left;
87
    padding: auto;
88
    display: block;
89
    height: auto;
90
}
91
 
92
#count_in_management, #country_in_management, #search_replace_in_management, #admin_in_management, #execute_in_management, #accounts_in_management,
93
#display_example_in_management, #explanations_in_management, #registrant_chart_in_management {
94
    width: 98%;
95
    margin-left: auto;
96
    margin-right: auto;
97
    margin-top: 2%;
98
    /*background: #eee;*/
99
    float: left;
100
    /*padding: 1%;*/
101
    display: none;
102
}
103
 
104
#main_actions_in_index {
105
    width: 100%;
106
    margin-left: auto;
107
    margin-right: auto;
108
    height: auto;
109
    max-width: 750px;
110
    min-width: 300px;
111
}
112
 
113
.rounded {
114
    -webkit-border-radius: 20px;
115
    -moz-border-radius: 20px;
116
    border-radius: 20px;
117
}
118
 
119
#menu {
120
    width: 98%;
121
    margin-right: 2%;
122
    margin-top: 2%;
123
}
124
 
125
    #menu ul {
126
        float: right;
127
        padding: 0;
128
        margin: 0;
129
        list-style: none;
130
        line-height: 35px;
131
        text-align: left;
132
    }
133
 
134
    #menu li {
135
        margin: auto;
136
        padding: 0;
137
        background-color: black;
138
        position: relative;
139
    }
140
 
141
        #menu li a {
142
            display: block;
143
            background: #E28923 /*#6e6e6e*/;
144
            color: #fff;
145
            text-decoration: none;
146
            width: 150px;
147
            padding: 0px 15px 0px;
148
            font-family: Arial, Helvetica, sans-serif;
149
            font-size: 11px;
150
            font-weight: bold;
151
            line-height: 20px;
152
        }
153
 
154
        #menu li img {
155
            display: block;
156
            background: #E28923 /*#6e6e6e*/;
157
            width: 20px;
158
            padding: 0px 15px 0px;
159
        }
160
 
161
        #menu li a:hover {
162
            background: #E23923;
163
        }
164
 
165
    #menu ul li ul {
166
        display: none;
167
    }
168
 
169
    #menu ul li:hover ul {
170
        display: block;
171
    }
172
 
173
    #menu li:hover ul li {
174
        float: none;
175
    }
176
 
177
    #menu li ul {
178
        position: absolute;
179
    }
180
 
181
#header img {
182
    display: inline;
183
    float: left;
184
}
185
 
186
#header_url_and_menu {
187
    width: 100%;
188
}
189
 
190
#header_menu_right {
191
    float: inline;
192
    margin-left: 32%;
193
    position: absolute;
194
}
195
 
196
#country-oid-general, #country-oid-title {
197
    width: 100%;
198
    margin-left: auto;
199
    margin-right: auto;
200
    margin-top: 2%;
201
    /*background: #eee;*/
202
    float: left;
203
    /*padding: 0.5%;*/
204
    display: block;
205
}
206
 
207
#country-oid-check-list, #country-oid-template, #country-oid-RAS {
208
    width: 100%;
209
    margin-left: auto;
210
    margin-right: auto;
211
    margin-top: 2%;
212
    /*background: #eee;*/
213
    float: left;
214
    /*padding: 0.5%;*/
215
    display: none;
216
}
217
/** end style for all pages **/
218
 
6 daniel-mar 219
.question {
220
    font-weight: bold;
221
}
222
 
223
/**Screen version**/
224
@media (min-width: 768px) {
225
 
226
    #header_h1 {
227
        color: rgb(226, 137, 34);
228
        font-size: 35px;
2 daniel-mar 229
        font-weight: bold;
16 daniel-mar 230
        text-decoration: none !important;
231
        float: none !important;
2 daniel-mar 232
    }
233
 
234
    #header_url {
235
        float: left;
6 daniel-mar 236
        color: rgb(226, 137, 34);
237
        font-size: 15px;
238
        font-weight: bold;
239
        margin-left: 10px;
240
        display: inline-block;
2 daniel-mar 241
    }
242
 
243
    #header_mobile, #remote_button, #navigation {
244
        display: none;
245
    }
246
 
247
    #global_container {
248
        display: block;
249
    }
250
 
251
    #footer {
252
        display: block;
6 daniel-mar 253
        clear: both; /* remove left-float */
254
        position: relative;
2 daniel-mar 255
    }
256
 
257
    #main_actions_in_index {
258
        display: block;
259
    }
260
 
261
    #section_menu_in_management {
262
        display: block;
263
    }
264
 
265
    #manage_in_management {
266
        display: block;
267
    }
268
 
269
    #errors_mobile, #management_mobile {
270
        display: none;
271
    }
272
 
273
    #errors, #management {
274
        display: block;
275
    }
276
 
277
    #oid_validate_mobile {
278
        display: none;
279
    }
280
 
281
    #country-oid-title {
282
        display: block;
283
    }
284
 
285
    #country-oid-general {
286
        display: block;
287
    }
288
 
289
    body {
290
        font-family: arial,sans-serif;
291
    }
292
    /***Page header***/
293
    #global_container {
294
        width: 800px;
6 daniel-mar 295
        max-width: calc( 100% - 20px );
2 daniel-mar 296
        height: auto;
297
        margin: 0px auto 0px;
298
        padding: 0px;
299
        position: relative;
300
    }
301
 
302
    #header {
303
        width: 760px;
6 daniel-mar 304
        max-width: calc( 100% - 20px );
2 daniel-mar 305
        height: 110px;
306
        background-color: #E9E9E9;
307
        margin-top: 22px;
308
        padding: 20px;
309
        position: relative;
310
        margin: 0px auto 0px;
311
    }
312
 
313
        #header h1 {
314
            position: relative;
315
            font-weight: bold;
6 daniel-mar 316
            /*color: #fff;*/
2 daniel-mar 317
            font-size: 20px;
318
            display: inline;
319
            float: left;
320
            margin: -10px 0px 0px 10px;
321
        }
322
 
323
    #bg_menu {
324
        width: 779px;
6 daniel-mar 325
        max-width: calc( 100% - 20px );
2 daniel-mar 326
        height: 41px;
327
        background-color: #5f5f5f;
328
        padding: 0px 21px 0px 0px;
329
        margin-bottom: 14px;
330
        position: relative;
331
        z-index: 1200;
332
    }
333
 
334
    #header_menu {
335
        font-weight: bold;
336
        font-family: Arial;
337
    }
338
 
339
        #header_menu, #header_menu ul {
340
            float: right;
341
            padding: 0;
342
            margin: 0;
343
            list-style: none;
344
            line-height: 35px;
345
            text-align: left;
346
        }
347
 
348
            html > body #header_menu li {
349
                border-right: 1px solid transparent;
350
            }
351
 
352
            #header_menu li {
353
                float: left;
354
                border-right: 1px solid #fff;
355
            }
356
 
357
            #header_menu a {
358
                display: block;
359
                background: #E28923;
360
                color: #fff;
361
                text-decoration: none;
362
                width: auto;
363
                padding: 0px 15px 0px;
364
                text-transform: uppercase;
365
                font-family: Arial, Helvetica, sans-serif;
366
                font-size: 14px;
367
                font-weight: bold;
368
            }
369
 
370
            #header_menu img {
371
                display: block;
372
                background: #E28923 /*#6e6e6e*/;
373
                color: #fff;
374
                margin-left: 0px;
375
            }
376
 
377
            #header_menu a:hover {
378
                background: #E23923;
379
            }
380
 
381
            #header_menu img:hover {
382
                background: #E23923;
383
            }
384
    /*** Vertical menu ***/
385
    .vertical_menu {
386
        width: 190px;
387
        margin-left: 73.5%;
388
        height: 297px;
389
        background-color: #E28923;
390
        text-align: left;
391
        border: 3px solid #E28923;
392
    }
393
 
394
        .vertical_menu ul {
395
            margin: 0;
396
            padding: 0;
397
            width: 100%;
398
            list-style-type: none;
399
        }
400
 
401
            .vertical_menu ul li a {
402
                text-decoration: none;
403
                color: #fff;
404
                padding: 10.5px 11px;
405
                background-color: #E28923;
406
                display: block;
407
                font-size: 17px;
408
            }
409
 
410
                .vertical_menu ul li a:hover, .vertical_menu ul li .current {
411
                    background-color: #E23923;
412
                }
413
    /*** banner ***/
414
    #wrapper_carousel {
415
        position: relative;
416
        width: 60%;
417
        height: 300px;
418
        margin-bottom: 15px;
419
        float: left;
420
        margin-left: 7px;
421
    }
422
    /***************************/
423
    a img {
424
        border: none;
425
    }
426
 
427
    #content h1 {
428
        font-weight: bold;
429
        font-size: 20px;
430
    }
431
 
432
    #search {
433
        position: absolute;
434
        left: 700px;
435
    }
436
 
437
    #google_translate {
438
        display: inline;
439
        float: right;
440
    }
441
 
442
    #global_content {
443
        width: 800px; /* 760 + 2*20 */
6 daniel-mar 444
        max-width: calc( 100% - 20px );
2 daniel-mar 445
        height: auto;
446
        background-color: white;
447
        padding: 20px;
448
        position: relative;
449
        margin: 0px auto 0px;
450
        margin-top: 20px;
451
    }
452
 
453
    #error400, #error403-404, #error500 {
454
        width: 750px;
6 daniel-mar 455
        max-width: calc( 100% - 20px );
2 daniel-mar 456
        border: 3px solid #7f7f7f;
457
        margin-left: auto;
458
        margin-right: auto;
459
        /*background: #eee;*/
460
        float: center;
461
        padding: 3px;
462
        display: block;
463
        height: auto;
464
    }
465
 
466
    div.clear {
467
        clear: both;
468
    }
469
 
470
    .page_title {
471
        font-weight: bold;
472
        /*font-size: 18px;*/
6 daniel-mar 473
        font-size: 25px;
474
        /*color: #FF5500;*/ color: #E28923;
2 daniel-mar 475
    }
476
 
477
    .page_subtitle {
478
        font-weight: bold;
6 daniel-mar 479
        font-size: 20px;
480
        /*color: #FF5500;*/ color: #E28923;
2 daniel-mar 481
    }
482
 
483
    .section_title {
484
        font-size: 16px;
6 daniel-mar 485
        /*color: #FF5500;*/ color: #E28923;
486
        font-weight: bold;
2 daniel-mar 487
    }
488
 
489
    .action_title {
490
        font-size: 16px;
6 daniel-mar 491
        color: black;
2 daniel-mar 492
    }
493
 
494
    #global_in_index {
495
        width: 101%;
496
    }
497
    /*** FAQ ***/
498
    .question, .answer {
499
        /*
500
        margin-left: 30px;
501
        padding: 10px;
502
        display: block;
503
        width: 95%;
504
     */
505
    }
506
 
507
    .answer {
508
        display: block;
509
        width: auto;
510
        height: auto;
511
    }
512
    /*** Management page menu ***/
513
    #menu_manage {
514
        font-weight: bold;
515
        font-family: Arial;
516
    }
517
 
518
        #menu_manage, #menu_manage ul {
519
            padding: 0;
520
            margin: 0;
521
            list-style: none;
522
            line-height: 35px;
523
            text-align: left;
524
        }
525
 
526
            html > body #menu_manage li {
527
                border-right: 1px solid transparent;
528
            }
529
 
530
            #menu_manage li {
531
                float: left;
532
                border-right: 1px solid #fff;
533
            }
534
 
535
            #menu_manage a {
536
                display: block;
537
                background: #E28923 /*#6e6e6e*/;
538
                color: #fff;
539
                text-decoration: none;
540
                width: auto;
541
                padding: 0px 8px 0px;
542
                text-transform: uppercase;
543
                font-family: Arial, Helvetica, sans-serif;
544
                font-size: 14px;
545
                font-weight: bold;
546
            }
547
 
548
                #menu_manage a:hover {
549
                    background: #E23923;
550
                }
551
 
552
    #section_menu_in_management {
553
        width: 100%;
6 daniel-mar 554
        max-width: calc( 100% - 20px );
2 daniel-mar 555
        height: 41px;
556
        /*background-color: #5f5f5f;*/
557
        padding: 0px 21px 0px 0px;
558
        margin-top: 20px;
559
        margin-bottom: 14px;
560
        position: relative;
561
        z-index: 1200;
562
    }
563
}
564
/* end of Screen media query */
565
 
566
/* mobile styles */
567
@media (max-width: 767px) {
568
 
6 daniel-mar 569
    #header_h1 {
570
        color: rgb(226, 137, 34);
571
        font-size: 18px;
572
        font-weight: bold;
573
        text-align: left;
16 daniel-mar 574
        text-decoration: none !important;
575
        float: none !important;
576
        text-indent: 0px !important;
577
        margin-left: 0px !important;
578
        margin-bottom: 5px !important;
579
        margin-top: 5px !important;
6 daniel-mar 580
    }
581
 
2 daniel-mar 582
    #header_url {
6 daniel-mar 583
        float: left;
584
        color: rgb(226, 137, 34);
585
        font-size: 15px;
586
        font-weight: bold;
587
        display: inline-block;
588
        text-align: left;
2 daniel-mar 589
    }
590
 
591
    #mobile_version {
592
        display: block;
593
    }
594
 
595
    #global_container {
596
        display: none;
597
    }
598
 
599
    #footer {
600
        display: none;
601
    }
602
 
603
    #global_in_index {
604
        display: none;
605
    }
606
 
607
    #header_mobile {
608
        background-color: #E9E9E9;
609
    }
610
 
611
    #header_mobile {
612
        /*Daniel: If it is "block", then the header will not be stretched on 540px width (Surface Duo) */
613
        /*display: block;*/
614
    }
6 daniel-mar 615
 
2 daniel-mar 616
    #remote_button {
617
        display: block;
618
    }
6 daniel-mar 619
 
2 daniel-mar 620
    #navigation {
621
        display: block;
622
    }
623
 
624
    #main_actions_in_index {
625
        display: none;
626
    }
627
 
628
    #section_menu_in_management {
629
        display: none;
630
    }
631
 
632
    #manage_in_management {
633
        display: none;
634
    }
635
 
636
    #errors_mobile, #management_mobile {
637
        display: block;
638
    }
639
 
640
    #errors, #management {
641
        display: none;
642
    }
643
 
644
    #oid_validate_mobile {
645
        display: block;
646
    }
647
 
648
    #country-oid-title {
649
        display: none;
650
    }
651
 
652
    #country-oid-general {
653
        display: none;
654
    }
655
 
656
    input[type=text] {
657
        width: 50%;
658
    }
659
    /* wrapper styles */
660
    .wrapper {
661
        position: absolute;
662
        min-height: 100vh;
663
    }
664
 
665
    .wrapper_in_management {
666
        position: absolute;
667
        min-height: 150vh;
668
    }
669
 
670
    .sidebar {
671
        position: absolute;
672
        top: 0;
673
        width: 50vw;
674
        min-height: 100vh;
675
    }
676
 
677
    .wrapper {
678
        transform: translateX(0) translateZ(0);
679
        transition: transform .2s;
680
        will-change: transform;
681
    }
682
 
683
    .wrapper_in_management {
684
        transform: translateX(0) translateZ(0);
685
        transition: transform .2s;
686
        will-change: transform;
687
    }
688
    /* Button deco */
689
    [class^="nav-button"] {
690
        display: block;
691
        z-index: 1;
692
        height: 3rem;
693
        width: 3.5rem;
694
        background-color: transparent;
695
        background-image: linear-gradient(to right, #d38922, #d38922), linear-gradient(to right, #d38922, #d38922), linear-gradient(to right, #d38922, #d38922);
696
        background-position: center top, center, center bottom;
697
        background-repeat: no-repeat;
698
        background-size: 3.5rem .6rem;
699
        padding: 0;
700
        outline: 0;
701
        border: 0;
702
        cursor: pointer;
703
    }
704
    /* here's goes the push left effect */
705
    body:target .wrapper {
706
        transform: translateX(50vw);
707
    }
708
 
709
    body:target .wrapper_in_management {
710
        transform: translateX(50vw);
711
    }
712
 
713
    .nav-button-close,
714
    body:target .nav-button-open {
715
        display: none;
716
    }
717
 
718
    .nav-button-open,
719
    body:target .nav-button-close {
720
        display: block;
721
    }
722
 
723
    * {
724
        box-sizing: border-box;
725
    }
726
 
727
    html {
728
        font-size: 62.5%;
729
    }
730
 
731
    body {
732
        margin: 0;
733
        padding: 0;
734
        color: #fff;
735
        font-size: 1.3em;
736
        font-family: arial, sans-serif;
737
    }
738
 
739
    #navigation a {
740
        color: #fff;
6 daniel-mar 741
        text-decoration: none !important;
2 daniel-mar 742
    }
743
 
744
    .wrapper {
745
        background-color: white;
746
        color: #333;
747
        width: 100%;
748
    }
749
 
750
    .wrapper_in_management {
6 daniel-mar 751
        background-color: white;
2 daniel-mar 752
        color: #333;
753
        width: 100%;
754
    }
755
 
756
    .sidebar {
757
        padding-top: 1em;
758
        background: #333;
759
        color: #ddd;
760
    }
761
 
762
    nav a {
763
        display: block;
764
        padding: .7em;
765
        margin-bottom: 2px;
766
        text-decoration: none;
767
        background: rgba(255,255,255, 0.1);
768
    }
769
 
770
    aside nav a:hover {
771
        background-color: #d38922;
772
    }
773
 
774
    .vertical_menu {
775
        width: 30%;
776
        height: 300px;
777
        background-color: #E28923 /*#6e6e6e*/;
778
        text-align: left;
779
    }
780
 
781
        .vertical_menu ul {
782
            margin: 0;
783
            padding: 0;
784
            width: 28;
785
            list-style-type: none;
786
        }
787
 
788
            .vertical_menu ul li a {
789
                text-decoration: none;
790
                color: #fff;
791
                padding: 10.5px 11px;
792
                background-color: #E28923 /*#6e6e6e*/;
793
                display: block;
794
                font-size: 17px;
795
            }
796
 
797
                .vertical_menu ul li a:hover, .vertical_menu ul li .current {
798
                    background-color: #E23923;
799
                }
800
 
801
    #header_mobile {
802
        width: 100%;
803
    }
804
 
805
    #left_bouton {
806
        margin-left: 0px;
807
        width: 50%;
808
    }
809
 
810
    #right_title {
811
        width: 50%;
812
        margin-left: 60%;
813
        margin-top: 0px;
814
    }
815
 
816
    .myButton {
817
        -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
818
        -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
819
        box-shadow: inset 0px 1px 0px 0px #ffffff;
820
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
821
        background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
822
        background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
823
        background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
824
        background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
825
        background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
826
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
827
        background-color: #f9f9f9;
828
        -moz-border-radius: 15px;
829
        -webkit-border-radius: 15px;
830
        border-radius: 15px;
831
        border: 1px solid #dcdcdc;
832
        display: inline-block;
833
        cursor: pointer;
834
        color: #666666;
835
        font-family: Arial;
836
        font-size: 13px;
837
        font-weight: bold;
838
        text-decoration: none;
839
        text-shadow: 0px 1px 0px #ffffff;
840
        width: 100%;
841
        height: 100px;
842
        text-align: center;
843
        vertical-align: center;
844
        padding-top: 10px;
845
    }
846
 
847
        .myButton img {
848
            height: 60px;
849
            width: auto;
850
        }
851
 
852
        .myButton:hover {
853
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
854
            background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
855
            background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
856
            background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
857
            background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
858
            background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
859
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
860
            background-color: #e9e9e9;
861
        }
862
 
863
        .myButton:active {
864
            position: relative;
865
            top: 1px;
866
        }
867
 
868
    .section_title {
869
        font-size: 12px;
6 daniel-mar 870
        /*color: #FF5500;*/ color: #E28923;
2 daniel-mar 871
        font-weight: bold;
872
    }
873
 
874
    .action_title {
875
        font-size: 12px;
876
        color: black;
877
    }
878
 
879
    html, body {
880
        overflow-x: hidden;
881
    }
882
 
883
    #question {
884
        display: block;
885
        width: 95%%;
886
    }
887
 
888
    .page_title {
889
        font-weight: bold;
7 daniel-mar 890
        font-size: 16px;
6 daniel-mar 891
        /*color: #FF5500;*/ color: #E28923;
2 daniel-mar 892
    }
893
 
894
    .page_subtitle {
895
        font-weight: bold;
896
        font-size: 12px;
6 daniel-mar 897
        /*color: #FF5500;*/ color: #E28923;
2 daniel-mar 898
    }
899
}
900
/* end of mobile media query */
901
/*Dynamic web page*/
902
 
903
.note {
904
    font-size: 11px;
905
}
906
 
907
span.background_orange {
908
    background-color: orange;
909
}
910
 
911
.color_orange {
6 daniel-mar 912
    /*color: #FF5500;*/ color: #E28923;
2 daniel-mar 913
}
914
 
915
.color_red {
916
    color: #ff0000;
917
}
918
/* End dynamic web page*/
919
 
920
#content_replace_in_search_replace {
921
    width: 760px;
922
    max-width: calc( 100% - 20px );
923
    height: auto;
924
    /*background-color: #5f5f5f;*/
925
    padding: 20px;
926
    position: relative;
927
    margin: 0px auto 0px;
928
    margin-top: 20px;
929
}
930
 
931
#content_code_in_country_code {
932
    width: 930px;
933
    max-width: calc( 100% - 20px );
934
    height: auto;
935
    background-color: #5f5f5f;
936
    padding: 20px;
937
    position: relative;
938
    margin: 0px auto 0px;
939
    margin-top: 20px;
940
}
941
 
942
#country-code {
943
    width: 920px;
944
    max-width: calc( 100% - 20px );
945
    margin-left: auto;
946
    margin-right: auto;
947
    background: #eee;
948
    padding: 3px;
949
    display: block;
950
    height: auto;
951
}
952
 
953
#replace {
954
    width: 98%;
955
    margin-left: auto;
956
    margin-right: auto;
957
    /*background: #eee;*/
958
    /*padding: 1%;*/
959
    display: block;
960
    height: auto;
961
}
962
 
963
#advanced_search {
964
    width: 98%;
965
    margin-left: auto;
966
    margin-right: auto;
967
    /*background: #eee;*/
968
    float: left;
969
    /*padding: 1.2%;*/
970
    display: block;
971
    height: auto;
972
}
973
 
974
/* Taken from the old design */
975
 
976
a:link {
6 daniel-mar 977
    text-decoration: underline;
978
    /*font-family:Helvetica Neue Light 45;*/
979
    /*color:#000000;*/
980
    color: #803000;
2 daniel-mar 981
}
6 daniel-mar 982
 
2 daniel-mar 983
a:visited {
6 daniel-mar 984
    text-decoration: underline;
985
    /*color:#000000;*/
986
    color: #803000;
2 daniel-mar 987
}
6 daniel-mar 988
 
2 daniel-mar 989
a:hover {
6 daniel-mar 990
    text-decoration: underline;
991
    background-color: #FFCC00;
2 daniel-mar 992
}
6 daniel-mar 993
 
2 daniel-mar 994
a:active :not(.nav-button-open) :not(.nav-button-close) {
6 daniel-mar 995
    text-decoration: underline;
996
    background-color: #FFCC00;
2 daniel-mar 997
}
998
 
999
body {
1000
    font-family: "Helvetica Neue Light 45",sans-serif;
1001
    color: black;
1002
    background-color: white;
1003
}
1004
 
1005
/* Misc additions by Daniel */
1006
 
1007
a img:hover {
1008
    /* TODO: when you hover over an image, you still can see yellow below the image?! */
1009
    /* But the image has no background anymore (can be seen on the transparent OCaml logo */
1010
    text-decoration: none !important;
1011
    background-color: none !important;
1012
}
1013
 
1014
.withborder {
1015
    padding: 10px;
1016
    border-style: solid;
1017
    border-width: 1px;
1018
    border-color: orange;
1019
}
1020
 
1021
.myButton {
1022
    text-decoration: none !important;
1023
    color: #444444 !important;
1024
}
1025
 
1026
#disclaimer_wrapper {
1027
    width: 100%;
1028
    text-align: center;
1029
}
1030
 
1031
#disclaimer {
1032
    /*padding-left: 10px;
1033
    padding-right: 10px;
1034
    width: 800px;
1035
    max-width: calc( 100% - 20px );*/
1036
    text-align: left;
1037
    /*margin-left: auto;
1038
    margin-right: auto;*/
1039
}
1040
 
1041
#searchbox_mobile {
1042
    width: 100%;
1043
}