~ubuntu-branches/ubuntu/precise/stellarium/precise

« back to all changes in this revision

Viewing changes to data/gui/nightStyle.css

  • Committer: Bazaar Package Importer
  • Author(s): Cédric Delfosse
  • Date: 2009-03-13 20:07:22 UTC
  • mfrom: (1.1.8 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090313200722-l66s4zy2s3e8up0s
Tags: 0.10.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        background: rgb(0, 0, 0);
34
34
}
35
35
 
 
36
QFrame#bottomResizeFrame {
 
37
background: rgb(35, 0, 0);
 
38
}
 
39
 
36
40
/*QWidget QFrame {
37
41
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(61, 0, 0), stop: 1 rgb(35, 0, 0));
38
42
        border: none;
41
45
 
42
46
/*BarFrame:active {
43
47
        background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(55, 0, 0), stop:1 rgb(39, 0, 0));
44
 
        border: rgb(153, 0, 0);
 
48
        border: rgb(255, 240, 0);
45
49
}*/
46
50
 
47
 
QFrame#LocationBar, QFrame#DateTimeBar, QFrame#SearchBar {
 
51
QFrame#LocationBar, QFrame#DateTimeBar, QFrame#SearchBar, QFrame#TimeBar, QFrame#HelpBar {
48
52
        background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(32, 0, 0), stop:1 rgb(23, 0, 0));
49
53
}
50
54
 
51
 
/***********************************************************************************************************/
52
 
 
53
 
.QDateTimeEdit::drop-down {
54
 
        width: 20px;
55
 
        border-top: solid 1px rgb(0, 0, 0);     
56
 
}
57
 
 
58
 
.QDateTimeEdit::down-arrow {
59
 
        width: 20px; /* 16 + 2*1px border-width = 15px padding + 3px parent border */
60
 
        height: 19px;
61
 
        border: solid 1px rgb(0, 0, 0);
62
 
        image: url(:/graphicGui/gui/nv_spindown.png);
63
 
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(48, 0, 0), stop: 1 rgb(28, 0, 0));
64
 
}
65
 
 
66
55
/*********************************************dateTimedialog*********************************************************/
67
56
 
68
57
#dateTimeDialogForm #dateTimeBox QFrame {
144
133
        color: rgb(3, 0, 0); /* (133, 0, 0) */
145
134
}
146
135
 
 
136
QTextBrowser#helpBrowser, QTextBrowser#aboutBrowser {
 
137
        margin-left: 11px;
 
138
}
 
139
 
147
140
QLineEdit {
148
141
        border: 1px solid rgb(0, 0, 0);
149
142
        border-radius: 0px;
219
212
/**********************************************LocationDialog*******************************************************/
220
213
 
221
214
QLineEdit#citySearchLineEdit {
222
 
        margin: 0px 0px 2px 0px;
 
215
        margin: 0px 0px 4px 0px;
223
216
        padding: 4px;
224
 
        padding-left: 40px;
 
217
        padding-left: 32px;
225
218
        background-image: url(:/graphicGui/gui/searchBoxBackground.png);
226
219
        background-repeat: none;
227
220
        background-position: center left;
 
221
        border: none;
228
222
}
229
223
 
230
224
/********************************************** QScrollBar:vertical ************************************************/
470
464
}
471
465
 
472
466
QListView::item:selected:active {
473
 
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(126, 0, 0), stop: 1 rgb(98, 0, 0));
 
467
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(81, 0, 0), stop: 1 rgb(103, 0, 0));
474
468
}
475
469
 
476
470
QListView::item:hover {
504
498
        image: url(:/graphicGui/gui/nv_checkbox-unchecked.png);
505
499
}
506
500
 
 
501
/*QCheckBox:disabled { 
 
502
        color: rgb(210, 0, 0);
 
503
        font-weight: 500;
 
504
}*/
 
505
 
507
506
QRadioButton {
508
507
        background: none;
509
508
}
556
555
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(48, 0, 0), stop: 1 rgb(28, 0, 0));
557
556
}*/
558
557
 
