-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclean-box.css
More file actions
79 lines (67 loc) · 1.34 KB
/
Copy pathclean-box.css
File metadata and controls
79 lines (67 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* Custom Styles for Box.com by Sean Rose
================================================== */
/* Remove items from main view */
.right_col,
.sprite_16x16_horizontal_grey_link,
#tasks_tab,
#files_tab,
#contacts_tab,
#apps_tab,
#item_menu_box_edit,
#item_menu_preview ,
#item_menu_preview_new_tab,
#item_menu_lock,
#item_menu_add_services,
#item_menu_more_openbox,
#item_menu_add_edit_tags,
#item_menu_open_new_tab,
#item_menu_open,
#create_item_button,
#folder_options_button,
#tags_button,
#upgrade_button,
.item_menu_action_default
{
display: none !important;
}
/* One column to rule them all! */
.main,
.page,
.subheader,
.breadcrumb_wrapper {
width: 723px;
}
.subheader {
border-bottom: none;
}
.main {
border-right: none;
}
#search {
width: 480px
}
.search_unit {
position: static !important;
}
.subheader {
width: 723px;
margin: auto;
background: none;
}
.breadcrumb_item,
.breadcrumb_item_link,
.breadcrumb_item_link:before,
.breadcrumb_item_link:after {
border: none !important;
background: none !important;
}
/* Typography adjustments */
body, input, button, select, textarea {
font-family: 'Proxima Nova', 'Open Sans', arial, helvetica, clean, sans-serif;
}
.inline_list {
font-weight: 300;
}
#innerdocbody, #innerdocbody span {
font-family: 'Avenir Next' !important;
}