559
 
QSpinBox,QTimeEdit,QDateTimeEdit,QDoubleSpinBox,QComboBox,AngleSpinBox {
 
558
QSpinBox, QTimeEdit, QDateTimeEdit, QDoubleSpinBox, QComboBox, AngleSpinBox {
560
559
        padding-right: 0px;
561
 
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(155, 0, 0), stop: 1 rgba(95, 0, 0, 99%));
 
560
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(126, 0, 0), stop: 1 rgb(66, 0, 0));
562
561
        border: 1px solid rgb(0, 0, 0);
563
562
        color: rgb(22, 0, 0);
 
563
        min-height: 22px;
564
564
}
565
565
 
566
 
QSpinBox::up-button,QTimeEdit::up-button,QDoubleSpinBox::up-button,AngleSpinBox::up-button {
 
566
QSpinBox::up-button, QTimeEdit::up-button, QDoubleSpinBox::up-button, AngleSpinBox::up-button {
567
567
        subcontrol-origin: border;
568
568
        subcontrol-position: top right;
569
569
        width: 20px; 
574
574
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(68, 0, 0), stop: 1 rgb(52, 0, 0));
575
575
}
576
576
 
577
 
QSpinBox::down-button,QTimeEdit::down-button,QDoubleSpinBox::down-button,AngleSpinBox::down-button {
 
577
QSpinBox::down-button, QTimeEdit::down-button, QDoubleSpinBox::down-button, AngleSpinBox::down-button {
578
578
        subcontrol-origin: border;
579
579
        subcontrol-position: bottom right;
580
580
        width: 20px; 
585
585
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(48, 0, 0), stop: 1 rgb(28, 0, 0));
586
586
}
587
587
 
588
 
QComboBox::drop-down {
 
588
QSpinBox::down-button:pressed, QTimeEdit::down-button:pressed, QDoubleSpinBox::down-button:pressed, AngleSpinBox::down-button:pressed {
 
589
        image: url(:/graphicGui/gui/spindown-pressed.png);
 
590
}
 
591
 
 
592
QSpinBox::up-button:pressed, QTimeEdit::up-button:pressed, QDoubleSpinBox::up-button:pressed, AngleSpinBox::up-button:pressed {
 
593
        image: url(:/graphicGui/gui/spinup-pressed.png);
 
594
}
 
595
 
 
596
QComboBox::drop-down, .QDateTimeEdit::drop-down {
 
597
        subcontrol-origin: padding;
 
598
        subcontrol-position: center right;
589
599
        width: 20px;
590
 
        border-top: 0px;
 
600
        border: none;
 
601
}
 
602
 
 
603
QComboBox::down-arrow, .QDateTimeEdit::down-arrow {
 
604
        width: 20px; 
 
605
        height: 22px;
 
606
        image: url(:/graphicGui/gui/nv_spindown.png);
 
607
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(68, 0, 0), stop: 1 rgb(28, 0, 0));
 
608
}
 
609
 
 
610
QComboBox::down-arrow:on, .QDateTimeEdit::down-arrow:pressed {
 
611
        image: url(:/graphicGui/gui/spindown-pressed.png);
 
612
}
 
613
 
 
614
QComboBox QAbstractItemView {
 
615
        color: rgb(22, 0, 0);
591
616
        border: 1px solid rgb(0, 0, 0);
592
 
}
593
 
 
594
 
QComboBox::down-arrow {
595
 
        width: 20px; 
596
 
        height: 20px;
597
 
        border: 1px solid rgb(0, 0, 0); 
598
 
        border-left: 2px solid rgba(0, 0, 0, 0%);
599
 
        image: url(:/graphicGui/gui/nv_spindown.png);
600
 
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(48, 0, 0), stop: 1 rgb(28, 0, 0));
 
617
        border-bottom: 1px solid rgb(0, 0, 0);
 
618
        border-top: none;
 
619
        background: rgb(66, 0, 0);
601
620
}
602
621
 
603
622
QComboBox {
604
623
        padding-left: 3px;
605
624
}
606
625
 
607
 
QComboBox QAbstractItemView {
608
 
        border: 2px solid rgb(51, 0, 0);
609
 
        background: rgb(95, 0, 0);
610
 
}
611
 
 
612
626
QProgressBar {
613
627
        border: 1px solid rgba(73, 0, 0, 50%);
614
628
        border-radius: 2px;
627
641
/************************************** The following are used for VirGO ***************************************/
628
642
 
629
643
QMainWindow {
630
 
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(61, 0, 0), stop: 1 rgb(35, 0, 0));
 
644
        background: rgb(23, 0, 0);
631
645
}
632
646
 
633
647
QMainWindow::separator {
634
 
        border: 1px solid rgb(98, 0, 0);
635
 
        background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgb(91, 0, 0), stop: 0.5 rgb(79, 0, 0), stop: 0.6 rgb(70, 0, 0), stop:1 rgb(94, 0, 0));
636
 
}
637
 
 
638
 
QMainWindow::separator:horizontal {
639
 
        border-left: 0px;
 
648
        border: 0px;
640
649
}
641
650
 
642
651
QMainWindow::separator:hover {
643
652
        background: rgb(75, 0, 0);
644
653
}
645
654
 
646
 
QMainWindow::separator:horizontal:hover {
647
 
        border-left: 0px;
648
 
        background: rgb(75, 0, 0);
649
 
}
650
 
 
651
655
QDockWidget {
652
 
        color: rgb(156, 0, 0);
653
 
        font-size: 12px;
654
 
        border: 1px solid rgb(17, 0, 0);
655
 
        background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgb(61, 0, 0), stop: 1 rgb(35, 0, 0));
656
 
/*      titlebar-close-icon: url(close.png);
657
 
        titlebar-normal-icon: url(undock.png);*/
 
656
        background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(32, 0, 0), stop:1 rgb(23, 0, 0));
 
657
        color: rgb(136, 0, 0);  /* Dock widget title text color */
 
658
        font: bold;
 
659
        border: 0px;
658
660
}
659
661
 
660
662
QDockWidget::title {
661
 
        background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(91, 0, 0), stop: 0.5 rgb(79, 0, 0), stop: 0.6 rgb(70, 0, 0), stop:1 rgb(94, 0, 0));
662
 
        color: rgb(179, 0, 0);
663
 
        font-size: 12px;
664
 
        padding-left: 4px;
665
 
        border: 1px solid rgb(98, 0, 0);
 
663
        margin-left: 24px;
 
664
        font-size: 14px;
 
665
        background: transparent;
666
666
}
667
667
        
668
668
QTreeView {
669
669
        background-color: rgb(54, 0, 0);
670
670
        alternate-background-color: rgb(56, 0, 0);
671
 
        color: rgb(101, 0, 0);
 
671
        color: rgb(143, 143, 143);
 
672
        font-size: 12px;
 
673
}
 
674
 
 
675
QListView#listViewVoResources {
 
676
        background-color: rgb(54, 0, 0);
 
677
        alternate-background-color: rgb(56, 0, 0);
 
678
        color: rgb(143, 143, 143);
672
679
        font-size: 12px;
673
680
}
674
681
 
724
731
}
725
732
 
726
733
QHeaderView::section {
727
 
        background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(68, 0, 0), stop: 0.5 rgb(56, 0, 0), stop: 0.6 rgb(47, 0, 0), stop:1 rgb(71, 0, 0));
728
 
        color: rgb(179, 0, 0);
 
734
        background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(68, 0, 0), stop: 0.5 rgb(56, 0, 0),stop: 0.6 rgb(47, 0, 0), stop:1 rgb(71, 0, 0));
 
735
        color: rgb(178, 0, 0);
729
736
        font-size: 12px;
730
737
        padding-left: 4px;
731
738
        border: 1px solid rgb(76, 0, 0);